- how to use ant
- app signing
- version status
- Android x86
- AndroVM
- Android for virtual machines
- connect bot
- ssh client for android
Dalvik VM[]
- VM used in android
- register based VM
- no compatible with Java byte code
- repository
- GC
Activity[]
Touch Event[]
AndroidManifest.xml[]
Screen Orientation[]
NDK[]
- native CUI app
- How to build NDK executable
- SDL app builder
- autotools script is replaced by Android.mk
- ubuntu ppa
- The first NDK App
- building and executing hello-jni
- About NDK-r5
- creating game only with native code
- OpenSL programming
- Native Code Tutorial
- libev, libeio porting
- detecting NDK
- use __ANDROID__ macro
Androgenizer[]
- tool to create Android.mk for autotools based project
- repository
- article
Endian[]
- Detecting with header
- Using header detecting is sometimes dangerous so use dynamic detection if possible.
C++[]
- What you should know before using NDK
- Little old.
- Has better C++ support via libstdc++ currently.
- Maybe get better with libc++ in clang.
- Supported c++ standard library
- gnu libstdc++
- stlport
JNI[]
Test and Debug[]
Native Activity[]
- Can be used from android-api-level-9(simply android-9 or android 2.3)
- Native Activity Tutorial
- NDK Documentation
- How native_app_glue works
- using native activity
Boost[]
- building
- fixing errors in Android
- Thread and Filesystem
ndk-build[]
Full native android app[]
- From NDK r5 full native app(that means no Java code) is possible.
- article about it
- Has example event loop code.
- Eclipse is not required now.
autotools[]
Application.mk[]
Android.mk[]
- Makefile script but has many special variables.
- document
- Androgenizer