Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 322 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 322 Bytes

Custom-AsyncTask

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.

Topic covered

  • Kotlin (Primary Language)
  • Coroutines