I'm using a datePicker dialog to pick the date, and I must set a lower and an upper bound. How can i do this?
Should I use the public void onDateChanged(DatePicker view, int year, int month, int day) method?
Please be explicit because I'm working with Android from 4 days only!