ppsspp/android
2013-04-14 11:58:07 +02:00
..
res Move the SDL C++ wrapper code into the native project as well. 2012-04-10 12:01:05 +02:00
src/com/henrikrydgard/libnative Add queue flush ability. Fix VGrid wrapping in UI. Fix some strange java error. 2013-04-14 11:58:07 +02:00
.classpath Move the Android Java wrapper code in here. 2012-04-10 00:05:51 +02:00
.gitignore Move the Android Java wrapper code in here. 2012-04-10 00:05:51 +02:00
.project Move the Android Java wrapper code in here. 2012-04-10 00:05:51 +02:00
AndroidManifest.xml Cleanup. Try to preserve the context on newer androids. 2012-10-31 14:15:21 +01:00
app-android.cpp Android: Don't preserve state of buttons not set through jni between frames. 2013-03-30 23:54:23 +01:00
build.xml Add ant build 2012-11-18 23:58:16 +01:00
native_audio.cpp Some work on resume/pause 2012-07-08 13:37:49 +02:00
native_audio.h Add pause/resume without unloading/reloading the native_audio.so wrapper 2012-07-08 13:23:30 +02:00
native-audio-so.cpp Reindent app-android.cpp and native-audio-so.cpp 2012-10-31 11:41:06 +01:00
native-audio-so.h Buildfix 2013-03-29 20:04:36 +01:00
proguard-project.txt Move the Android Java wrapper code in here. 2012-04-10 00:05:51 +02:00
project.properties Jamie H - Updated the project version to 17 to support new APIs. Added a JNI call to allow for left joystick input from Java. Added in the key codes for the PS3 controller's X and O buttons. Joystick input for buttons is now suppressed in the NativeActivity class. 2013-03-21 00:40:02 -04:00
README.md Move the SDL C++ wrapper code into the native project as well. 2012-04-10 12:01:05 +02:00

Here's an Android library project. Add this to your eclipse workspace and add a dependency to it, then just inherit from NativeActivity, write your C++ code, and Bob's your uncle.

Contact: hrydgard@gmail.com