Example of android RESTfull architecture.
PodcastsManager is hosted in the following web site
https://github.com/andriydruk/PodcastsManager
If you think the Android project PodcastsManager 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 PodcastsManager.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Fragment Count | 2 |
jar files used | volley.jar |
There are 3 image files in PodcastsManager. The names of the image files are listed as follows.
drawer_shadow.9.png ic_action_search.png ic_drawer.png
The following screenshort is generated from the image listed above.
PodcastsManager has the following Java source files.
com.druk.podcastsmanager.model.PodcastContract.java com.druk.podcastsmanager.model.PodcastDatabase.java com.druk.podcastsmanager.model.PodcastProvider.java com.druk.podcastsmanager.service.SearchAPIService.java com.druk.podcastsmanager.ui.HomeActivity.java com.druk.podcastsmanager.ui.NavigationDrawerFragment.java com.druk.podcastsmanager.ui.PodcastsFragment.java com.druk.podcastsmanager.ui.SearchFragment.java