> How do I convert and store the bm object so that I can reference it > with a drawable > integer id ? >
You are getting confused between Drawable objects and static resources stored under drawable. If you need a Drawable Bitmap use BitmapDrawable. Otherwise if your image is stored in the drawable directory then there will be an id for it in the R file. Are you aware of the Android Beginners group? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

