Skip to content
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

부산대 Android_김정희_6주차 과제_2단계 #83

Open
wants to merge 125 commits into
base: lovelhee
Choose a base branch
from

Conversation

lovelhee
Copy link

@lovelhee lovelhee commented Aug 2, 2024

안녕하세요 멘토님!
벌써 멘토님께 받을 마지막 리뷰라고 생각하니 뭔가 ... 시원 섭섭하네요.
6주라는 긴 시간동안 현업하시는 와중에도 꼼꼼하게 리뷰 남겨주셔서 너무너무 감사했습니다!!
언젠가 다시 만날 수 있기를 바랍니다 .. !! 항상 좋은 일만 생기세요 ~!!


2단계 커밋 모음

https://github.com/kakao-tech-campus-2nd-step2/android-map-notification/pull/83/files/77fd1dc52ced1d40a4657f1be6e01f8409b21ed0..b630e30a20b75a3cecd81a3eb615d2a3927be4c3


실행 결과

[포그라운드]

-.Clipchamp.3.mp4

[백그라운드]

Screenshot_20240802_132619

lovelhee added 27 commits July 26, 2024 18:01
# Conflicts:
#	README.md
#	app/build.gradle.kts
#	app/src/main/AndroidManifest.xml
#	app/src/main/res/layout/activity_main.xml
#	app/src/main/res/values/strings.xml
#	build.gradle.kts
#	gradle/wrapper/gradle-wrapper.properties
#	settings.gradle.kts
Copy link

@LeeOhHyung LeeOhHyung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lovelhee LGTM~ 👍 step1 코드에 달아주신 코멘트들도 확인했습니다.
step2는 FCM을 구현하는것이라 코드 추가는 많지 않고, 이제 많이 익숙해져서 그런지 코멘트 드릴것도 거의 없네요. 아마 파이어베이스 콘솔에서 FCM을 보내는게 더 어려웠지 않았을까 싶네요.

6주차 과제도 고생많으셨습니다!

Comment on lines +205 to +214
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
if (ContextCompat.checkSelfPermission(
this,
android.Manifest.permission.POST_NOTIFICATIONS
) ==
PackageManager.PERMISSION_GRANTED
) {
Log.d("MapActivity", "알림 권한 이미 허용")
// FCM SDK (and your app) can post notifications.
} else if (shouldShowRequestPermissionRationale(android.Manifest.permission.POST_NOTIFICATIONS)) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!= 으로 권한 허용이 안되어 있는 경우로 확인한다면, if-else 문을 하나 줄일 수 있을것 같습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants