Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 425 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 425 Bytes

[WIP] SeaLion🦭

SeaLion is simple todo app sample with Jetpack Compose. The concept of this sample is my development practice.

Architecture

presentation --> usecase --> domain <-- data

Libraries

  • Kotlin
    • Coroutines/Flow
  • Jetpack Compose
  • Android Architecture Components
    • ViewModel
    • Navigation
  • Dagger Hilt (2.36)

Want to do

  • layout test
  • custom theme
  • animations