With a progressBar normal i can use: > setOnDismissListener(new ..) but with ElasticProgressBar i can't see that. How to do that? i tried if( mProgressDialog.isAnimationFinished()) in loop to check but when it run to 27% then event ..
With a progressBar normal i can use:
but with ElasticProgressBar i can't see that.
How to do that?
i tried if( mProgressDialog.isAnimationFinished()) in loop to check but when it run to 27% then event ..