Android
[Android] 안드로이드 - 사진을 임시 저장소(cache directory) 에 저장했다가 불러오기
NukeOlaf
2020. 1. 14. 00:46
Android Share Intent for a Bitmap - is it possible not to save it prior sharing?
I try to export a bitmap from my app using share intent without saving a file for a temporal location. All the examples I found are two-step 1) save to SD Card and create Uri for that file 2) star...
stackoverflow.com
contentProvider 를 이용해서 uri 를 제공해주는 방법인것 같다. 추후 분석 필요.