views:

178

answers:

2

How do I know when the date has been changed in a DatePicker widget? OnClick does not fire and there are no other useful events.

A: 

Just saw that it has an init() function where you can pass an implementation of OnDateSetListener.

Kurian
A: 

init() has OnDateSetListener but doesn't work when you click on the textfield and change the date using the keyboard.

Tiago Bastos
It works on the on-screen keyboard.
Kurian