Android NDK (native) app lifecycle
Does anyone have experience with this? There's some example code here, and of course native_app_glue.c, but this stuff is fairly poorly documented and it could be enlightening to have a quick Q&A session with anyone who has tackled this directly before. P.S. I'm not using JNI - this is all via NativeActivity & the native app glue. Even stackoverflow is sparse here.
Comments
I found this reference which seems to have a better explanation on how to get started with nativeactivty
EDIT: All sorted. I may post this code on github at some point, in which case I'll post back here.