Having double thumbs in a scroll will be useful for filtering values in the list.
Here is a code snip
public interface OnThumbPositionUpdateListener {void onFirstThumbUpdate(int xPos, int yPos);void onSecondThumbUpdate(int xPos, int yPos);}
Having double thumbs in a scroll will be useful for filtering values in the list.
Here is a code snip
public interface OnThumbPositionUpdateListener {void onFirstThumbUpdate(int xPos, int yPos);void onSecondThumbUpdate(int xPos, int yPos);}