When I use RecyclerView and/or Picasso. It seems to cache and store alot of data in my application. However, I want to delete the stored data and the cache in a simple way whenever I am exiting my app.
Picasso has evictAll()
API to clear cache. Also you can set Picasso disk cache size to something small or zero.