Skip to content

Native Android app built with Jetpack Compose, following a multi-modular architecture. It utilizes the TMDB movies API and adopts the MVVM pattern with Clean Architecture principles.

Notifications You must be signed in to change notification settings

munbonecci/android_kotlin_movies_tmdb

Repository files navigation

Movies TMDB

Native Android app built with Jetpack Compose, following a multi-modular architecture. It utilizes the TMDB movies API and adopts the MVVM pattern with Clean Architecture principles.

Installation

Clone this repository and import into Android Studio

git clone https://github.com/munbonecci/android_kotlin_movies_tmdb.git

Maintainers

This project is maintained by:

Architecture

This App has the Clean Architecture approach where we can handle different layers, including use cases and view model to obtain the data

Built with

How I run the app?

  • Clone the repository
  • Open it in Android Studio
  • Wait until dependencies are installed (Change you JDK to Corretto if necessary to avoid sync problems)
  • Add your keys in local properties (apiKey="YOUR_API_KEY")
  • Run app in your emulator or physical device

App Screens App Screens App Screens App Screens

About

Native Android app built with Jetpack Compose, following a multi-modular architecture. It utilizes the TMDB movies API and adopts the MVVM pattern with Clean Architecture principles.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages