Reputation: 4082
hi i am working on android and my project requirement need android calender view with highlighted today date and what ever user selected date can pick and no limit for date range and i am excepted output like a below screen shot and i have try some sample code but,doesn't work can you any sample api or customize calender view with highlighted today date.
can you help me how to do this like above screen shot and screen shot taken from google calender app now available on playshop.
Upvotes: 1
Views: 1771
Reputation: 45
I did not understand some parts but I think you mean you want to make a custom calendar right? Using grid view, a calendar can be implemented easily.
Try API Guide on Grid View to get some information on how a grid view works.
You may want to extend this grid view by loading an array list on to the grid view adapter.
Upvotes: 1
Reputation: 5491
If I understand your request correctly, what you want is android-times-square. They advertise it as
Standalone Android widget for picking a single date from a calendar view.
Upvotes: 0