diff --git a/Android/Getting started/HelloWorld Solution/.classpath b/Android/Getting started/HelloWorld Solution/.classpath deleted file mode 100644 index a4763d1..0000000 --- a/Android/Getting started/HelloWorld Solution/.classpath +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/Android/Getting started/HelloWorld Solution/.gitignore b/Android/Getting started/HelloWorld Solution/.gitignore deleted file mode 100644 index 5e56e04..0000000 --- a/Android/Getting started/HelloWorld Solution/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/bin diff --git a/Android/Getting started/HelloWorld Solution/.project b/Android/Getting started/HelloWorld Solution/.project deleted file mode 100644 index 4ef813c..0000000 --- a/Android/Getting started/HelloWorld Solution/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - HelloWorld Solution - - - - - - com.android.ide.eclipse.adt.ResourceManagerBuilder - - - - - com.android.ide.eclipse.adt.PreCompilerBuilder - - - - - org.eclipse.jdt.core.javabuilder - - - - - com.android.ide.eclipse.adt.ApkBuilder - - - - - - com.android.ide.eclipse.adt.AndroidNature - org.eclipse.jdt.core.javanature - - diff --git a/Android/Getting started/HelloWorld Solution/.settings/org.eclipse.jdt.core.prefs b/Android/Getting started/HelloWorld Solution/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index a30d5b9..0000000 --- a/Android/Getting started/HelloWorld Solution/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,5 +0,0 @@ -#Mon Feb 13 12:10:41 CET 2012 -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5 -org.eclipse.jdt.core.compiler.compliance=1.5 -org.eclipse.jdt.core.compiler.source=1.5 diff --git a/Android/Getting started/HelloWorld Solution/AndroidManifest.xml b/Android/Getting started/HelloWorld Solution/AndroidManifest.xml deleted file mode 100644 index 6822557..0000000 --- a/Android/Getting started/HelloWorld Solution/AndroidManifest.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Android/Getting started/HelloWorld Solution/README.md b/Android/Getting started/HelloWorld Solution/README.md deleted file mode 100644 index c65d986..0000000 --- a/Android/Getting started/HelloWorld Solution/README.md +++ /dev/null @@ -1,7 +0,0 @@ -Starting point for tutorial -================================== - - * Basic project setup - * Android manifest permissions - * Library imports - diff --git a/Android/Getting started/HelloWorld Solution/gen/com/antares/android/BuildConfig.java b/Android/Getting started/HelloWorld Solution/gen/com/antares/android/BuildConfig.java deleted file mode 100644 index af0f1e5..0000000 --- a/Android/Getting started/HelloWorld Solution/gen/com/antares/android/BuildConfig.java +++ /dev/null @@ -1,6 +0,0 @@ -/** Automatically generated file. DO NOT MODIFY */ -package com.antares.android; - -public final class BuildConfig { - public final static boolean DEBUG = true; -} \ No newline at end of file diff --git a/Android/Getting started/HelloWorld Solution/gen/com/antares/android/R.java b/Android/Getting started/HelloWorld Solution/gen/com/antares/android/R.java deleted file mode 100644 index 8b1b463..0000000 --- a/Android/Getting started/HelloWorld Solution/gen/com/antares/android/R.java +++ /dev/null @@ -1,29 +0,0 @@ -/* AUTO-GENERATED FILE. DO NOT MODIFY. - * - * This class was automatically generated by the - * aapt tool from the resource data it found. It - * should not be modified by hand. - */ - -package com.antares.android; - -public final class R { - public static final class attr { - } - public static final class drawable { - public static final int android=0x7f020000; - public static final int ic_launcher=0x7f020001; - } - public static final class id { - public static final int android_image=0x7f050001; - public static final int button=0x7f050000; - } - public static final class layout { - public static final int main=0x7f030000; - public static final int my_activity=0x7f030001; - } - public static final class string { - public static final int app_name=0x7f040001; - public static final int hello=0x7f040000; - } -} diff --git a/Android/Getting started/HelloWorld Solution/proguard.cfg b/Android/Getting started/HelloWorld Solution/proguard.cfg deleted file mode 100644 index b1cdf17..0000000 --- a/Android/Getting started/HelloWorld Solution/proguard.cfg +++ /dev/null @@ -1,40 +0,0 @@ --optimizationpasses 5 --dontusemixedcaseclassnames --dontskipnonpubliclibraryclasses --dontpreverify --verbose --optimizations !code/simplification/arithmetic,!field/*,!class/merging/* - --keep public class * extends android.app.Activity --keep public class * extends android.app.Application --keep public class * extends android.app.Service --keep public class * extends android.content.BroadcastReceiver --keep public class * extends android.content.ContentProvider --keep public class * extends android.app.backup.BackupAgentHelper --keep public class * extends android.preference.Preference --keep public class com.android.vending.licensing.ILicensingService - --keepclasseswithmembernames class * { - native ; -} - --keepclasseswithmembers class * { - public (android.content.Context, android.util.AttributeSet); -} - --keepclasseswithmembers class * { - public (android.content.Context, android.util.AttributeSet, int); -} - --keepclassmembers class * extends android.app.Activity { - public void *(android.view.View); -} - --keepclassmembers enum * { - public static **[] values(); - public static ** valueOf(java.lang.String); -} - --keep class * implements android.os.Parcelable { - public static final android.os.Parcelable$Creator *; -} diff --git a/Android/Getting started/HelloWorld Solution/project.properties b/Android/Getting started/HelloWorld Solution/project.properties deleted file mode 100644 index 895c9ce..0000000 --- a/Android/Getting started/HelloWorld Solution/project.properties +++ /dev/null @@ -1,11 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system use, -# "ant.properties", and override values to adapt the script to your -# project structure. - -# Project target. -target=android-16 diff --git a/Android/Getting started/HelloWorld Solution/res/drawable-hdpi/android.png b/Android/Getting started/HelloWorld Solution/res/drawable-hdpi/android.png deleted file mode 100644 index 522a0d9..0000000 Binary files a/Android/Getting started/HelloWorld Solution/res/drawable-hdpi/android.png and /dev/null differ diff --git a/Android/Getting started/HelloWorld Solution/res/drawable-hdpi/ic_launcher.png b/Android/Getting started/HelloWorld Solution/res/drawable-hdpi/ic_launcher.png deleted file mode 100644 index 8074c4c..0000000 Binary files a/Android/Getting started/HelloWorld Solution/res/drawable-hdpi/ic_launcher.png and /dev/null differ diff --git a/Android/Getting started/HelloWorld Solution/res/drawable-ldpi/android.png b/Android/Getting started/HelloWorld Solution/res/drawable-ldpi/android.png deleted file mode 100644 index edcbbf2..0000000 Binary files a/Android/Getting started/HelloWorld Solution/res/drawable-ldpi/android.png and /dev/null differ diff --git a/Android/Getting started/HelloWorld Solution/res/drawable-ldpi/ic_launcher.png b/Android/Getting started/HelloWorld Solution/res/drawable-ldpi/ic_launcher.png deleted file mode 100644 index 1095584..0000000 Binary files a/Android/Getting started/HelloWorld Solution/res/drawable-ldpi/ic_launcher.png and /dev/null differ diff --git a/Android/Getting started/HelloWorld Solution/res/drawable-mdpi/android.png b/Android/Getting started/HelloWorld Solution/res/drawable-mdpi/android.png deleted file mode 100644 index 94619b7..0000000 Binary files a/Android/Getting started/HelloWorld Solution/res/drawable-mdpi/android.png and /dev/null differ diff --git a/Android/Getting started/HelloWorld Solution/res/drawable-mdpi/ic_launcher.png b/Android/Getting started/HelloWorld Solution/res/drawable-mdpi/ic_launcher.png deleted file mode 100644 index a07c69f..0000000 Binary files a/Android/Getting started/HelloWorld Solution/res/drawable-mdpi/ic_launcher.png and /dev/null differ diff --git a/Android/Getting started/HelloWorld Solution/res/drawable/android.png b/Android/Getting started/HelloWorld Solution/res/drawable/android.png deleted file mode 100644 index 522a0d9..0000000 Binary files a/Android/Getting started/HelloWorld Solution/res/drawable/android.png and /dev/null differ diff --git a/Android/Getting started/HelloWorld Solution/res/layout/main.xml b/Android/Getting started/HelloWorld Solution/res/layout/main.xml deleted file mode 100644 index 39398fd..0000000 --- a/Android/Getting started/HelloWorld Solution/res/layout/main.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - -