Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Calendar UI in android

I am working on application in which i want to show a calendar in my UI. Can anyone please help me , how to do this. Any help will be appreciated ... Thanks

like image 328
Aditya1510 Avatar asked Oct 17 '11 06:10

Aditya1510


1 Answers

You should check this android widget: http://developer.android.com/reference/android/widget/CalendarView.html

Check this also for example:

Android Calendar View for Date Picker

Try this and if you need any help, please come back again!

Hope this helps for now!

like image 171
Dimitris Makris Avatar answered Oct 07 '22 19:10

Dimitris Makris