I made an android app in which I am taking the date of birth of the user and storing them as three integers in SharedPreferences
key-value pairs.
The date is picked by using inline datepicker.
I want the date selected to be same when user again opens it instead of showing today's date.
How do I use the Sharedpreferences
key-value pair data and show that in the inline date instead of today's date?