When is better to complete a save of Seekbar onProgressChanged vs. onStopTrackingTouch?

Posted by Pentium10 on Stack Overflow See other posts from Stack Overflow or by Pentium10
Published on 2010-03-14T16:06:39Z Indexed on 2010/03/14 17:35 UTC
Read the original article Hit count: 179

Filed under:

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?

© Stack Overflow or respective owner

Related posts about android