Skip to content

zipdabang/android

Repository files navigation

Zipdabang

Static Badge

Application for Home Cafe Information & Market


image

Contact Us


Zipdabang-Android Developers

이름담당 파트
강하현홈, 마켓, 더보기
김기문OAuth 로그인, 레시피, 마켓, 푸쉬알림
김예은회원가입, 내집다방

Tools

Android Studio Kotlin Firebase Jira Git GitHub Notion Discord


App Version

  • minSdkVersion : 24
  • targetSdkVersion : 33

Tech Stack

Static Badge Static Badge


Architecture

Package Structure

image

  • common

    • Classes/Files used in no less than two modules
      • ExceptionsResource/ResponseBody Wrapper Class
      • Response Code Enum Class
      • Constants
  • core

    • Core utilities(Libraries...) used across the application
      • Database for Paging
      • Network
      • FCM
      • Navigation
      • Global AppModule for DI
  • 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
  • ui

    • Components commonly used across the application(no less than two modules)
    • Composable Functions

Module Architecture

image


License

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.