Creating a native Activity
The NativeActivity
class provides a facility to minimize the work necessary to create a native application. It lets the developer get rid of all the boilerplate code to initialize and communicate with native code and concentrate on core functionalities. This glue Activity is the simplest way to write applications, such as games without a line of Java code.
Note
The resulting project is provided with this book under the name DroidBlaster_Part1
.