Terranology

Results 3 comments of Terranology

I have the same problem, when scroll down and show the hidden rows, the adadpter doesn't get the correct convertview

How can I edit the BaseSwipeAdapter.java ?

The component is doing too much work, so post runnable solved this issue for me. item_picker.post(new Runnable() { @Override public void run() { item_picker.smoothScrollToPosition(item_picker.getCurrentItem() + 1); } });