Pergunta

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

Foi útil?

Solução

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top