[android-developers] MemoryFile - ParcelFileDescriptor

2012-07-04 Thread rtindru
I have an application that needs to Base64 decode on the fly a bitmap image & render it on the ImageView. I am using a custom content provider to do this. When the openFile method is called - I in this case chose to use a normal non-encoded file for testing purpose. Now I create a MemoryFile fro

[android-developers] Re: On-the-fly decryption of large files

2012-06-29 Thread rtindru
Any Luck with this idea? I am trying to do exactly the same thing, but to no avail. Do tell if this works out for you. Cheers On Monday, 31 January 2011 16:40:38 UTC+5:30, Peter Sutton wrote: > > Hi everyone! > > My app stores large files that need to be decrypted on-the-fly. > FileDescriptors