Android code sample: AsyncTask Android Network Programming Load something from Internet using URLConnection and BufferedReader, in AsyncTask Here is example to load something from Internet using URLConnection and BufferedReader, in AsyncTask. MainActivity.java package c…
Android code sample: AsyncTask Android code sample: thread AsyncTask vs Thread + Handler This post show how to implement using AsyncTask and Thread/Handler to perform the same function: doing something in background an…
Android code sample: AsyncTask Too busy in background thread of AsyncTask It's a following of the post " ProgressDialog and AsyncTask ". I make the background process of the AsyncTask too b…