RAS 청각 자극을 통한 보행 패턴 개선 서비스
- Clean Architecture 지향
- Architecture : MVVM
- Minimum SDK 28 / Target SDK 34
- App
- XML with ViewBinding · DataBinding
- Wear OS
- Compose UI
- 사용한 라이브러리
- Hilt, Retrofit, mpChart, Coil, Phonix 등
- 비동기 처리
- Coroutine Flow
- 버전 관리
- BuildSrc · version Catalog
🗃️app
🗃️buildSrc
🗃️core-ui
┣ 📂base
┗ 📂extension
🗃️core-di
🗃️data
┣ 📂dto
┃ ┣ 📂response
┃ ┣ 📂request
┣ 📂datasource
┣ 📂datasourceImpl
┣ 📂local
┣ 📂repositoryImpl
┗ 📂service
🗃️domain
┣ 📂entity
┃ ┣ 📂response
┃ ┣ 📂request
┗ 📂repository
🗃️presentation
┗ 📂기능 별 패키징
🗃️watch
┗ 📂기능 별 패키징