Android app to control your tv shows.
shows is hosted in the following web site
https://github.com/fmontesino/shows
If you think the Android project shows 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 shows.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar bugsense3.0.7.jar simple-xml-2.6.9.jar spring-android-core-1.0.1.RELEASE.jar spring-android-rest-template-1.0.1.RELEASE.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
Asset File Names | assets\shows.sqlite |
There are 2 image files in shows. The names of the image files are listed as follows.
ic_action_search.png ic_launcher_.png
The following screenshort is generated from the image listed above.
shows has the following Java source files.
com.asmws.shows.activity.AddSerieDetailActivity.java com.asmws.shows.activity.AddShowActivity.java com.asmws.shows.activity.MainActivity.java com.asmws.shows.database.DBEpisodes.java com.asmws.shows.database.DBHelper.java com.asmws.shows.database.DBSeries.java com.asmws.shows.model.Episode.java com.asmws.shows.model.Serie.java com.asmws.shows.model.Show.java com.asmws.shows.tvdb.GetSerieResult.java com.asmws.shows.tvdb.SeriesSearchResult.java com.asmws.shows.utils.Utils.java