Nuke Olaf - Log Store
[Android] 안드로이드 - 내가 원하는 라이브러리 찾기 (image picker) 본문
카메라앱의 앨범 액티비티 (갤러리 액티비티)를 만들기 위해 라이브러리를 사용해야 했다.
키워드는 image picker.
안드로이드 용 api 라고 검색하면 나오는 image picker
앨범 액티비티를 만들기 위해 어떤 라이브러리를 선택할지 고민해야 했다.
1. Android Arsenal 이라는 사이트는 내가 원하는 라이브러리를 찾기 쉽도록 도와준다
Android Arsenal 링크 : https://android-arsenal.com/free
그래서 위의 사이트에서 image picker 라이브러리들을 검색해보았다
https://android-arsenal.com/tag/157
2. 그래도 앨범 액티비티 (갤러리 액티비티)를 만들기 위해서 어떤 라이브러리를 선택해서 사용해야할지 확실하게 검토할 시간이 부족했다.
https://www.quora.com/Which-is-the-best-image-picker-library-for-Android
quora 에 좋은 질문 글이 있었다.
I recommend you to go with github, I mean go to the Build software better, together and search for it you will get more then 1 with given example of it,
here is some library:-
- esafirm/android-image-picker
- A categorized directory of libraries and tools for Android | Android-Arsenal.com
- Android Simplest Image Picker Library
- nguyenhoanglam/ImagePicker
I say you to go through all of the above websites, coz all above provided link has its own pros & cons,
https://androiddvlpr.com/android-image-picker-library/
3. 시간이 부족해서 더 찾아보지 못했는데, image picker 가 아니더라도, glide 와 같은 라이브러리를 이용해서도 앨범 액티비티를 만들 수 있다는 사실을 알았다.
https://javapapers.com/android/android-image-gallery-example-app-using-glide-library/
4. 그래도 회의중에 이미지를 pick 해야한다는 내용이 나왔던 것 같으므로, 일단은 image picker 라이브러리를 이용하기로 결정했다
'Android' 카테고리의 다른 글
[Android] 안드로이드 - 사진을 임시 저장소(cache directory) 에 저장했다가 불러오기 (0) | 2020.01.14 |
---|---|
[Android] 안드로이드 - intent 로 기본앨범 불러오기 (0) | 2020.01.13 |
[Android] 안드로이드 - 인스타그램 필터처럼 만들기 라이브러리, 예제 링크 (0) | 2020.01.06 |
[Android] 안드로이드 - cats-oss/android-gpuimage 카메라 필터 라이브러리 분석 (0) | 2020.01.05 |
[Android] 안드로이드 - natario1/CameraView 카메라 라이브러리 사용방법 분석 - 필터부분 (소스코드 포함) (1) | 2020.01.05 |