Closed creativetrendsapps closed 7 years ago
Hi @creativetrendsapps
Each dialog has an own listener, you can read the values from it, for example, the date dialog it will back to you these values (year, month, day) or for the time dialog (hour, minute and second).
You can save it to your preface like any normal value.
pre.putInt("hour",hour);
At any time you can read the values from shared preference and pass it to your dialog instance.
With this library how would I go about putting the selected time value within my preferences? Like the AM value and PM value?