- Get the full path to your image file on your SD-card: Environment.getExternalStorageDirectory()+directory+filename - Create a file from the above path. - Create a FileInputStream from the above path. - Use the above file input stream in the BitmapFactory.decodeStream(InputStream is) method. This will return a bitmap of your image file.
-- 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

