List of all Iphone and Blackberry Development codes in a one click Iphone,objective C,xcode,blackberry Development,iOS Development

Thursday, June 27, 2013

BitmapField in Blackberry

Use a bitmap field to display bitmap images that a BlackBerry device user can view.
Bitmap bitmapImage = Bitmap.getBitmapResource("your_image.jpg");
BitmapField bitmap_img= new BitmapField(bitmapImage);             
add(bitmap_img);

No comments:

Post a Comment