부모의 추억을 자식과 공유하며 공감대를 찾는 문답형 아카이빙 서비스, 엄빠도 어렸다 👨👩👧👦
황연진 | 신서현 |
---|---|
온보딩 소셜로그인 카카오 초대공유 기록하기 새로고침 |
홈 리스트 설정 fcm 알림 문답 튜토리얼 가까워지기 |
Tech Stack | |
---|---|
아키텍처 | MVVM , Clean Architecture |
DI | Hilt |
소셜로그인 | KakaoLogin, KakaoLink |
자동로그인 | EncryptedSharedPreferences |
푸시알림 | FCM |
데이터 연동 | DataBinding |
사진 | Coil |
서버 연결 | Retrofit2 & OkHttp3, Coroutine |
메시지 | SnackBar / Dialog Custom |
Binding | BindingActivity & BindingFragment |
RecyclerView | DiffUtil & ListAdapter |
Log | Timber |
✅ Coding Convention
✅ Commit Convention
✅ Github Convention
✅ Branch Convention
📂 com.ubcompany.umbba_android
┣ 📂 application
┣ 📂 data
┃ ┣ 📂 datasource
┃ ┣ 📂 interceptor
┃ ┣ 📂 local
┃ ┣ 📂 model
┃ ┣ 📂 repository
┃ ┣ 📂 service
┣ 📂 di
┣ 📂 domain
┃ ┣ 📂 entity
┃ ┣ 📂 repository
┣ 📂 presentation
┣ 📂 util
┃ ┣ 📂 binding
┃ ┣ 📂 fcm