get-the-setlist is a simple Android app that calls setlist.fm API to get the Blur 2013/2014 Festival tour details. The 1st screen displays the list of gigs. When clicking on a gig, a 2nd screen is displayed with the gig setlist..
get-the-setlist is hosted in the following web site
https://github.com/ntalfer/get-the-setlist
If you think the Android project get-the-setlist 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 get-the-setlist.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 1 |
Fragment Count | 2 |
jar files used | android-query.0.25.10.jar android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
get-the-setlist has the following Java source files.
com.ntalfer.getthesetlist.Artist.java com.ntalfer.getthesetlist.Gig.java com.ntalfer.getthesetlist.MainActivity.java com.ntalfer.getthesetlist.SetlistFragment.java com.ntalfer.getthesetlist.Tour.java com.ntalfer.getthesetlist.TourGigsFragment.java