Android Open Source - Development data iPlayerFeed






Project Summary

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

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of iPlayerFeed.

ItemValue
Java File Count18
Activity Count1
Fragment Count2
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

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