blazsolar / HorizontalPicker

Android widget allowing user to select one item from set of them by swiping left and right.
http://blaz.solar/HorizontalPicker
Apache License 2.0
228 stars 81 forks source link

endless scroll #20

Open vimaljoym opened 9 years ago

vimaljoym commented 9 years ago

Can i implement endless scroll for using this picker ?

Example -- > If i have three item in array, after selecting last one i should be able to see the first item after the 3rd one.

blazsolar commented 9 years ago

I think it wouldn't be to hard to do. I will be happy to accept pull request if you do it.

JeffIden commented 8 years ago

Hi, have you been able to implement this feature ?

devslava commented 8 years ago

I need this feature too, but unfortunately I have no idea how to implement it. @blazsolar can you give some ideas?

blazsolar commented 8 years ago

I'll try to look into it in the coming days.

devslava commented 8 years ago

Thank you! :+1:

blazsolar commented 8 years ago

i didn't forget about you guys. Some progress was made regarding this issue today. It is not done yet but we are getting there. Current state is available in feature/infinateScroll branch.

blazsolar commented 8 years ago

2.0.0-SNAPSHOT version was released today that includes functionality. Feedback is welcome. :smile:

vimaljoym commented 8 years ago

Thanx buddy :) good effort .

Best Regards,

Vimal Joy

+91 9633255821

On Mon, Feb 22, 2016 at 1:42 PM -0800, "Blaž Šolar" notifications@github.com wrote:

2.0.0-SNAPSHOT version was released today that includes functionality. Feedback is welcome. :smile:


Reply to this email directly or view it on GitHub: https://github.com/blazsolar/HorizontalPicker/issues/20#issuecomment-187399414

meeftah commented 8 years ago

this is my screen capture in my app

in this image infinatescroll does not showing number 6,7 http://s16.postimg.org/5kmxvjo2t/Capture.png

in this picture after scrolling to 7...number 1,2 are showing but not scrolling to 3,4 and so on http://s29.postimg.org/ajpm7fzvb/Capture1.png

blazsolar commented 8 years ago

@meeftah thanks for report. There are still issue when there are more than 3 items on screen. Will try to find time to look into it ASAP.