Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Android/Demos: Add ElektronenMultiplizierer (fix shader and keylistener ↵ | Sven Gothel | 2011-09-28 | 1 | -0/+2 |
| | | | | add/remove) | ||||
* | Android Activity Launching (jogl.test) | Sven Gothel | 2011-09-28 | 1 | -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 Gothel | 2011-08-05 | 5 | -0/+22 |