빠르고 안정적으로 원격 서버의 이미지 파일 불러오는 방법

2013. 7. 24. 18:18안드로이드 개발

일반적인 이미지 로딩 방식은 상대적으로 속도도 느리고 이미지 파일이 큰 경우에는 메모리 문제를 야기할 수 있는 단점이 있다. 이런 경우 Android Universal Image Loader (AUIL) 라이브러리를 이용하면 꽤나 만족스러운 결과를 얻어낼 수 있다.


Android Universal Image Loader 라이브러리는 아래 사이트에서 다운받을 수 있다.

https://github.com/nostra13/Android-Universal-Image-Loader


사용법은 아래 포스팅을 참고하자.

http://stackoverflow.com/questions/10257667/android-how-to-intantiate-universal-image-loader
http://stackoverflow.com/questions/17136183/universal-image-loader-did-not-apply-the-displayimageoptions-in-loadimage


주의사항도 있는듯하다.

http://yoonjechoi.egloos.com/2942863


여러가지 이미지 로딩 라이브러리의 벤치마킹 자료는 다음을 참고하시라.

http://helloworld.naver.com/helloworld/429368