Question

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

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top