Android Open Source - Database add iTunezFeed






Project Summary

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

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of iTunezFeed.

ItemValue
Java File Count22
Activity Count1
Fragment Count3
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

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