Movie App

This application displays a list of films. The app project can be seen in the repository branch.

Run test

To run unit test, you can type this following command from the root of this project

./gradlew clean test

To run UI test, you can use emulator in Android Studio

Build instruction

To build the debug apk, please run this command in your project directory

./gradlew assembleDebug

Run Instruction

You can run the app using emulator in your Android Studio.