Android AsyncTask Example
AsyncTask is a great API to perform background operations and without manipulating threads and/or handlers.
An easy update checker or remote information fetcher utility can be implemented using AsyncTask.
Here is a prototype.
private class UpdateChec...
blog.mdminhazulhaque.io1 min read