//create a new BitmapField
Bitmap bm = Bitmap.getBitmapResource("images/test.png");
BitmapField bf = new BitmapField(bm, BitmapField.FOCUSABLE);
add(bf);
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