Android Open Source - UI webservice TopTracksApp






Project Summary

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..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of TopTracksApp.

ItemValue
Java File Count6
Supported screen sizes[ldpi, mdpi, hdpi]
Minimum SDK Version4
Activity Count1
Required Permissionsandroid.permission.INTERNET




Resource Files

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.

null

Java Source Files

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