Skip to content

spaiman/movie-info

Repository files navigation

Movie Info

Movie Information Android Application. All data in the application are retrieved using the API provided by http://themoviedb.org, while the images were taken from Google's Material Design Icons.

Third-party libraries used:

Note: Currently, the application had been tested to run only in Debug mode. Issues may appear if it was run in Release mode, since proguard-rules may strip and obfuscate some classes and methods.

To build the app in Debug mode, please run this in the command line of the application directory:

./gradlew assembleDebug

To execute unit tests, please run:

./gradlew test

The report of the unit tests could be found in {appDirectory}/app/build/reports/tests/debug/index.html

Note: Running the unit tests in Android Studio may require some changes in JUnit configuration since there is an issue where RobolectricGradleTestRunner could not find AndroidManifest.xml.

About

Simple Android App to browse the latest movies

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages