IiCnma Save

A playground android app, showcasing the latest technologies and architectures using the Movie Database APIs.

Project README

iiCnma

A playground android app, showcasing the latest technologies and architecture patterns using the Movie Database APIs.

Demo

Technologies

  • Kotlin Coroutines, Flow, StateFlow
  • Hilt
  • Paging3
  • Navigation Component
  • LiveData
  • ViewModel
  • Room
  • Retrofit
  • OkHttp3
  • Glide
  • jUnit
  • Mockk
  • Coroutine Test

Architecture

A custom architecture inspired by the Google MVVM and the Clean architecture.

This architecture allows app to be offline first. It gets data from the network if it doesn't exist in the local database and persists it. Local database is the single source of truth of the app and after its data changes, it notifies other layers using coroutine flows.

Build

Clone the repository and get an API key from the Movie Database and put it in the local.properties file as below:

apikey="YOUR_API_KEY"
Open Source Agenda is not affiliated with "IiCnma" Project. README Source: ImnIrdst/iiCnma
Stars
47
Open Issues
12
Last Commit
1 year ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating