Book Image

Android Jetpack Architecture Components [Video]

By : Annapurna Agrawal
Book Image

Android Jetpack Architecture Components [Video]

By: Annapurna Agrawal

Overview of this book

Programming Android apps can be a complex process and a lack of knowledge about architecting your apps can result in spaghetti code and dead-ends. In order to deliver an extendable, maintainable, and testable codebase, you have to think about the architecture of your application from the very first stage of its development. This course will show you all new Android Jetpack Architecture components and features. You will develop Android applications by making use of all the architecture components available with Jetpack to reduce bugs in your codebase and provide seamless and smooth application development. Adding architectural components to your projects will increase their scalability and reduce code bugs. By the end of the course, you will know how to use Jetpack to manage background tasks, navigation, paging, life-cycle management, and much more. All the code and supporting files for this course are available at https://github.com/PacktPublishing/Android-Jetpack-Architecture-Components
Table of Contents (7 chapters)
Chapter 7
Scheduling Tasks with WorkManager
Content Locked
Section 4
Working with Input Parameters and Return Values
Passing data to and from tasks using WorkManager. - Create the data to be passed to task - Use setInputData to pass the data - Receive the data and return the result after the task is finished