안드로이드 간단한 예제 추가 #5
Open
SwimingKim wants to merge 6 commits into
Open
Conversation
Member
|
우선 오랜 기간 관리되지 않던 리포지토리에 관심 가져주시고 기여해주셔서 감사합니다! |
skfo763
reviewed
Jan 23, 2021
|
|
||
| class MainActivity : AppCompatActivity() { | ||
|
|
||
| private var mClassifier: Classifier? = null |
Member
There was a problem hiding this comment.
onCreate 메소드에서 초기화되는 property이므로 lateinit var 로 선언해도 괜찮을 것 같은데 어떻게 생각하시나요?
skfo763
reviewed
Jan 23, 2021
Member
skfo763
left a comment
There was a problem hiding this comment.
코멘트 하나 달았습니다. 확인해보시고 피드백 부탁드립니다!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request - 이미지 분석 예제
관련된 해당 이슈의 종류는 무엇인가요? Feature
이 PR에 대해 명료하게 요약 해주세요.
이 pr 관련해서 다른 팀원들이 알아야하는 내용이 있나요?
실제로 앱 빌드해서 테스트 되었나요?
QA 시에 테스트 해야할 부분은?