[android-developers] Re: ContentProvider Memory Leak

2011-12-21 Thread alexb
Why not storing the files on sdcard and passing only the names? On Dec 19, 7:01 pm, Ankur Avlani ankuravl...@gmail.com wrote: Hi All , I am developing an application in WebView.  We serve android sd card images (average 3 MB per image) using ContentProvider in web view.  Please see the

Re: [android-developers] Re: ContentProvider Memory Leak

2011-12-21 Thread Duygu Kahraman
What do you want to do? Which picture you are storing? İf you can explain,we can learn this is the correct way or not? 21 Aralık 2011 17:44 tarihinde alexb alexboot...@gmail.com yazdı: Why not storing the files on sdcard and passing only the names? On Dec 19, 7:01 pm, Ankur Avlani

Re: [android-developers] Re: ContentProvider Memory Leak

2011-12-21 Thread Ankur Avlani
I am developing an application which will help the user view the local sd card images in web view. Do we have some better way of displaying sd card images in web view?. Thanks and regards, Ankur On Wed, Dec 21, 2011 at 8:47 AM, Duygu Kahraman duygu.kahram...@gmail.comwrote: What do you want