I need a series of images loaded into an array like this:
// Load an array with BitmapDrawable resources.
private Integer[] mThumbIds = {
R.drawable.sample_thumb_0,
R.drawable.sample_thumb_1,
R.drawable.sample_thumb_2,
R.drawable.sample_thumb_3,
R.drawable.sample_thumb_4
};
Right now I have Bitmap bm = Valid_Bitmap_Image
How do I convert and store the bm object so that I can reference it
with a drawable
integer id ?
Thank You!
Josh Beck
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---