thread

Avoid usage of AsyncTask Class on android

less than 1 minute read

Just noticed this method available from API 11 only,  so you should find another implementation to avoid unexpected behaviour.Or don't call the execute ...