Is it possible to store a Date object using SharedPreferences?
Date
SharedPreferences
Actually in my code I have a String variable, boolean
String
boolean
you can store the date value using sharedpreferences like this way
editor.putLong("date",currentDate.getTime());