I am using a date picker and time picker in my application. I want to set the date and time when the page loads. Is this possible? How so?
Check this.
Use showDialog(TIME_DIALOG_ID); function in onCreate();
showDialog(TIME_DIALOG_ID);
onCreate();