public interface OnThumbPositionUpdateListener {void onFirstThumbUpdate(int xPos, int yPos);void onSecondThumbUpdate(int xPos, int yPos);}public interface OnThumbPositionUpdateListener {
void onFirstThumbUpdate(int xPos, int yPos);
void onSecondThumbUpdate(int xPos, int yPos);
}
Sunday, February 12, 2012
Sample Code snip
Subscribe to:
Posts (Atom)