본문 바로가기

프로그래밍 일반/안드로이드

[안드로이드] SurfaceView관련 자료, Barcode Detection자료

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

 

https://mixup.tistory.com/98

 

안드로이드 앱간 파일 공유방법 (FileProvider 대응)

Android 7.0(Nougat / API 24)에서 Intent로 URI 파일 경로 전송시 "file://" 노출되어 있으면 FileUriExposedException 오류가 발생하게 되고 앱이 종료됩니다. 앱간 파일을 공유하려면 "file://" 대신 "content:..

mixup.tistory.com

파일제공자 의미

 

 

https://m.blog.naver.com/PostView.nhn?blogId=muri1004&logNo=221054311714&proxyReferer=https%3A%2F%2Fwww.google.com%2F

 

[Android] SurfaceView 개념 및 예제

SurfaceView 란?SurfaceView는 View를 상속받는 클래스이다.일반 View는 onDraw 메소드를 시스템에...

blog.naver.com

surface뷰