Anybody else find it weird that OnSeekBarChangeListener has a
onStartTrackingTouch and a onStopTrackingTouch method but no
corresponding non-touch methods?
I have a SeekBar that acts as the volume control of the phone. When I
slide it I want to play a sound. I only want to play a sound when it
stops tacking.
I think this is a very common use case for adjusting volume.
It works great for touch events; doesn't work at all for tackball
events. That's strange.

Thanks,
David Shellabarger
http://www.nightshadelabs.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to