Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 631 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 631 Bytes

android-flux

Architecture

reference

Credit

  • Kotlin Support
    • Coroutine
    • Kotlin Extensions
  • Android Architecture Component
    • LiveData
    • ViewModel
    • Navigation
  • UI
    • Groupie
  • Network Client
    • Retrofit
    • OkHttp
  • Image Downloader/Cache
    • Glide
  • JSON Serialize
    • Kotlin serialization
  • Dependency Injection
    • Koin
  • Logger
    • Timber
  • Network Capture
    • OkHttp-interceptor
    • Chuck
  • Debug Menu
    • Hyperion-Android