Alessandro Crugnola

Results 27 comments of Alessandro Crugnola

ok but in that case probably we need also a listener for scroll and fling and maybe we should provide more info about the event

yes, I've noticed that either. I'll try to see what's happening during a transition

you must smoothScroll with the amount of pixels to scroll, not the item you want to show. ps. are you using the "development" branch?

Try switching to the development branch. It works there. Btw I will update the demo app also On May 22, 2013 11:51 AM, "Valerio Santinelli" [email protected] wrote: > I'm calling...

try to fetch again the dev branch, then in the MainActivity replace this code: line 387: adapter.replace( last, getNextValue() ); with this: mList.smoothScrollTo( mList.getChildAt( 0 ).getWidth() \* 10 ); the...

ok, fixed it. btw just change that into postInvalidate() instead

yeah, the problem is that the list cannot scroll for more than its width within a single frame... I've added a temporary solution, checkout the latest [developement](https://github.com/sephiroth74/HorizontalVariableListView/commit/06e2f9c724ee0e019b33fac8c8af4b1797a585b4) branch. I've added...