/MovieStageOne

MovieStageOne is an application which advertise the most popular and high rated movies available now. It does it by loading the most popular movies thumbnails and allow you to browse through them and watch relevant information about each and every movie such as (title, release date, synopsis, rate and trailer)

Primary LanguageJava

MovieStageOne

MovieStage stage one is a movie ad which supports both design for phone and tablets devices. In order to get this app up and running you will need to provide it with an API key from www.themoviedb.org website and substitute the valute of your API key in Constants.java file located in the entities directory

Installation

$git clone https://github.com/fouchimi/MovieStageOne.git

On Linux and Mac OS, you can open the project on Android Studio and run ./gradlew assembleDebug and adb -d install app/{path-to-your-apk} which is often app/build/outputs/apk/{apk_file}.

On Windows, you can run this command instead gradle.bat assembleDebug and adb -d install app/{path-to-your-apk}

Alternatively you can simply click on the run button of the IDE and those steps will be ran automatically and load the application on your mobile or virtual device