adikari / android-cinepedia

Movie directory application for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android movie application.

Local Development

Here are some useful Gradle/adb commands for executing this example:

  • ./gradlew clean build - Build the entire example and execute unit and integration tests plus lint check.
  • ./gradlew installDebug - Install the debug apk on the current connected device.
  • ./gradlew runUnitTests - Execute domain and data layer tests (both unit and integration).
  • ./gradlew runAcceptanceTests - Execute espresso and instrumentation acceptance tests.

Code style

Here you can download and install the java codestyle. https://github.com/android10/java-code-styles

About

Movie directory application for Android.

License:Apache License 2.0


Languages

Language:Java 100.0%