-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
네트워크 연결 상태 확인 #148
네트워크 연결 상태 확인 #148
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
login activity 에서는 네트워크 상태를 알 수 없나용?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다~
val isNetworkAvailable = capabilities?.hasCapability(NET_CAPABILITY_VALIDATED) ?: false | ||
|
||
if (!isNetworkAvailable) { | ||
Toast.makeText(this, getString(uiString.check_network), Toast.LENGTH_LONG).show() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
toast 대신 snackbar 어떠신가요??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저도 스낵바 좋아하는데요. 아직 스낵바 디자인을 안 해서 토스트로 했어요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생고생 하셨습니다~~
Issue
Overview
다음 시나리오에서 "네트워크 연결을 확인해 주세요."라는 토스트를 띄운다.
시나리오는 유튜브 뮤직을 테스트 해봤어