Skip to content

mecoFarid/Trending-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4ec46c5 · Jun 18, 2023

History

37 Commits
Feb 11, 2023
Feb 14, 2023
Oct 20, 2022
Feb 14, 2023
Feb 10, 2023
Feb 14, 2023
Oct 20, 2022
Jun 18, 2023
Feb 14, 2023
Jan 21, 2023
Oct 20, 2022
Oct 20, 2022
Oct 20, 2022
Feb 9, 2023

Repository files navigation

Simple Clean Architecture Android App.

Android View Jetpack Compose

Production

Data, Business and Presentation layer

  • IO Operations
    • Kotlin Coroutines (main branch)
    • RxJava (rx_java branch)
  • Room
  • Network
    • GraphQL (graph_ql branch)
    • REST (main branch)
      • Retrofit
      • KotlinX Serialization
  • LiveData
  • MVVM pattern
  • Dagger-Hilt (main branch)
  • Koin (koin-di branch)
  • Manual DI (manual-di branch)

UI

  • Android View

    • DataBinding
    • Jetpack Navigation
    • Android Material Design
    • Glide
    • Lottie Animations
  • Jetpack Compose

    • Jetpack Compose Material Design
    • Jetpack Compose Navigation
    • Coil Compose
    • Lottie Animations Compose

Testing

Code Styling/Analyzing

  • Detekt