0

How android applications (not native apps) which are actually in dalvik byte code can be benefited from ASHMEM. Are their any API in android framework for application developers?

I know this is kind of a generic question but I would not have put it here unless I have already tried and did not get a clear answer.

P basak
  • 4,874
  • 11
  • 40
  • 63

1 Answers1

1

read about MemoryFile, see this doc page http://developer.android.com/reference/android/os/MemoryFile.html

pskink
  • 23,874
  • 6
  • 66
  • 77