Good approach to clean application data programmmatically in Android -


when use recyclerview and/or picasso. seems cache , store alot of data in application. however, want delete stored data , cache in simple way whenever exiting app.

  1. what simplest way delete data stored in created app programmatically?
  2. what latest or efficient way tell picasso not store or cache images?

thanks y'all

picasso has evictall() api clear cache. can set picasso disk cache size small or zero.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -