Free open source Podcast Manager app for Android.
FeedNom is hosted in the following web site
https://github.com/mmartin101/FeedNom
If you think the Android project FeedNom 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 FeedNom.
Item | Value |
---|---|
Java File Count | 21 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 2 image files in FeedNom. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png
The following screenshort is generated from the image listed above.
FeedNom has the following Java source files.
com.jackzilla.feednom.FeedNomApplication.java com.jackzilla.feednom.FeedNomDaoGenerator.java com.jackzilla.feednom.activity.AbstractActivity.java com.jackzilla.feednom.activity.MainActivity.java com.jackzilla.feednom.controller.ApplicationController.java com.jackzilla.feednom.entities.DaoMaster.java com.jackzilla.feednom.entities.DaoSession.java com.jackzilla.feednom.entities.RssFeed.java com.jackzilla.feednom.entities.RssFeedDao.java com.jackzilla.feednom.entities.RssFeedItem.java com.jackzilla.feednom.entities.RssFeedItemDao.java com.jackzilla.feednom.event.ApplicationEvent.java com.jackzilla.feednom.event.FeedCreatedEvent.java com.jackzilla.feednom.event.FragmentAttachedEvent.java com.jackzilla.feednom.event.NewRssFeedEvent.java com.jackzilla.feednom.event.RssFeedsLoadedEvent.java com.jackzilla.feednom.fragments.AbstractFragment.java com.jackzilla.feednom.fragments.MyRssFeedsFragment.java com.jackzilla.feednom.fragments.NavigationDrawerFragment.java com.jackzilla.feednom.fragments.card.RssFeedCard.java com.jackzilla.feednom.rss.RssHandler.java