I am working with Caldroid for my project. By default, I have to display the current week in the gridView
. When a user swipe to the right, it will display the next week, and when a user swipe to the left, it will display the previous week. How can I achieve this in Caldroid?
Asked
Active
Viewed 533 times
1

Andrew T.
- 4,701
- 8
- 43
- 62

Venkatesan Ramdoss
- 77
- 1
- 10
-
Have you done any code yet? – Apurva Feb 05 '15 at 08:43
1 Answers
0
Caldroid does not support any method to show a week only. You have the following options
- Make your own calendar control
- Extend Caldroid to do so by modifying source code
- Use some other library such as RadCalendarView if it suits your need.

arkoak
- 2,437
- 21
- 35