I need to integrate one dialog in my app which asks for Date and Time in single dialog.
Problem is that, natively Android supports this individually, So please suggest me any such library if you know.
I want to create a dialog which can select the time and the date at the same time.
I know that there is not a default widget that can do that on Android. I also know that there are open …
I have Date and Time from DatePicker and TimePicker. Now i want to change the selected date and time into milliseconds. How can I do this???
For Example I have Date selected 2-5-2012 and Time is 20:43
Now I have …
I am using material Date Time picker for my Android app. But I want to combine the Date and Time picker in one dialog.
I am following this one. But I need to select the time right after the date …