Android Open Source - App simple FilmoMeter






Project Summary

An extremely simple Android application that aggregates movie ratings from various sources, normalizes them and calculates the average score..

Web Site / Source Repository

FilmoMeter is hosted in the following web site
https://github.com/safwank/FilmoMeter

If you think the Android project FilmoMeter 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 FilmoMeter.

ItemValue
Java File Count9
Activity Count1
jar files usedjunit-4.10.jar
Required Permissionsandroid.permission.INTERNET




License

The license information of FilmoMeter is as follows:

GNU General Public License

Resource Files

There are 1 image files in FilmoMeter. The names of the image files are listed as follows.

noposter.png

The following screenshort is generated from the image listed above.

null

Java Source Files

safwan.filmometer.LookupActivity.java
safwan.filmometer.aggregator.RatingAggregator.java
safwan.filmometer.data.FilmFromSource.java
safwan.filmometer.data.Film.java
safwan.filmometer.sources.IMDBSource.java
safwan.filmometer.sources.RottenTomatoesSource.java
safwan.filmometer.sources.TMDBSource.java
safwan.filmometer.tools.RestClient.java
safwan.filmometer.views.ScoreMeter.java