Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-21T09:06:54.000Z (3 months ago)
- Last Synced: 2024-10-21T12:51:29.065Z (3 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.1 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 27
-
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.eassu.android) μΆμμΌ 2023.11.28 ~![αα ³α α ’αα ΅α¨αα ΅αα ΅αα ΅](https://github.com/user-attachments/assets/e89f46bb-dece-45a9-a453-a00bf9d463cd)
## π 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
βββ πbase
βββ πdata
β βββ πdb
β βββ πdto
β β βββ πrequest
β β βββ πresponse
β βββ πenums
β βββ πrepository(impl)
βββ πdi
βββ πdomain
β βββ πmodel
β βββ πrepository
β βββ πservice
β βββ πusecase
βββ πpresentation
β βββ πcommon
β βββ πfeature
β βββ πviewModel
β βββ πview
βββ πutil
βββ πApp
```## π€ Android
- Android Studio : Android Studio Koala | 2024.1.1
- JDK : 17
- minSDK : 23
- targetSDK : 34## π 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)