Question

I using HTMLCleaner in AsyncTask, for parse site. How to set timeout in HTMLCleaner or timeout AsyncTask? How to make a break?

Was it helpful?

Solution

you can user Timer class to set time out period.
https://developer.android.com/reference/java/util/Timer.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top