Another exquisit release
Lynda.Android.Development.Concurrent.Programming-XQZT
Title: Android Development: Concurrent Programming
Publisher: Lynda
Size: 341M (356151206 B)
Files: 8F
Date: 11/09/2017
Course #: 630605
Type: Mobile Apps
Published: 11/8/2017
Modified: N/A
URL: www.lynda.com/Android-tutorials/Android-Development-Concurrent-Programming/630605-2.html
Author: David Gassner
Duration: 1h 52m
Skill: Intermediate
Exercise: [ ]
Installation:
Unpack that shit, run that shit
Weve abandoned iso format as it provides no benefits to bookware!
Notes:
Make your Android apps more efficient by managing processes in
multiple threads. Although threads share resources, you can
divide work so that tasks can be performed
simultaneously. Still, programming multiple threads (aka
concurrent programming) can be a challenge even for
experienced developers. This course introduces concurrent
programming concepts and techniques specific to
Android.eeFirst, discover how to create and start simple
background threads, and how to use handlers to manage a
thread's message queue. Then, learn various methods for
optimizing the scheduling and performance of background tasks in
Android with AsyncTask, intent services, and the
JobScheduler API. Plus, explore tools that help you implement
multithreading for different tasks in Android: Loader, for
asynchronous data loading, and the open-source API Retrofit, for
making HTTP requests. eeNote: To get the most out of this
course, you should be comfortable programming with Java, and
should understand the most basic skills that are needed to build
Android apps with the Android SDK and Android Studio.