Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to make infinite scrolling months previous and future? #33

Open
chanonly123 opened this issue May 11, 2017 · 1 comment
Open

How to make infinite scrolling months previous and future? #33

chanonly123 opened this issue May 11, 2017 · 1 comment

Comments

@chanonly123
Copy link

How to make infinite scrolling months previous and future?

@alpesh031
Copy link

Use this in your main activity at line number around 40 as per MainActivity.java

calFrom.set(2017, 00, 01); calTo.set(2099, 12, 31);

Calendar will scroll upto given data as above.
This is working for me. you can change YEAR, MONTH, DAY according to your need.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants