Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 782 Bytes

helpful-links.md

File metadata and controls

9 lines (8 loc) · 782 Bytes

Helpful Links

  • The design came from Material Design 3
  • Utility for jetpack compose which is Accompanist
  • Dependency injection used is Hilt
  • Ideas and samples inspired by Compose samples
  • Jetpack Compose playground containing samples and compose libraries Compose playground (because sometimes documents are not real time updated...)
  • Kotlin flow for the asynchronous data stream Flow
  • Android flow implementation Android Flow