Android Open Source - Development tv shows






Project Summary

Android app to control your tv shows.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of shows.

ItemValue
Java File Count12
Supported screen sizes[mdpi, ldpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version8
Activity Count3
jar files usedandroid-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 Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
Asset File Namesassets\shows.sqlite




Resource Files

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.

null

Java Source Files

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