Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: μˆ­μ‹€λŒ€ 학식 리뷰 μ•± 🍽️ μ•ˆλ“œλ‘œμ΄λ“œ λ ˆν¬μ§€ν† λ¦¬

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)