My thought would be, don't base whether or not to use NativeActivity on how much of your code is native. Base it on where your UI is. If you want a Java-based UI, I think you'll find it easier to keep your activities Java-based and use JNI to call into your native code (spawning a new native thread if necessary.)
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk+unsubscribe@googlegroups.com.