-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Feature] 메뉴 등록 및 수정 기능에서 카메라 촬영 기능 추가 #389
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.
수고하셨습니다! comment 확인해주세요
business/src/main/java/in/koreatech/business/navigation/BusinessNavHost.kt
Outdated
Show resolved
Hide resolved
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.
오랜만에 코드 리뷰 다네요~ 자주 오겠습니다~ 고생했어요~
.../main/java/in/koreatech/business/feature/storemenu/modifymenu/modifymenu/ModifyMenuScreen.kt
Outdated
Show resolved
Hide resolved
fun createImageFile(context: Context): Uri? { | ||
val contentResolver = context.contentResolver | ||
val content = ContentValues().apply { | ||
put(MediaStore.MediaColumns.MIME_TYPE, "image/jpeg") | ||
} | ||
return contentResolver.insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, content) |
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.
File 유틸 클래스 만들어서 추상화해도 괜찮을 것 같은데 같은데, 어떠시오? 🤠
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.
리뷰 코멘트가 학습 코멘트라 미리 어프로브 해놓을게요~ 고생많았다요~
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.
vi
business/src/main/java/in/koreatech/business/BusinessMainActivity.kt
Outdated
Show resolved
Hide resolved
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.
LGTM 수고하셨습니다.
개요
상세 작업 내용
작업 결과물