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

Horizontal Scrolling Support #241

Open
RuiHelderOliveira opened this issue Sep 3, 2015 · 12 comments
Open

Horizontal Scrolling Support #241

RuiHelderOliveira opened this issue Sep 3, 2015 · 12 comments

Comments

@RuiHelderOliveira
Copy link

The main functionality that made me test this library was range selection mode.
But I do not like the vertical scroll. I expect it to be like the native calendar view. Shows only one month and "scroll" is horizontal.
It is possible to implement it?

Good job.
Thanks.

@JakeWharton
Copy link
Collaborator

You could do this yourself with a series of calendar views in a ViewPager which only show 1 month.

@RuiHelderOliveira
Copy link
Author

To do this, i need to make several instances of the class and this way
the range
selection mode functionality would not be so advantageous (e.g. init of
range and end of range in diferent months).

2015-09-03 16:25 GMT+01:00 Jake Wharton [email protected]:

You could do this yourself with a series of calendar views in a ViewPager
which only show 1 month.


Reply to this email directly or view it on GitHub
#241 (comment)
.

@tutysathish
Copy link

It is possible to change background color for particular cell
Thanks

@TigerSkinZhang
Copy link

I also need this,do you have any good ideas?

@tutysathish
Copy link

I didn't find solutions.. So I simply switch to another calendar library (caldroid). We can change particular cell background color in this library

@vladopandzic
Copy link

Caldroid does not support multiple dates selections :(. But this library has terrible vertical scrolling?!.
Some combination of caldroid and android-times-square would be nice.

@girdharpatel
Copy link

It would be really nice and helpful if we can pass the scroll mode like Horizontal or vertical when we do init() and based on scroll mode passed , it does the scroll. In this way, it fills like native calendar. Vertical scroll doesn't look good.

@edenman edenman changed the title Scroll. Horizontal Scrolling Support Mar 8, 2016
@edenman
Copy link
Collaborator

edenman commented Mar 8, 2016

We're unlikely to ever add this. Leaving it open so other folks don't file more of this same request.

@Brucezh
Copy link

Brucezh commented Apr 28, 2016

I also need this,does anyone know how to made it? I am very urgent.If you know how to do this,you can add the function to the project.Thank you very much!!!!!

@sunderrrrrrrr345
Copy link

How can i show only one month in my home screen? Is it possible?

@shwetarc
Copy link

I also have same issue,one month with horizontal scrolling

@RushiMThakker
Copy link

I want to enable scroll for 2 years and storing those many items in viewpager doesn't seem to be a good idea. Has anyone implemented horizontal scroll feature?

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

No branches or pull requests