Using Android Async Task to Perform Background Operations
Async Task is an android helper class that will allows you to run a background processes. If you are a Java programmer, may be you are familiar with thread. If you run a long task in the main thread, the current user interface will be blocked untill the task has finished. This is not a […]
Using Android Async Task to Perform Background Operations Read More »