정신건강 케어 앱 서비스 PsyChat
내 감정 기록을 한눈에, 필요할 때 간편하게, 내 상황에 알맞게
이전 채팅 목록 화면 | 챗봇 채팅 화면 | 감정 판단 결과 화면 |
---|---|---|
- IDE : Android Studio Giraffe
- JDK : Java 17을 실행할 수 있는 JDK
- Kotlin Language : 1.9
- Kotlin
-
AndroidX
- Activity & Activity Compose
- Core
- Lifecycle & ViewModel Compose
- Navigation
- DataStore
- StartUp
- Splash
-
Kotlin Libraries (Coroutine, DateTime, Serialization, Immutable)
-
Compose
- Material3
- Navigation
-
Dagger Hilt
-
Retrofit
-
Timber
-
Coil
- Ktlint
- Detekt
- Gradle Version Catalog
Based on Google App Architecture similar to Clean Architecture
├── app
│ ├── navigation
│ ├── MainActivity
│ └── Application
├── build-logic
├── buildSrc
├── core
│ ├── data
│ ├── designsystem
│ ├── domain
│ ├── util
│ └── ui
├── feature
│ ├── chat
│ ├── main
│ ├── result
│ └── splash
├── gradle
│ └── libs.versions.toml
└── report
├── compose-metrics
└── compose-reports