When is better to complete a save of Seekbar onProgressChanged vs. onStopTrackingTouch?
- by Pentium10
I have a Seekbar and I want to save the state to database when the progress is changed.
I am wondering in which event to put my code onProgressChanged vs. onStopTrackingTouch?