¡@

Home 

2014/10/16 ¤W¤È 08:19:13

android Programming Glossary: memoryfile

what is the use of MemoryFile in android

http://stackoverflow.com/questions/8165216/what-is-the-use-of-memoryfile-in-android

is the use of MemoryFile in android I want to write some bytes to a shared memory. This is done in my application1. From my another application.. application2 I want to access that shared memory to read the written bytes. For this purpose I tried using android's MemoryFile class. I am stuck as how to refer to the same shard memory between two different application. I am also now confused if.. also now confused if memoryFile is used for the same purpose or not. http developer.android.com reference android os MemoryFile.html this link I found regarding the topic. Thanks in advance. Krishna java android memory share improve this question..