Documentation

This commit is contained in:
misaochan 2016-01-07 15:55:22 +13:00
parent 1efc6e38ed
commit 0a33dc5dae

View file

@ -151,7 +151,9 @@ public class CommonsApplication extends Application {
}
//For caching area -> categories
cacheData = new CacheController();
DiskBasedCache cache = new DiskBasedCache(getCacheDir(), 16 * 1024 * 1024);
volleyQueue = new RequestQueue(cache, new BasicNetwork(new HurlStack()));
volleyQueue.start();