square / android-times-square

Standalone Android widget for picking a single date from a calendar view.
Apache License 2.0
4.44k stars 1.19k forks source link

Rewrite for RecyclerView #298

Open cypressious opened 8 years ago

cypressious commented 8 years ago

How do you feel about a rewrite of the CalendarPickerView control using a RecyclerView? This would open up the possibility to use different layout managers, namely a grid based one on bigger screens.

If you are open to this idea, I would like to give it a shot myself.

cypressious commented 8 years ago

Results of a quick and dirty patch: http://imgur.com/a/pboIN

BriungRi commented 7 years ago

Hey Cypressious, are you still working on porting this library to RecyclerView? I'd be happy to lend a hand.

cypressious commented 7 years ago

@BriungRi You can see my fork at https://github.com/GreenParrotGmbH/android-times-square/tree/rw. I got it working right away but it's not perfectly clean. Also I didn't track progress, since I forked.