https://github.com/eat-ssu/android
π½οΈ EAT-SSU: μμ€λ νμ 리뷰 μ± π½οΈ μλλ‘μ΄λ λ ν¬μ§ν 리
https://github.com/eat-ssu/android
android-studio kotlin-android mvvm-android retrofit2 soongsil-university
Last synced: 30 days ago
JSON representation
π½οΈ EAT-SSU: μμ€λ νμ 리뷰 μ± π½οΈ μλλ‘μ΄λ λ ν¬μ§ν 리
- Host: GitHub
- URL: https://github.com/eat-ssu/android
- Owner: EAT-SSU
- License: mit
- Created: 2023-02-15T02:05:56.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-24T09:04:38.000Z (9 months ago)
- Last Synced: 2025-04-24T10:22:43.473Z (9 months ago)
- Topics: android-studio, kotlin-android, mvvm-android, retrofit2, soongsil-university
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=com.eatssu.android
- Size: 36.7 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# μμ€λμμ λ¨Ήμ, μμ!
- μμ€λ νμ 리뷰 μ±
- κΈ°κ°: 2023.03 ~
- [PlayStore](https://play.google.com/store/apps/details?id=com.eatssu.android) μΆμμΌ 2023.11.28 ~
- [EAT-SSU μκ° Notion](https://eat-ssu.notion.site/EAT-SSU-1d2eeef75a1681198583e5282eaae6ba)
- [λ¦¬μΏ λ₯΄ν
](https://eat-ssu.notion.site/1d2eeef75a1681ae800cf6ffa6faa37d)
## κΈ°μ¬μ
|[μ μ§](https://github.com/HI-JIN2)|[μ΄νμ§](https://github.com/Amepistheo)|[κ°μ 리](https://github.com/kangyuri1114)|[μ μ ν](https://github.com/PeraSite)|
|:---:|:---:|:---:|:---:|
||||
|2022.11~νμ¬|2022.11~2024.02|2025.02~νμ¬|2025.08~νμ¬|

## π Tech Stack
- Kotlin
- MVVM
- Clean Architecture
- Coroutine + Flow
- UiState
- Hilt
- xml + viewBinding (+dataBinding)
- Retrofit2 + Okhttp3
- Gilde
- KaKao OAuth SDK
- Firebase RemoteConfig, Crashlytics
## π€ Not Yet..
- Modularization
- Jetpack Compose
- DataSource + Repository Pattern
## π Package
```
π¦com.eatssu.android
βββ πalarm
βββ πdata
β βββ πdto
β β βββ πrequest
β β βββ πresponse
β βββ πenums
β βββ πrepository(impl)
β βββ πservice
βββ πdi
βββ πdomain
β βββ πmodel
β βββ πrepository
β βββ πusecase
βββ πpresentation
β βββ πbase
β βββ πcommon
β βββ πfeature
β β βββ π...
β βββ πutil
βββ πApp
```
## π€ Android
- Android Studio : Android Studio Koala | 2024.1.1
- JDK : 17
- minSDK : 28
- targetSDK : 35
## π Convertion
- [Android Convention Docs](https://github.com/EAT-SSU/Android/wiki/Android-convention)
- [Git Convention Docs](https://github.com/EAT-SSU/Android/wiki/Git-convention)