Nuke Olaf - Log Store
[Android] 안드로이드 - intent 로 기본앨범 불러오기 본문
https://developer.android.com/reference/android/content/Intent
ACTION_PICK 과 ACTION_GET_CONTENT 가 무엇이 다른지 생각해보기
https://developer.android.com/reference/android/content/Intent.html#ACTION_GET_CONTENT
https://itrainbowm.tistory.com/27
Button클릭 시 갤러리에서 이미지 가져오기
Button클릭 시 image/* 파일들 선택할 수 있는 창 열기 <요약> OnCreate 부문에 Button onClickListener을 추가 하고, Intent를 활용하여 전체적인 파일을 가져올 수 있게 합니다. protected void onCreate(Bundle..
itrainbowm.tistory.com
'Android' 카테고리의 다른 글
[Android] 안드로이드 - 기기의 가장 최근 사진을 가져오는 방법 (2) | 2020.01.14 |
---|---|
[Android] 안드로이드 - 사진을 임시 저장소(cache directory) 에 저장했다가 불러오기 (0) | 2020.01.14 |
[Android] 안드로이드 - 내가 원하는 라이브러리 찾기 (image picker) (0) | 2020.01.08 |
[Android] 안드로이드 - 인스타그램 필터처럼 만들기 라이브러리, 예제 링크 (0) | 2020.01.06 |
[Android] 안드로이드 - cats-oss/android-gpuimage 카메라 필터 라이브러리 분석 (0) | 2020.01.05 |
Comments