joshbeck wrote:
> 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
> };
Why do you need them as Drawables?
> 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 ?
I don't think you can. How are you attempting to use these Drawables?
--
Mark Murphy (a Commons Guy)
http://commonsware.com
Android Training on the Ranch! -- Mar 16-20, 2009
http://www.bignerdranch.com/schedule.shtml
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---