I am following the answer on this link to span one item of listview at a time on screen. It is working for me but the scrolling and the animation by which item moves up and fits to screen are not working smooth.
I searched and found the method setSelectionFromTop is causing this.
But if i use smoothScrollToPosition then my requirement to fit one item on screen i not fulfilled.
Please help me on this.What shoud I do in order to achieve both
- Fit one item of listview at a time on screen
- Scrolling should work smooth