On Wed, Apr 1, 2009 at 5:39 AM, iblues <iblues....@gmail.com> wrote:

> With respect to performance, which approach is more better? Because
> all the other modules in Android such as Camera or Media Recorder
> module all use native binding and JNI layer for java access.


It just depends how you want to structure things.  Eventually you are going
to hit the IPC barrier; the most important thing is probably to keep that as
efficient as possible (in particular reducing the number of IPCs that occur
as much as possible).


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"android-framework" group.
To post to this group, send email to android-framework@googlegroups.com
To unsubscribe from this group, send email to 
android-framework+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/android-framework?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to