By krishnas
via techbreaths.com
Published: Feb 15 2013 / 10:04
AsyncTask is an Helper class that allows you to perform background operations and updating the UI when the task completes. After the execution of the Background task, the results are published on the UI thread. It is ideal for running short
Add your comment