[android-developers] how can we store a downloaded image in a filesystem of android

2012-06-29 Thread Sandeep Venkat
How to store a image that is downloaded into a particular filesystem in my app -- ThanksRegards *Sandeep MNVVB* * * -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

Re: [android-developers] how can we store a downloaded image in a filesystem of android

2012-06-29 Thread tiyyagura yamini
you can store in sd card. On Fri, Jun 29, 2012 at 11:52 AM, Sandeep Venkat sand...@believecreative.in wrote: How to store a image that is downloaded into a particular filesystem in my app -- ThanksRegards *Sandeep MNVVB* * * -- You received this message because you are subscribed to

Re: [android-developers] how can we store a downloaded image in a filesystem of android

2012-06-29 Thread Rocky
der is two probability - 1. store into SDCard 2. Store into DB while store into DB, again two way - 1. Store in byte[] format of image or 2. store the path into dabase,and use the path when you wnated. On Fri, Jun 29, 2012 at 11:52 AM, Sandeep Venkat sand...@believecreative.in wrote: How