Hacker News new | ask | show | jobs
by mmastrac 2541 days ago
Interesting - do you mean using the Android handler/message infrastructure? I hadn't considered that at all. Do you have any references?
1 comments

Yes.

One example would be SDL, although they use a mix of JNI and messages (search for SDLCommandHandler).

http://hg.libsdl.org/SDL/file/abb47c384db3/android-project/a...

http://hg.libsdl.org/SDL/file/abb47c384db3/src/core/android/...

EDIT: Sorry forgot about the C side (counterpart is Android_JNI_SendMessage).