Tag: task
-
Android Activities and Tasks series – Intent flags
The previous post of the Activities and Tasks series gave an introduction to the concepts behind activities and tasks. We have seen that activities correspond to visible screens in the UI, that activities are grouped as stacks within tasks, and tasks are sent to the background and foreground as atomic units. In this post of…
-
Android Activities and Tasks series – An introduction to Android’s UI component model
With Android, Google implemented its very own UI component model, introducing various new terms and concepts probably unfamiliar to most developers. Although well designed and powerful, it is unconventional, has a high learning curve and in some respects is not sufficiantly documented. Basic use cases may be quick to implement, but in order to develop…

You must be logged in to post a comment.