This Android App does the following? Downloads the Top US 200 Songs JSON Feed from iTunes ? Shows the list in a fragment? You can download the album images on your SDcard??You can add song to your favourites list.? Application has its own database done with Content Providers? Feel free to use this project for anything you want..
iTunezFeed is hosted in the following web site
https://github.com/komodoswitch/iTunezFeed
If you think the Android project iTunezFeed 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 iTunezFeed.
Item | Value |
---|---|
Java File Count | 22 |
Activity Count | 1 |
Fragment Count | 3 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
iTunezFeed has the following Java source files.
com.keran.marinov.itunezfeed.ApplicationTest.java com.keran.marinov.itunezfeed.common.L.java com.keran.marinov.itunezfeed.database.FavouritesTable .java com.keran.marinov.itunezfeed.database.ItunezFeedContentProvider.java com.keran.marinov.itunezfeed.database.ItunezFeedContentProviderManager.java com.keran.marinov.itunezfeed.database.ItunezFeedDatabaseHelper.java com.keran.marinov.itunezfeed.dialog.DialogManager.java com.keran.marinov.itunezfeed.http.DownloadFeedTask.java com.keran.marinov.itunezfeed.http.HttpConnectionManager.java com.keran.marinov.itunezfeed.http.HttpConnectionResponse .java com.keran.marinov.itunezfeed.http.HttpRequestParams .java com.keran.marinov.itunezfeed.http.JsonParserManager.java com.keran.marinov.itunezfeed.http.NetworkStatusManager.java com.keran.marinov.itunezfeed.list.FeedEntry.java com.keran.marinov.itunezfeed.list.SavedListParcelable.java com.keran.marinov.itunezfeed.listener.DownloadTaskFeedListener.java com.keran.marinov.itunezfeed.listener.FragmentListener.java com.keran.marinov.itunezfeed.listener.TabListener.java com.keran.marinov.itunezfeed.ui.activity.ItunezFeedActivity.java com.keran.marinov.itunezfeed.ui.fragment.FavouritesFragment.java com.keran.marinov.itunezfeed.ui.fragment.TopListFragment.java