customizing droid gap

This commit is contained in:
Igor Faletski 2008-11-16 15:49:08 -08:00
parent 4820f7c030
commit 4282a3c3bf
20 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<application android:icon="@drawable/icon" android:label="@string/app_name">
<application android:icon="@drawable/icon" android:debuggable="true">
<activity android:name=".DroidGap"
android:label="@string/app_name">
<intent-filter>

BIN
bin/DroidGap.apk Normal file

Binary file not shown.

BIN
bin/classes.dex Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/resources.ap_ Normal file

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Hello World, DroidGap</string>
<string name="app_name">Droid Gap</string>
<string name="app_name">TransLink</string>
</resources>

View File

@ -40,7 +40,7 @@ public class DroidGap extends Activity {
* we can use HTML with both local and remote applications, but it means that we have to open the local file
*/
appView.loadUrl("http://www.infil00p.org/gap/demo/");
appView.loadUrl("http://m.translink.ca/app/");
}