Android lists: nice example.
authorgumartinm <gustavo@gumartinm.name>
Tue, 24 Apr 2012 06:59:45 +0000 (08:59 +0200)
committergumartinm <gustavo@gumartinm.name>
Tue, 24 Apr 2012 06:59:45 +0000 (08:59 +0200)
commit017ac12a651d9713b88d203b35790aab43dd84ad
tree05eb038b8deee44adfcf3b03134cce8a70047908
parent1f299aac6f80dc55e58e4a2370a8e72c872daf44
Android lists: nice example.

From: http://www.learn-android.com/2011/11/22/lots-of-lists-custom-adapter/
17 files changed:
Android/Lists/AndroidManifest.xml [new file with mode: 0644]
Android/Lists/gen/de/example/lists/BuildConfig.java [new file with mode: 0644]
Android/Lists/gen/de/example/lists/R.java [new file with mode: 0644]
Android/Lists/proguard-project.txt [new file with mode: 0644]
Android/Lists/project.properties [new file with mode: 0644]
Android/Lists/res/drawable-hdpi/ic_launcher.png [new file with mode: 0644]
Android/Lists/res/drawable-ldpi/ic_launcher.png [new file with mode: 0644]
Android/Lists/res/drawable-mdpi/ic_launcher.png [new file with mode: 0644]
Android/Lists/res/drawable-mdpi/news_icon_1.png [new file with mode: 0644]
Android/Lists/res/drawable-mdpi/news_icon_2.png [new file with mode: 0644]
Android/Lists/res/drawable-xhdpi/ic_launcher.png [new file with mode: 0644]
Android/Lists/res/layout/main.xml [new file with mode: 0644]
Android/Lists/res/layout/news_entry_list_item.xml [new file with mode: 0644]
Android/Lists/res/values/strings.xml [new file with mode: 0644]
Android/Lists/src/de/example/lists/ListActivityActivity.java [new file with mode: 0644]
Android/Lists/src/de/example/lists/NewsEntry.java [new file with mode: 0644]
Android/Lists/src/de/example/lists/NewsEntryAdapter.java [new file with mode: 0644]