Libraries & Tools - Details

Resource Handler

  • Package, load, and reference all your application resources in a standard manner
  • Ability to pack resources in a custom manner for each handset without any change needed in your run-time code

Run-time Libraries

Image DrawingImage Drawing

  • MIDP1 Canvas / NokiaUI FullCanvas / MIDP2 GameCanvas / RIM BlackBerryCanvas support
  • Image loading & caching
  • Optional RLE, or pixel palette index image compression
  • Optional palette swapping
  • Optional run-time transformations (rotations and mirrors) for all platforms stated above
  • Multi-cell animation support
  • Run-time image creation from any palette / pixel definitions

Text and FontsText & Fonts

  • Bitmap font support
  • Run-time graphical / system font abstraction
  • Proportional and fixed width text displays
  • Multi-language, ANSI and Unicode text file integration
  • Run-time text splitting, including custom hyphenation guidelines for long words

Sound PlaybackSound Playback

  • Sound playback and vibration support
  • JSR-135 (midi, amr, mp3, wav) playback
  • NokiaUI (ringtone, wav) playback
  • VSCL (spf, mmf) playback
  • SamsungUtil (midi, mmf, mp3) playback

Menu LayoutMenu Layout

  • An extendable standard templatised way of defining, interpreting, and interacting with any kind of menuing system you may wish to add to your application
  • Both static build-time menu definitions as well as the ability to alter menu contents at run-time

Fixed Point Maths & TrigonometryFixed Point Maths & Trigonometry

  • Fixed Point mathematical functions and conversions
  • Radian / degree conversions
  • Sin / Cos / ArcTan trig methods
  • Squareroot / Cuberoot methods
  • Standard random number functionality

Record Store AccessRecord Store Access

  • Save and load from the phone's recordstore

HTTP ConnectivityHTTP Connectivity

  • Perform basic multi-threaded client / server connectivity

SMS ConnectivitySMS Connectivity

  • Send normal text messages
  • Send / respond to Midlet-Push application launch messages

Core ProcessesCore Processes

  • Interrupt detection
  • Keypress / touchscreen detection
  • Softkey detection (LCDUI and graphical)
  • Cheat detection
  • Optional framerate throttling
  • State handling
  • Multi-threading to support animations during loading sequences
  • Debug output

Device Database

Bedrock comes with a database of hundreds of device profiles, across multiple release platforms, which control not only the run-time code, but also the entire compilation process to get the best out of each device for your application. This information enables you to assess any target device from day one of your development cycle. And if a device isn't present, a Device Profiler is provided (complete with source code) that enables you to add the handset yourself.

Development OS

Bedrock can be run within any development environment using either Windows, Linux or Mac OSX. The minimum software requirements are Ant 1.7.0+ and JDK 1.5+. (Currently the Mac OSX version is required to target the iPhone).