A sample application for Custom Async Task. In this project I have created CustomAsyncTask class similar to Android's AsyncTask class.
In this project, after clicking on "Start Async Task" button, will start 10 second long background task.
- Kotlin (Primary Language)
- Coroutines