Initial import
authorAntonio Ospite <ospite@studenti.unina.it>
Wed, 20 Feb 2013 11:37:58 +0000 (12:37 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Mon, 4 Mar 2013 11:25:01 +0000 (12:25 +0100)
commitcfce6e17d5bc22c416e60d459da00e6f4537ac00
tree63c9b533b22726181b33365b341223d4b1299f87
Initial import

http://developer.android.com/training/basics/firstapp/creating-project.html
12 files changed:
AndroidManifest.xml [new file with mode: 0644]
ant.properties [new file with mode: 0644]
build.xml [new file with mode: 0644]
proguard-project.txt [new file with mode: 0644]
project.properties [new file with mode: 0644]
res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
res/layout/main.xml [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
src/com/example/myfirstapp/MainActivity.java [new file with mode: 0644]