A simple example of just using the Native Activity in Android without JNI / Java code.
Compile using the NDK tool "ndk-build" in the directory, you can easily create a APK by importing the project into Eclipse and selecting Run As > Android application.
A simple boilerplate for native development in Android.
- Improve the init_display method, currently uses the stock Google example code
- Add some more interesting drawing, currently just clears the red
- Look into licensing, will most likely use Apache 2