Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display a calendar UI in an Android application? [closed]

I want to use a calendar in my application like the calendar in the image below.

calendar

I want this calendar UI in my activity. How can I accomplish this?

like image 925
Dharmendra Avatar asked May 21 '11 07:05

Dharmendra


1 Answers

Hehe. We've done this before: see at http://code.google.com/p/android-calendar-view/.

You WILL need to do additional styling work if you want to get that precise look and feel from your image: but that's what open source is for.

Enjoy.

like image 157
Femi Avatar answered Oct 15 '22 08:10

Femi