-
Notifications
You must be signed in to change notification settings - Fork 3
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
안드로이드 간단한 예제 추가 #5
base: master
Are you sure you want to change the base?
Conversation
우선 오랜 기간 관리되지 않던 리포지토리에 관심 가져주시고 기여해주셔서 감사합니다! |
|
||
class MainActivity : AppCompatActivity() { | ||
|
||
private var mClassifier: Classifier? = null |
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.
onCreate 메소드에서 초기화되는 property이므로 lateinit var
로 선언해도 괜찮을 것 같은데 어떻게 생각하시나요?
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.
코멘트 하나 달았습니다. 확인해보시고 피드백 부탁드립니다!
Pull Request - 이미지 분석 예제
관련된 해당 이슈의 종류는 무엇인가요? Feature
이 PR에 대해 명료하게 요약 해주세요.
이 pr 관련해서 다른 팀원들이 알아야하는 내용이 있나요?
실제로 앱 빌드해서 테스트 되었나요?
QA 시에 테스트 해야할 부분은?