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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -