An android app to see the subscriber stats of a feed. I created this app to demonstrate the ability to draw graphs using jQuery and flot JavaScript libraires by embeding them in a webview control.
FeedStats is hosted in the following web site
https://github.com/sudar/FeedStats
If you think the Android project FeedStats 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 FeedStats.
Item | Value |
---|---|
Java File Count | 3 |
Minimum SDK Version | 3 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
There are 1 image files in FeedStats. The names of the image files are listed as follows.
about.png
The following screenshort is generated from the image listed above.
FeedStats has the following Java source files.
com.sudarmuthu.android.feedstats.FeedStats.java com.sudarmuthu.android.feedstats.utils.FeedStatsHandler.java com.sudarmuthu.android.feedstats.utils.StatsGraphHandler.java