summaryrefslogtreecommitdiffstats
path: root/make/resources/android/res-launcher
Commit message (Collapse)AuthorAgeFilesLines
* Android/Demos: Add ElektronenMultiplizierer (fix shader and keylistener ↵Sven Gothel2011-09-281-0/+2
| | | | add/remove)
* Android Activity Launching (jogl.test)Sven Gothel2011-09-281-4/+6
| | | | | | | | | | | | | | | | Launching activity is in: jogl.android-launcher.apk and directly derives from NewtLauncherActivity. It daisy chains apk's via ClassLoaderUtil: - gluegen-rt.apk - jogl.all-android.apk - jogl.test.apk (*) (*) This has to made configurable so the generic NewtLauncherActivity can be reused by any user application. After preparing the ClassLoader (see above), NewtLauncherActivity instanciates the configurable user Activity and passes all it's activity calls down to it.
* Complete Android cleanup (compile/apk launch)Sven Gothel2011-08-055-0/+22