First steps with Android.
authorgumartinm <gu.martinm@gmail.com>
Wed, 23 Nov 2011 02:22:56 +0000 (03:22 +0100)
committergumartinm <gu.martinm@gmail.com>
Wed, 23 Nov 2011 02:22:56 +0000 (03:22 +0100)
commita4f9d9cf5c174c1a258784b36a78bb3df03b591f
treeb60512706d41591e0f11c2d6dd223245b0b7d79a
parent29adb3166ad4e2836ac4e3c30d201e7fb0153dbf
First steps with Android.
Playing with activities and tasks.
Android/Testing/Test1/AndroidManifest.xml [new file with mode: 0644]
Android/Testing/Test1/gen/de/android/test1/R.java [new file with mode: 0644]
Android/Testing/Test1/proguard.cfg [new file with mode: 0644]
Android/Testing/Test1/project.properties [new file with mode: 0644]
Android/Testing/Test1/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
Android/Testing/Test1/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
Android/Testing/Test1/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
Android/Testing/Test1/res/layout/main.xml [new file with mode: 0644]
Android/Testing/Test1/res/values/strings.xml [new file with mode: 0644]
Android/Testing/Test1/src/de/android/test1/Test1Activity.java [new file with mode: 0644]