Android app that shows a list of popular music artists and some details about them. The artists and details are pulled from rhapsody.com.
rhapsody-example is hosted in the following web site
https://github.com/dsikirica/rhapsody-example
If you think the Android project rhapsody-example 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 rhapsody-example.
Item | Value |
---|---|
Java File Count | 8 |
Target SDK Version | 19 |
Minimum SDK Version | 15 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | gson-2.3.jar picasso-2.3.4.jar retrofit-1.6.1.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
rhapsody-example has the following Java source files.
hatchet.practice.ApplicationTest.java hatchet.practice.ArtistAdapter.java hatchet.practice.ArtistsFragment.java hatchet.practice.DetailsActivity.java hatchet.practice.DetailsFragment.java hatchet.practice.MainActivity.java hatchet.practice.MyApplication.java hatchet.practice.RhapsodyAPI.java