You can use BitmapFactory.decodeFile(String pathName, BitmapFactory.Options opts) to get a Bitmap instance. After that , you could do every thing as the examples does. Adjust the BitmapFactory.Options.inSampleSize to avoid OutOfMemeryException
On Aug 13, 7:24 pm, Sagar <[email protected]> wrote: > Hello everyone, > > I want to add images to gallery view after downloading them (like in > android market application). All examples of gallery uses images > stored in drawable folder. So how can I add images to gallery when > image gets downloaded?? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

