https://tyeolrik.github.io/android/2017/12/05/Android-Barcode-Detector.html
[Android] 바코드, QR코드 인식하기(Google Mobile Vision)
Hello, I am TyeolRik, Newbie Developer
tyeolrik.github.io
https://codelabs.developers.google.com/codelabs/bar-codes/#5
Barcode Detection with the Mobile Vision API
When you created the app with a single view activity, the template created a menu on the app. You're not going to need or use it, so find the code (in MainActivity) that handles these. These are called onCreateOptionsMenu and onOptionsItemSelected. Go ahea
codelabs.developers.google.com
안드로이드 앱간 파일 공유방법 (FileProvider 대응)
Android 7.0(Nougat / API 24)에서 Intent로 URI 파일 경로 전송시 "file://" 노출되어 있으면 FileUriExposedException 오류가 발생하게 되고 앱이 종료됩니다. 앱간 파일을 공유하려면 "file://" 대신 "content:..
mixup.tistory.com
파일제공자 의미
[Android] SurfaceView 개념 및 예제
SurfaceView 란?SurfaceView는 View를 상속받는 클래스이다.일반 View는 onDraw 메소드를 시스템에...
blog.naver.com
surface뷰
'프로그래밍 일반 > 안드로이드' 카테고리의 다른 글
리스너와 콜백의 차이 (1) | 2020.03.27 |
---|---|
firebase chatting관련 (0) | 2020.03.27 |
컨텐츠 프로바이더 작성시 참고할만한 자료 (0) | 2020.03.26 |
Bitmap을 String으로 관련 정보 (0) | 2020.03.26 |
gmap작성시 참고할만한 자료 (0) | 2020.03.23 |