Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.77 KB

File metadata and controls

34 lines (18 loc) · 1.77 KB

This is a Compose Multiplatform News Application targeting Android, iOS.

ScreenShot

iPhone

Android

Built With 🛠

  • Kotlin - First class and official programming language for Android development.

  • Coroutines - For asynchronous and more..

  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.

    • ViewModel - Stores UI-related data that isn't destroyed on UI changes using Voyager Lib.
    • Koin - Koin for DI.
    • Ktor -Ktor for HTTP client.
    • Coil3 - Coil3 for Image loading.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.

This app uses MVVM (Model View View-Model) architecture.