ppsspp/android
Henrik Rydgård 60d3b5f601 UI work
2012-10-28 11:37:10 +01:00
..
res Move the SDL C++ wrapper code into the native project as well. 2012-04-10 12:01:05 +02:00
src/com/turboviking/libnative Update android target version 2012-10-16 12:09:36 +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 Change target to 4.0 (but support 2.2, of course). Fix resulting lint issues. 2012-07-13 00:13:02 +02:00
app-android.cpp UI work 2012-10-28 11:37:10 +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 WIP 2012-09-28 10:01:01 +02:00
native-audio-so.h Start work on using OpenSL conditionally (to still support Android 2.2) 2012-07-07 22:58:27 +02:00
proguard-project.txt Move the Android Java wrapper code in here. 2012-04-10 00:05:51 +02:00
project.properties Update android target version 2012-10-16 12:09:36 +02: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