Android SDK 2.3 - new NativeActivity class. Does it change something for 'processing' on Android?
in
Android Processing
•
2 years ago
I don't have experience with processing on Android, I just read info on
Android Wiki, especially about 'Integrating with other Android code' limitations.
I'm wondering is appearing of new
NativeActivity class changes something ? What do you think?
Class Overview
Convenience for implementing an activity that will be implemented purely in native code. That is, a game (or game-like thing). There is no need to derive from this class; you can simply declare it in your manifest, and use the NDK APIs from there.........
1