This simple Android app , parses xml data from BBC Iplayer feed and lists the latest films on iplayer and sorts them according to rotten tomates users scores. Feel free to use the source code, as you wish. Only icon usage is restricted. But you can go wild with project..
iPlayerFeed is hosted in the following web site
https://github.com/komodoswitch/iPlayerFeed
If you think the Android project iPlayerFeed 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 iPlayerFeed.
Item | Value |
---|---|
Java File Count | 18 |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
iPlayerFeed has the following Java source files.
com.linxmap.iplayerfeed.ApplicationTest.java com.linxmap.iplayerfeed.common.L.java com.linxmap.iplayerfeed.dialog.DialogManager.java com.linxmap.iplayerfeed.feed.RatingRunnable.java com.linxmap.iplayerfeed.feed.http.HttpConnectionManager.java com.linxmap.iplayerfeed.feed.http.HttpConnectionResponse.java com.linxmap.iplayerfeed.feed.http.HttpRequestParams.java com.linxmap.iplayerfeed.feed.manager.FeedManager.java com.linxmap.iplayerfeed.feed.parser.JsonParser.java com.linxmap.iplayerfeed.feed.parser.XmlParser.java com.linxmap.iplayerfeed.feed.task.DownloadFeedTask.java com.linxmap.iplayerfeed.list.FeedEntry.java com.linxmap.iplayerfeed.list.FeedListAdapter.java com.linxmap.iplayerfeed.listener.FeedManagerListener.java com.linxmap.iplayerfeed.listener.FragmentListener.java com.linxmap.iplayerfeed.network.NetworkStatusManager.java com.linxmap.iplayerfeed.ui.activity.IplayerFeedActivity.java com.linxmap.iplayerfeed.ui.fragment.FeedListFragment.java