Hi All, I am using the function decodeResource(Resources res, int id, BitmapFactory.Options opt).
I am using it in the following way: BitmapFactory.decodeResource(getResources(), R.drawable.image,opt); My question is instead of using R.drawable.image which is an image in res\drawable folder, I want to use a image from sdcard. Is it possible? How to get the resource id of an image in the sdcard? Thanks In Advance, Perumal -- 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

