Skip to content

immustafa/android_kotlin_boilerplate

Repository files navigation

Android Kotlin Boilerplate

Libraries Used

  • Architecture - A collection of libraries that help you design robust, testable, and maintainable apps.

    • Lifecycles - Create a UI that automatically responds to lifecycle events.
    • Navigation - Handle everything needed for in-app navigation.
    • ViewModel - Easily schedule asynchronous tasks for optimal execution.
    • Coroutines - A coroutine is a concurrency design pattern that you can use on Android to simplify code that executes asynchronously.
    • Flow - Works very well with coroutines, provides us with cold streams which can be transformed using well known reactive operators.
    • UI - Details on why and how to use UI Components in your apps - together or separate
    • Jetpack Compose - A basic unit of composable UI.
  • Third party and miscellaneous libraries

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages