badarnadeem / async-task

AsyncTasks in android are ideally used for performing short operations. Asynchronous tasks perform computation on a background thread the results of which are published on the main thread. This application demonstrates the usage of async tasks in android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

AsyncTasks in android are ideally used for performing short operations. Asynchronous tasks perform computation on a background thread the results of which are published on the main thread. This application demonstrates the usage of async tasks in android.


Languages

Language:Java 100.0%