- Email : zipdabang.app@gmail.com
이름 | 담당 파트 |
---|---|
강하현 | 홈, 마켓, 더보기 |
김기문 | OAuth 로그인, 레시피, 마켓, 푸쉬알림 |
김예은 | 회원가입, 내집다방 |
- minSdkVersion : 24
- targetSdkVersion : 33
- 100% Kotlin
- Retrofit2 + OkHttp3
- Paging3
- Jetpack
- Dagger-Hilt - DI
- Coil - image loading
- Firebase - Google Sign In & FCM
- Kakao SDK - Kakao Sign In
- Modern Architecture
- Clean Architecture
- Single activity architecture using Navigation component
- MVVM
- Android Architecture components (ViewModel , Kotlin Flow , Navigation)
- Android KTX
- UI
-
common
- Classes/Files used in no less than two modules
- ExceptionsResource/ResponseBody Wrapper Class
- Response Code Enum Class
- Constants
- Classes/Files used in no less than two modules
-
core
- Core utilities(Libraries...) used across the application
- Database for Paging
- Network
- FCM
- Navigation
- Global AppModule for DI
- Core utilities(Libraries...) used across the application
-
entity
- Tables(data classes) used in the database
-
module
- Divided by feature
- dividing the entire app into smaller features
- Package Structure for each module
- data
- di
- domain
- util
- ui
- use_case
- Divided by feature
-
ui
- Components commonly used across the application(no less than two modules)
- Composable Functions
MIT License
Copyright (c) 2023 Zipdabang
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the "Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.