Android Open Source - App podcast FeedNom






Project Summary

Free open source Podcast Manager app for Android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of FeedNom.

ItemValue
Java File Count21
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Activity Count1
Fragment Count2
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null

Java Source Files

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