Saturday, May 14, 2011

Blackberry BitmapField Example

How to use Blackberry BitmapField.



 //create a new BitmapField
 Bitmap bm = Bitmap.getBitmapResource("images/test.png");
 BitmapField bf = new BitmapField(bm, BitmapField.FOCUSABLE);
 add(bf);

You can add images to development folder where the source files are.

Download Project Source

No comments:

Post a Comment