Skip to content

Commit 4079af9

Browse files
author
michelou
committed
added 2 more samples
1 parent 0e72a94 commit 4079af9

File tree

125 files changed

+6337
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+6337
-8
lines changed

apps-for-android/Panoramio/ant.properties

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
# 'key.alias' for the name of the key to use.
1616
# The password will be asked during the build when you use the 'release' target.
1717

18+
key.store=${user.home}/.android/release.keystore
19+
key.alias=apps-for-android
20+
21+
key.store.password=android
22+
key.alias.password=android
23+
1824
# By adding the following two lines to the imported Ant script file
19-
# platforms/android-<level>/ant/ant_rules_r2.xml :
25+
# ${sdk.dir}/tools/ant/main_rules.xml :
2026
# <property name="javac.args" value="-nowarn" />
2127
# <compilerarg line="${javac.args}"/> <!-- 'compile' target -->
2228
# you can specify additional compiler arguments (e.g. to generate detailed

apps-for-android/Photostream/ant.properties

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
# 'key.alias' for the name of the key to use.
1616
# The password will be asked during the build when you use the 'release' target.
1717

18+
key.store=${user.home}/.android/release.keystore
19+
key.alias=apps-for-android
20+
21+
key.store.password=android
22+
key.alias.password=android
23+
1824
# By adding the following two lines to the imported Ant script file
19-
# platforms/android-<level>/ant/ant_rules_r2.xml :
25+
# ${sdk.dir}/tools/ant/main_rules.xml :
2026
# <property name="javac.args" value="-nowarn" />
2127
# <compilerarg line="${javac.args}"/> <!-- 'compile' target -->
2228
# you can specify additional compiler arguments (e.g. to generate detailed

apps-for-android/SpriteText/ant.properties

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
# 'key.alias' for the name of the key to use.
1616
# The password will be asked during the build when you use the 'release' target.
1717

18+
key.store=${user.home}/.android/release.keystore
19+
key.alias=apps-for-android
20+
21+
key.store.password=android
22+
key.alias.password=android
23+
1824
# By adding the following two lines to the imported Ant script file
19-
# platforms/android-<level>/ant/ant_rules_r2.xml :
25+
# ${sdk.dir}/tools/ant/main_rules.xml :
2026
# <property name="javac.args" value="-nowarn" />
2127
# <compilerarg line="${javac.args}"/> <!-- 'compile' target -->
2228
# you can specify additional compiler arguments (e.g. to generate detailed

apps-for-android/Translate/ant.properties

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
# 'key.alias' for the name of the key to use.
1616
# The password will be asked during the build when you use the 'release' target.
1717

18+
key.store=${user.home}/.android/release.keystore
19+
key.alias=apps-for-android
20+
21+
key.store.password=android
22+
key.alias.password=android
23+
1824
# By adding the following two lines to the imported Ant script file
19-
# platforms/android-<level>/ant/ant_rules_r2.xml :
25+
# ${sdk.dir}/tools/ant/main_rules.xml :
2026
# <property name="javac.args" value="-nowarn" />
2127
# <compilerarg line="${javac.args}"/> <!-- 'compile' target -->
2228
# you can specify additional compiler arguments (e.g. to generate detailed

apps-for-android/Triangle/ant.properties

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@
1515
# 'key.alias' for the name of the key to use.
1616
# The password will be asked during the build when you use the 'release' target.
1717

18+
key.store=${user.home}/.android/release.keystore
19+
key.alias=apps-for-android
20+
21+
key.store.password=android
22+
key.alias.password=android
23+
1824
# By adding the following two lines to the imported Ant script file
19-
# platforms/android-<level>/ant/ant_rules_r2.xml :
25+
# ${sdk.dir}/tools/ant/main_rules.xml :
2026
# <property name="javac.args" value="-nowarn" />
2127
# <compilerarg line="${javac.args}"/> <!-- 'compile' target -->
2228
# you can specify additional compiler arguments (e.g. to generate detailed

unlocking-android/AWhereDoYouLive/.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<name>uad-AWhereDoYouLive</name>
44
<comment>
55
Unlocking Android book (http://code.google.com/p/unlocking-android/)
6-
</comment>
6+
</comment>
77
<projects>
88
</projects>
99
<buildSpec>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<string name="hello">Hello World, GeocodeExample</string>
4-
<string name="app_name">Geocode</string>
4+
<string name="app_name">Geocode\n(Scala)</string>
55
</resources>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="src" path="gen"/>
5+
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
6+
<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
7+
<classpathentry kind="output" path="bin"/>
8+
</classpath>
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>uad-NetworkExplorer</name>
4+
<comment>
5+
Unlocking Android book (http://code.google.com/p/unlocking-android/)
6+
</comment>
7+
<projects>
8+
</projects>
9+
<buildSpec>
10+
<buildCommand>
11+
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
12+
<arguments>
13+
</arguments>
14+
</buildCommand>
15+
<buildCommand>
16+
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
17+
<arguments>
18+
</arguments>
19+
</buildCommand>
20+
<buildCommand>
21+
<name>org.eclipse.jdt.core.javabuilder</name>
22+
<arguments>
23+
</arguments>
24+
</buildCommand>
25+
<buildCommand>
26+
<name>ch.epfl.lamp.sdt.core.scalabuilder</name>
27+
<arguments>
28+
</arguments>
29+
</buildCommand>
30+
<buildCommand>
31+
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
32+
<arguments>
33+
</arguments>
34+
</buildCommand>
35+
</buildSpec>
36+
<natures>
37+
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
38+
<nature>org.eclipse.jdt.core.javanature</nature>
39+
<nature>ch.epfl.lamp.sdt.core.scalanature</nature>
40+
</natures>
41+
</projectDescription>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.msi.manning.network">
3+
<application android:icon="@drawable/icon">
4+
<activity android:name=".Main" android:label="@string/app_name">
5+
<intent-filter>
6+
<action android:name="android.intent.action.MAIN" />
7+
<category android:name="android.intent.category.LAUNCHER" />
8+
</intent-filter>
9+
</activity>
10+
11+
<activity android:name=".SimpleSocket" android:label="@string/app_name" />
12+
<activity android:name=".SimpleGet" android:label="@string/app_name" />
13+
<activity android:name=".ApacheHTTPSimple" android:label="@string/app_name" />
14+
<activity android:name=".ApacheHTTPViaHelper" android:label="@string/app_name" />
15+
<activity android:name=".HTTPHelperForm" android:label="@string/app_name" />
16+
<activity android:name=".DeliciousRecentPosts" android:label="@string/app_name" />
17+
<activity android:name=".GoogleClientLogin" android:label="@string/app_name" />
18+
19+
</application>
20+
21+
<uses-permission android:name="android.permission.INTERNET" />
22+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
23+
</manifest>

0 commit comments

Comments
 (0)