안드로이드 이미지 처리1 [안드로이드] Android Image Volley 분석 01 안녕하세요 푸민입니다.안드로이드에서 권장하는 이미지 Api인 Volley 에 대해서 한번 분석해보겠습니다. 먼저 Volley 를 사용할 때는 RequestQueue 를 생성합니다. RequestQueue 를 생성할때 Volley 클래스의 newRequestQueue 메소드를 사용합니다. public class Volley {private static final String DEFAULT_CACHE_DIR = "volley"; public static RequestQueue newRequestQueue(Context context, HttpStack stack) {File cacheDir = new File(context.getCacheDir(), DEFAULT_CACHE_DIR);String userAg.. 2015. 9. 11. 이전 1 다음