How Can I Put Date And Time Picker In A Dialog In Android
i an new in android and struggling with how can i add these two date picker and time picker in a single dialog box please guide me how can i do it i created a dialog box and use a
Solution 1:
I have created a project on github for this. I have taken a different approach than yours and have created the custom dialog with date and time picker, by extending the dialog class.
Post a Comment for "How Can I Put Date And Time Picker In A Dialog In Android"