์ํคํ ์ฒ
domain / presentation / data ํจํค์ง๋ก ๋ ์ด์ด๋งํ๋ Clean Architecture ๋ฅผ ๋ฐ๋ฆ
UI
- Jetpack compose ๋ฅผ ์ฌ์ฉ (1.2.0~)
- MVVM ํจํด์ผ๋ก ๊ด๋ฆฌ
- ์ด๋ฏธ์ง ๋ก๋ coil
Data
- rest api ํต์ ์ ์ํ Retrofit2
- ํ ํฐ ๊ฐ๋ฑ ๊ฐ๋จํ ์ ์ฅ์ DataStore
DI
- ์์กด์ฑ ์ฃผ์ ์ ์ํ Dagger Hilt
Async
- coroutine ์ฝ๋ฃจํด
- ๋ฐ์ดํฐ ์คํธ๋ฆผ ๊ตฌ์ถ + reactive programming โ Flow Api
ย