Our website uses necessary cookies to enable basic functions and optional cookies to help us to enhance your user experience. Learn more about our cookie policy by clicking "Learn More".
Accept All Only Necessary Cookies
Asynchronous Android 아이콘

1.0.3 by Steve Liles


Jul 31, 2016

Asynchronous Android 정보

한국어

This app accompanies the book "Asynchronous Android" (ISBN 978-1-78328-687-4)

This app accompanies the book "Asynchronous Android" (ISBN 978-1-78328-687-4), and is intended for developers of Android apps. Check out the book (available from http://www.packtpub.com/concurrent-programming-on-android/book) for detailed coverage and explanation of the examples - many of the examples may not make sense unless you follow along with the code and/or book. The most up-to-date source code for this app is available from https://github.com/steveliles/AsyncAndroid

The examples are arranged in a single app, and grouped by chapter as follows:

Chapter 1 - The Process Model

---------------------------------------------

In chapter 1 we learn about Android's single threaded event loop and the main/ui thread. The examples show some of the bad things that can happen when you do too much work on the main thread.

Chapter 2 - Staying responsive with AsyncTask

---------------------------------------------------------------------

Covers the poster-child of concurrent programming in Android. We learn how AsyncTask works, how to use it correctly, and how to avoid the common pitfalls that catch out even experienced developers.

Chapter 3 - Distributing work with Handler, HandlerThread, and Looper

-----------------------------------------------------------------------------------------------------

Details the fundamental and related topics of Handler, HandlerThread, and Looper, and illustrates their use to schedule tasks on the main thread, and to coordinate and communicate work between cooperating background threads.

Chapter 4 - Asynchronous IO with Loader

------------------------------------------------------------

Introduces the Loader framework and tackles the important task of loading data asynchronously to keep the user-interface responsive and glitch-free.

Chapter 5 - Queuing work with IntentService

----------------------------------------------------------------

Gives us the means to perform background operations beyond the scope of a single Activity lifecycle, and to ensure that our work is completed even if the user leaves the application.

Chapter 6 - Long-running tasks with Service

----------------------------------------------------------------

Extends the capabilities we discovered with IntentService, and gives us control over the level of concurrency applied to our long-running background tasks.

Chapter 7 - Scheduling work with AlarmManager

----------------------------------------------------------------------

Completes our toolkit, enabling us to arrange for work to be done far in the future and on repeating schedules, to build apps that alert users to new content and start instantly with fresh data.

최신 버전 1.0.3의 새로운 기능

Last updated on Jul 31, 2016

- fix light text on light background in ch4 examples
- fix crash in ch6 example 6 due to change in Nasa RSS

번역 로드 중...

추가 앱 정보

최신 버전

Asynchronous Android 업데이트 요청 1.0.3

업로드한 사람

محمد الاسمر

필요한 Android 버전

Android 2.1+

더 보기

Asynchronous Android 스크린 샷

댓글 로드 중 ...
언어
APKPure를 구독하십시오
최고의 Android 게임 및 앱의 초기 릴리스, 뉴스 및 가이드에 액세스하는 첫 번째 사람이 되십시오.
고맙지 만 사양 할게
가입하기
성공적으로 구독!
당신은 이제 APKPure에 가입되었습니다.
APKPure를 구독하십시오
최고의 Android 게임 및 앱의 초기 릴리스, 뉴스 및 가이드에 액세스하는 첫 번째 사람이 되십시오.
고맙지 만 사양 할게
가입하기
성공!
당신은 이제 우리의 뉴스 레터를 구독하고 있습니다.