안드로이드 어플 개발1 [안드로이드] Android Image Volley 분석 02 안녕하세요 푸민입니다.저번 글에서 RequestQueue 라는 클래스를 만들때 Volley 클래스를 이용해서 만드는 것을 해보았습니다. 이어서 진행해 보면 RequestQueue 의 생성자를 보겠습니다. public RequestQueue(Cache cache, Network network, int threadPoolSize, ResponseDelivery delivery) {mCache = cache;mNetwork = network;mDispatchers = new NetworkDispatcher[threadPoolSize];mDelivery = delivery;} public RequestQueue(Cache cache, Network network, int threadPoolSize) {this(.. 2015. 9. 16. 이전 1 다음