Possible Duplicate:
Android long-touch event
See screenshot:
Standard deal. Two buttons and TextView. I handle OnClick for button and value goes up/down all works nice.
Would be even nicer if I can code "OnPressAndHold" and update UI with incremental time periods. Like on TimePicker when you click and hold it would increment/decrement values repeatedly. Any pointers?