Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

A simple app that consumes TMDB API to display movies.

Notifications You must be signed in to change notification settings

Sam-muigai/Filmio

Repository files navigation

FilmIo

This is a simple app built consuming TMDB API to display movies and the details.

Demo

Dark Theme

Light Theme

App Architecture

FilmIo is built following Google Recommended architectural pattern. It includes the following two features ie Settings and Movies.Each feature has three layers data,domain and presentation.The following diagram illustrate the whole app architecture.

Tech Stack

  • Kotlin - Kotlin is a programming language that makes coding concise, cross-platform, and fun. It is Google's preferred language for Android app development.
  • Jetpack Compose - Android's recommended modern toolkit for building native UI. It simplifies and accelerates UI development on Android.
  • Paging 3 library - The Paging library helps you load and display pages of data from a larger dataset from local storage or over network. This approach allows your app to use both network bandwidth and system resources more efficiently.
  • Room database - The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite.
  • Preferences DataStore - Jetpack DataStore is a data storage solution that allows you to store key-value pairs or typed objects with protocol buffers. DataStore uses Kotlin coroutines and Flow to store data asynchronously, consistently, and transactional.
  • Navigation Compose - It is part of the Jetpack Navigation component tailored for use with Compose.
  • Material Motion Compose - Jetpack Compose library for implementing motion system in Material Components for Android and Compose Multiplatform.
  • Retrofit - Retrofit is a REST client for Java/ Kotlin and Android by Square inc under Apache 2.0 license. Its a simple network library that is used for network transactions. By using this library we can seamlessly capture JSON response from web service/web API.
  • GSON - JSON Parser,used to parse requests on the data layer for Entities and understands Kotlin non-nullable and default parameters.
  • Kotlin Flow - In coroutines, a flow is a type that can emit multiple values sequentially, as opposed to suspend functions that return only a single value.
  • Dagger Hilt - A dependency injection library for Android that reduces the boilerplate of doing manual dependency injection in your project.
  • Coil- An image loading library for Android backed by Kotlin Coroutines.
  • Timber- A logger with a small, extensible API which provides utility on top of Android's normal Log class.

About

A simple app that consumes TMDB API to display movies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages