Skip to content

Repository files navigation

7ca2150f-45b9-4361-a92b-1c701acc17e1

어디

Module Graph

%%{
init: {
'theme': 'neutral'
}
}%%
graph LR
subgraph :core
:core:notification["notification"]
:core:alarm["alarm"]
end
:presentation --> :data
:presentation --> :domain
:presentation --> :core:notification
:core:notification --> :core:alarm
:data --> :domain
:data --> :core:alarm
Loading

Test

알림 클릭한 경우

adb shell am start -n com.where.android/com.sooum.where_android.view.main.MainActivity \
-a WHERE_ALARM_1 \
--ei meetId 14

앱링크 로부터 들어온경우

adb shell am start -a android.intent.action.VIEW \
-d "https://audiwhere.shop/invite/49144buebo?name=임의의값" \
com.where.android

스키마로부터 들어온경우

adb shell am start -a android.intent.action.VIEW \
-d "audiwhere://invite/49144buebo?name=임의의값" \
com.where.android

개요

모임을 만들고 초대된 사람들과 장소를 공유·의견을 나누며, 일정을 정하고 알림을 제공하는 모임 관리 앱 입니다.

  • 배포Url :

기술 스택

분야사용 기술
ArchitectureMVVM, Clean Architecture
NetworkingRetrofit, Okhttp, FCM
JetPackFlow, coroutine, Navigation
Local DataDataStore, Room
ImageGlide
Dependency InjectionHilt

실행 화면

Splash 화면
Splash 화면Splash 화면
로그인 화면
로그인 화면
메인 화면 & 친구목록 화면
메인 화면메인 화면메인 화면
모임상세 화면
메인 화면메인 화면메인 화면

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages