/TMDB-Compose-Koin-UDF

TMDB app demonstrates modern Android development with Koin, Coroutines, Flow, Jetpack Compose based on MVVM with clean code architecture purely written in Kotlin.

Primary LanguageKotlin

TMDP Compose 🚧 [Work in progress] 🚧


A demo app using Compose, Koin, ObjectBox... based on modern Android tech-stacks and follows a reactive programming model with Unidirectional data flow.

Screenshots

Tech stack & Open-source libraries

  • Minimum SDK level 23
  • 100% Kotlin based + Coroutines + Flow for asynchronous.
  • Koin for dependency injection : written in Kotlin, super-easy to learn & use, lightweight DSL, increase build speed,...
  • JetPack
    • Compose - A modern toolkit for building native Android UI.
    • ViewModel - UI related data holder, lifecycle aware.
    • App Startup - Provides a straightforward, performant way to initialize components at application startup.
  • Architecture
  • Coil - An image loading library for Android backed by Kotlin.
  • Retrofit2 & OkHttp3: Construct the REST APIs and paging network data.
  • Sandwich: Construct a lightweight and modern response interface to handle network payload for Android.
  • Material-Components: Material design components for building ripple animation, and CardView.
  • Kotin Serialzation: Kotlin-based & created by JetBrains team.
  • Ktlint - Coding convention.
  • Modularization and Gradle Convention Plugin.
  • Gradle Kotlin DSL - For writing Gradle build scripts using Kotlin.
  • ObjectBox - The Lightning-Fast Mobile Database for Persistent Object Storage.

Resouces reference:

Contribute

If you want to contribute to this, you're always welcome!

Discuss 💬

Have any questions, doubts or want to present your opinions, views? You're always welcome.

License

Designed and developed 2023 by tamnguyen

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.