-1

I have a "Set Date" button that is setEnabled(false) when it's pressed. How can I make it setEnabled(true) when the datepicker is changed?

  • your answer is here http://stackoverflow.com/questions/2051153/android-ondatechangedlistener-how-do-you-set-this – alexk Feb 25 '14 at 05:21

1 Answers1

0

From developer.android.com

//The callback used to indicate the user changes\d the date:
DatePicker.OnDateChangedListener 
Behnam
  • 6,510
  • 6
  • 35
  • 65