빠르고 안정적으로 원격 서버의 이미지 파일 불러오는 방법
일반적인 이미지 로딩 방식은 상대적으로 속도도 느리고 이미지 파일이 큰 경우에는 메모리 문제를 야기할 수 있는 단점이 있다. 이런 경우 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.c..
2013.07.24