From 659476e002a9bfe6b35b00ea1c46fc67c62ba703 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 28 Sep 2011 17:10:40 +0200 Subject: Android Activity Launching (jogl.test) 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. --- make/resources/android/res-launcher/values/strings.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'make/resources/android/res-launcher/values') diff --git a/make/resources/android/res-launcher/values/strings.xml b/make/resources/android/res-launcher/values/strings.xml index 23b0248bd..e9bb75b65 100644 --- a/make/resources/android/res-launcher/values/strings.xml +++ b/make/resources/android/res-launcher/values/strings.xml @@ -3,8 +3,10 @@ Jogl Launcher JogAmp\'s Jogl Launcher Launches Jogl Applications. - Jogl\'s Version - Shows the version of the Jogl Library. - Gears ES1 - Gears ES1 + GearsES1 + GearsES1 + GearsES2 + GearsES2 + GraphUI + GraphUI -- cgit v1.2.3