-
Notifications
You must be signed in to change notification settings - Fork 2
개발 환경
DaBin edited this page Jan 30, 2022
·
3 revisions
- Android Studio : Arctic Fox 2020.3.1
- kotlin version : 1.6.10
- minSdk, targetSdk : 21, 30
- MVVM
- Retrofit2, Okhttp
- Material Design 3
- Coroutine
- Hilt
🥄com.fork.spoonfeed
┣ 📁data
┃ ┣ 📂remote
┃ ┃ ┣ 📂api
┃ ┃ ┣ 📂datasource
┃ ┃ ┣ 📂model
┃ ┣ 📂repository
┣ 📁domain
┃ ┣ 📂model
┃ ┣ 📂repository
┣ 📁presentation
┃ ┣ 📂base
┃ ┣ 📂ui
┃ ┃ ┣ 📂uiview1
┃ ┃ ┃ ┣ 📂adapter
┃ ┃ ┃ ┣ 📂view
┃ ┃ ┃ ┣ 📂viewmodel
┃ ┣ 📂di
┗ ┗ 📂utils