I am building application which has calendar view and few button below it. When I click the button it opens new activity which sets details of the meeting for selected date.
Now I am wondering how to get this selected date from calendar view when I click the button. So the date is first selected and nothing happens and after I click the button I should receive the date details. I am using Android SDK 4.
Also I don't need date picker.
Thank you.
Now I am wondering how to get this selected date from calendar view when I click the button. So the date is first selected and nothing happens and after I click the button I should receive the date details. I am using Android SDK 4.
Also I don't need date picker.
Thank you.