/Movies

A movie app using themoviedb api showcasing modern Android development tools

Primary LanguageKotlin

Movies

A simple app using TMDB Api while showcasing modern Android development technologies.

Development setup

You require the latest Android Studio Flamingo (for Gradle 8.1), so please do update or download it here

First, clone the repository:

https://github.com/ralphevmanzano/Movies.git

Import the project in Android Studio and make sure the project uses Gradle JDK version 17 (this comes pre-installed with the latest Android Studio Flamingo)

File > Project Structure > SDK Location > Gradle Settings

image_2023-04-28_03-36-28 Now you can build and run the app

Tech Stack