Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 544 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 544 Bytes

Movie Database TMDB

Movie Database TMDB is a simple MVVM Clean Architecture project to showcase sample usages of Room, Retrofit, Kotlin Coroutines, and Hilt. There are also a few unit tests created. It uses TMDB API to display most popular movies, actors/actresses, and tv shows

Installation

Just clone the repository git clone https://github.com/michalgwo/movie-database-TMDB.git

Features

  • Get data from API
  • Save data to Room databade
  • Update data in Room database
  • Display data in RecyclerView