Skip to content

Releases: smish-hash/MovieBox

First debug release

11 Jul 11:13
0845a9a
Compare
Choose a tag to compare
First debug release Pre-release
Pre-release

This Android application is built using Jetpack Compose and the View system. It provides a seamless user experience for browsing and exploring popular movies using data fetched from the TMDB API. The app offers a visually appealing interface and allows users to view a list of popular movies. Upon clicking on a movie, users can access detailed information about the selected movie on a separate screen.

Features include:

  • Added Room Database for storing and caching data
  • Added network interceptors for debugging
  • Using MVVM architecture