Changes

Jump to: navigation, search

Kotlin Threads and AsyncTasks

54 bytes added, 19:32, 28 November 2017
no edit summary
The next chapter will be the first in a series of chapters intended to introduce the use of Android Services to perform application tasks in the background. It is impossible, however, to understand the steps involved in implementing services without first gaining a basic understanding of the concept of threading in Android applications. Threads and the AsyncTask class are, therefore, the topic of this chapter.
== An An Overview of Threads ==
Threads are the cornerstone of any multitasking operating system and can be thought of as mini-processes running within a main process, the purpose of which is to enable at least the appearance of parallel execution paths within applications.
[[File:as3.0_async_demo_ui.png]]

[[File:as3.0_async_demo_not_respnding.png]]


Navigation menu