Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 486 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 486 Bytes

multimodule-app

Android feature module architecture + Compose and Flow.
Just test app for fask-example.

URL

Default host for API is localhost. You can change it in data module - 'data/src/main/java/com/github/atlamp2023/data/sources/RetrofitConfigProvider.kt' (const val BASE_URL = "http://10.0.2.2:5000")

Technologies

  • Feature modules (app modularization)
  • Jetpack Compose
  • Coroutine Flow
  • Retrofit
  • Koin