Android
[Android] 안드로이드 - intent 로 기본앨범 불러오기
NukeOlaf
2020. 1. 13. 17:22
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