Yes, there is support for writing completely native acts. You can check out the native-activity sample application.
I would not recommend this path, although, as in my experience, applications that are heavy in NDK code are very difficult to debug. I would rate Android's own debugging experience as missing.
Edit - one of the caveats is that you will still be doing from Java only through the JNI.
Matthew willis
source share