Hi... Thanks for the reply. I did it..its working fine.. But I can only display images in gallery after all images have been downloaded. How i can update gallery after each image has been downloaded (like in android market appliaction. icon is displayed after downloading it).
On Aug 13, 6:11 pm, "android.fan" <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---

