We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
How to make infinite scrolling months previous and future?
The text was updated successfully, but these errors were encountered: