Material-calendarview: How to go to selected date page?

Created on 3 Jan 2017  路  4Comments  路  Source: prolificinteractive/material-calendarview

Hi, this is a wonderful library with many good features. Still, I have one question. Say if one selected date is not in current week row or month page, is there any method to automatically move back or forth to go there? Thanks!

Most helpful comment

Its simple 馃憤
just use
calendarView.setCurrentDate(Calendar.getInstance()); calendarView.setSelectedDate(Calendar.getInstance());

All 4 comments

I'm looking for the same. It will be great if we can navigate programmatically somehow.

+1

Its simple 馃憤
just use
calendarView.setCurrentDate(Calendar.getInstance()); calendarView.setSelectedDate(Calendar.getInstance());

setCurrentDate works! Thank you!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

TokyoAndroid picture TokyoAndroid  路  4Comments

vincent-etienne picture vincent-etienne  路  7Comments

damianflannery picture damianflannery  路  4Comments

KhanStan99 picture KhanStan99  路  4Comments

fahimk picture fahimk  路  4Comments