Tag Archives: ANR

Threads, handlers and AsyncTask: efficient asynchronous programming in Android

Two Android robots

When creating Android applications you sometimes need to fetch data from servers, create game event loops or get information from web sites. Since Java’s IO operations are blocking, there is a risk of freezing the application if you try to … Continue reading

Posted in Uncategorized | Tagged , , , , , , | 3 Comments