Search code examples
androidalarmmanagerandroid-alarms

How to embed time picker in view


I've integrated TimePicker in my application successfully. Now i would like to know is there a way to embed time picker in view instead of showing it as Dialog box. Thanks in advance.

enter image description here


Solution

  • I suggest you , it is good habit to use fragment.if you use the DialogFragment ,google provide using the dialog frament for time picker http://developer.android.com/guide/topics/ui/controls/pickers.html#TimePicker

    or

    I found some link it can help you http://examples.javacodegeeks.com/android/core/ui/timepicker/android-time-picker-example/