This is a sample Android app I wrote to demonstrate how to fetch content from web services and integrate into a ListActivity with a custom layout..
TopTracksApp is hosted in the following web site
https://github.com/jengelsma/TopTracksApp
If you think the Android project TopTracksApp listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of TopTracksApp.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [ldpi, mdpi, hdpi] |
Minimum SDK Version | 4 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
There are 2 image files in TopTracksApp. The names of the image files are listed as follows.
blank.png filler_icon.png
The following screenshort is generated from the image listed above.
TopTracksApp has the following Java source files.
edu.gvsu.cis.toptracks.TopTrackListActivity.java edu.gvsu.cis.toptracks.adapters.TrackDataAdapter.java edu.gvsu.cis.toptracks.data.TrackData.java edu.gvsu.cis.toptracks.tasks.LastFMHelper.java edu.gvsu.cis.toptracks.tasks.LastFMIconTask.java edu.gvsu.cis.toptracks.tasks.LastFMWebAPITask.java