My application loads alot of data from a webservice. The problem is, after alot of network requests, it crashes from out of memory.
I'm using the volley library for the network requests, the Universal ImageLoader library for the loading and caching of images.
How do I prevent it from crashing? Is it possible to clean the virtual memory?