how to implement calendar with month+week+day view

2.2k views Asked by At

i am developing an android app and i need activity which contains calendar view which can be viewed with day, week and month view. i searched everywere but didnt find anything that work, Thanks!

1

There are 1 answers

0
Pau Arlandis Martinez On

Your question isn't a proper question but a code request. However, If I had to make a calendar would begin learning how to use Calendar View an Android widget since API 11. For example, with this tutorial: http://examples.javacodegeeks.com/android/core/widget/android-calendarview-example/