I am using Volley Plus library. I am showing ListView with image and text view with no error, but when i scroll up and down lots of time in this listview it get
You should create SimpleImageLoader in onCreate() of Activity or some where else
DiskLruBasedCache.ImageCacheParams cacheParams = new DiskLruBasedCache.ImageCacheParams(mContext, "CacheDirectory");
cacheParams.setMemCacheSizePercent(0.5f);
SimpleImageLoader mImageFetcher = new SimpleImageLoader(mContext, null, cacheParams);
If you are still facing OOM exception then you can use NetworkImageView.
Detailed example is present in github sample