Posts by Rafael Reynoud • 1 point
1 post
-
-4
votes1
answer81
viewsQ: What is the best way to save temporary data in android?
I’m using it this way: val prefs = PreferenceManager.getDefaultSharedPreferences(context) val editor = prefs.edit() editor.putString(Constants.VENDOR_UPDATE_AT, update_date) editor.commit() and…
androidasked Rafael Reynoud 1