๐Ÿค–

Android

์ƒ์„ฑ์ผ
Aug 25, 2022 07:38 AM
๊ธฐ์ˆ 
Compose
Dagger Hilt
Coroutine
Flow
DataScore
Retrofit2
MVVM
Coil

์•„ํ‚คํ…์ฒ˜

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
ย