Skip to content

Commit 9a61a58

Browse files
committed
Loader and multitouch example
1 parent 8a47205 commit 9a61a58

File tree

33 files changed

+306
-24
lines changed

33 files changed

+306
-24
lines changed
File renamed without changes.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>com.vogella.android.loader.preferences</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.jdt.core.javabuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
<buildCommand>
24+
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
25+
<arguments>
26+
</arguments>
27+
</buildCommand>
28+
</buildSpec>
29+
<natures>
30+
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
31+
<nature>org.eclipse.jdt.core.javanature</nature>
32+
</natures>
33+
</projectDescription>

de.vogella.android.loader.preferences/.settings/org.eclipse.jdt.core.prefs renamed to com.vogella.android.loader.preferences/.settings/org.eclipse.jdt.core.prefs

File renamed without changes.

de.vogella.android.loader.preferences/AndroidManifest.xml renamed to com.vogella.android.loader.preferences/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="de.vogella.android.loader.preferences"
3+
package="com.vogella.android.loader.preferences"
44
android:versionCode="1"
55
android:versionName="1.0" >
66

@@ -10,7 +10,7 @@
1010
android:icon="@drawable/ic_launcher"
1111
android:label="@string/app_name" >
1212
<activity
13-
android:name=".MainActivity"
13+
android:name="com.vogella.android.loader.preferences.MainActivity"
1414
android:label="@string/app_name" >
1515
<intent-filter>
1616
<action android:name="android.intent.action.MAIN" />

de.vogella.android.loader.preferences/proguard-project.txt renamed to com.vogella.android.loader.preferences/proguard-project.txt

File renamed without changes.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file is automatically generated by Android Tools.
2+
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3+
#
4+
# This file must be checked in Version Control Systems.
5+
#
6+
# To customize properties used by the Ant build system edit
7+
# "ant.properties", and override values to adapt the script to your
8+
# project structure.
9+
#
10+
# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11+
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12+
13+
# Project target.
14+
target=Google Inc.:Google APIs:17
15+

de.vogella.android.loader.preferences/res/drawable-hdpi/ic_launcher.png renamed to com.vogella.android.loader.preferences/res/drawable-hdpi/ic_launcher.png

File renamed without changes.

de.vogella.android.loader.preferences/res/drawable-ldpi/ic_launcher.png renamed to com.vogella.android.loader.preferences/res/drawable-ldpi/ic_launcher.png

File renamed without changes.

de.vogella.android.loader.preferences/res/drawable-mdpi/ic_launcher.png renamed to com.vogella.android.loader.preferences/res/drawable-mdpi/ic_launcher.png

File renamed without changes.

de.vogella.android.loader.preferences/res/drawable-xhdpi/ic_launcher.png renamed to com.vogella.android.loader.preferences/res/drawable-xhdpi/ic_launcher.png

File renamed without changes.

0 commit comments

Comments
 (0)