توضیحات
As an Android developer you know you’re in a competitive marketplace. This book can give you the edge by guiding you through the concurrency constructs and proper use of AsyncTask to create smooth user interfaces.
Overview
- Learn how to use Android’s high-level concurrency constructs to keep your applications smooth and responsive
- Leverage the full power of multi-core mobile CPUs to get more work done in less time
- From quick calculations to scheduled downloads, each chapter explains the available mechanisms of asynchronous programming in detail
In Detail
With more than a million apps available from Google Play, it is more important than ever to build apps that stand out from the crowd. To be successful, apps must react quickly to user input, deliver results in a flash, and sync data in the background. Multithreading is the ability of an operating system to execute different parts of a program, called threads, simultaneously. It is one of the major techniques used for parallel computing and concurrency.
This book provides a step-by-step tutorial which will explain how Asynchronous Tasks and Handlers are used for performing multithreading with Android to improve the performance of Android applications. This book also guides you through the concurrency constructs provided by the Android platform, illustrating the applications, benefits, and pitfalls of each.
In this book, you’ll learn how to use AsyncTask correctly to perform operations in the background, keeping user interfaces running smoothly while avoiding treacherous memory leaks. It will also help you discover Handler, HandlerThread, and Looper, the related and fundamental building blocks of asynchronous programming in Android.
This book will help you to build well-behaved applications with smooth and responsive user interfaces. By the end of this book, you will be able to delight your users with speedy results and data that is always fresh.
What you will learn from this book
- Understand Android’s process model and its implications on your applications
- Exercise multithreading to build well-behaved Android applications that work with the platform
- Apply and control concurrency to deliver results quickly and keep your applications responsive to user input
- Discover Android-specific constructs that make asynchronous programming easy and efficient
- Learn how to apply Android’s concurrency constructs to build smooth and responsive applications
Approach
Asynchronous Android is a step-by-step guide that builds a complete picture of the concurrency constructs available on the Android platform.
Who this book is written for
This book is for Android developers who want to learn about the advanced concepts of Android programming. No prior knowledge of concurrency and asynchronous programming is required. This book is also targeted towards Java experts who are new to Android.
————————————————————–
ترجمه ماشینی :
به عنوان یک برنامهنویس Android میدانید که در یک بازار رقابتی هستید. این کتاب میتواند با راهنمایی شما از طریق ساختارهای همزمان و استفاده مناسب از AsyncTask برای ایجاد رابطهای کاربری صاف، به شما برتری دهد.
نمای کلی
- بیاموزید که چگونه از ساختارهای همزمانی سطح بالای Android برای صاف و پاسخگو نگه داشتن برنامه های خود استفاده کنید
- از قدرت کامل CPU های چند هسته ای موبایل برای انجام کارهای بیشتر در زمان کمتر استفاده کنید
- از محاسبات سریع برای دانلودهای برنامه ریزی شده، هر فصل مکانیسم های موجود برنامه نویسی ناهمزمان را با جزئیات توضیح می دهد
به طور مفصل
با بیش از یک میلیون برنامه از Google Play در دسترس است، ساخت برنامههایی که از بقیه متمایز باشند، مهمتر از همیشه است. برای موفقیت، برنامه ها باید به سرعت به ورودی کاربر واکنش نشان دهند، نتایج را به صورت فلش ارائه کنند و داده ها را در پس زمینه همگام سازی کنند. Multithreading توانایی یک سیستم عامل برای اجرای همزمان قسمت های مختلف یک برنامه به نام thread است. این یکی از تکنیکهای اصلی مورد استفاده برای محاسبات موازی و همزمانی است.
این کتاب یک آموزش گام به گام ارائه میدهد که نحوه استفاده از Tasks و Handlerهای Asynchronous را برای اجرای چند رشتهای با Android برای بهبود عملکرد مورد استفاده قرار میدهد. از برنامه های اندروید این کتاب همچنین شما را از طریق ساختارهای همزمان ارائه شده توسط پلتفرم اندروید راهنمایی میکند و برنامهها، مزایا و مشکلات هر کدام را نشان میدهد.
در این کتاب، نحوه استفاده صحیح از AsyncTask برای انجام عملیات در آن را خواهید آموخت. پسزمینه، رابطهای کاربری را به خوبی اجرا میکند و در عین حال از نشت خیانتکارانه حافظه جلوگیری میکند. همچنین به شما کمک میکند تا Handler، HandlerThread و Looper، بلوکهای سازنده مرتبط و اساسی برنامهنویسی ناهمزمان در اندروید را کشف کنید.
این کتاب به شما کمک میکند تا برنامههایی با رفتار خوب با رابطهای کاربری روان و پاسخگو بسازید. در پایان این کتاب، میتوانید کاربران خود را با نتایج سریع و دادههایی که همیشه تازه هستند خوشحال کنید.
آنچه از این کتاب خواهید آموخت
- درک مدل فرآیند Android و پیامدهای آن بر برنامههای خود
- برای ساختن برنامههای اندرویدی خوش رفتار که با پلتفرم کار میکنند، چند رشتهای را تمرین کنید
- برای ارائه همزمانی را اعمال و کنترل کنید. به سرعت نتیجه می دهد و برنامه های خود را به ورودی کاربر پاسخ می دهد
- سازه های خاص اندروید را کشف کنید که برنامه نویسی ناهمزمان را آسان و کارآمد می کند
- با نحوه اعمال ساختارهای همزمان Android برای ایجاد برنامه های کاربردی روان و پاسخگو آشنا شوید< /li>
رویکرد
Asynchronous Android یک راهنمای گام به گام است که تصویر کاملی از ساختارهای همزمان موجود در پلتفرم Android ایجاد میکند.
این کتاب برای چه کسانی نوشته شده است
این کتاب برای توسعه دهندگان اندروید است که می خواهند با مفاهیم پیشرفته برنامه نویسی اندروید آشنا شوند. هیچ دانش قبلی در مورد برنامه نویسی همزمان و ناهمزمان مورد نیاز نیست. این کتاب همچنین برای متخصصان جاوا که در اندروید تازه کار هستند نیز هدف قرار گرفته است.
tag : دانلود کتاب اندروید ناهمزمان از قدرت پردازندههای چند هستهای موبایل برای ساخت برنامههای اندرویدی پاسخگو استفاده میکند , Download اندروید ناهمزمان از قدرت پردازندههای چند هستهای موبایل برای ساخت برنامههای اندرویدی پاسخگو استفاده میکند , دانلود اندروید ناهمزمان از قدرت پردازندههای چند هستهای موبایل برای ساخت برنامههای اندرویدی پاسخگو استفاده میکند , Download Asynchronous Android harness the power of multi-core mobile processors to build responsive Android applications Book , اندروید ناهمزمان از قدرت پردازندههای چند هستهای موبایل برای ساخت برنامههای اندرویدی پاسخگو استفاده میکند دانلود , buy اندروید ناهمزمان از قدرت پردازندههای چند هستهای موبایل برای ساخت برنامههای اندرویدی پاسخگو استفاده میکند , خرید کتاب اندروید ناهمزمان از قدرت پردازندههای چند هستهای موبایل برای ساخت برنامههای اندرویدی پاسخگو استفاده میکند , دانلود کتاب Asynchronous Android harness the power of multi-core mobile processors to build responsive Android applications , کتاب Asynchronous Android harness the power of multi-core mobile processors to build responsive Android applications , دانلود Asynchronous Android harness the power of multi-core mobile processors to build responsive Android applications , خرید Asynchronous Android harness the power of multi-core mobile processors to build responsive Android applications , خرید کتاب Asynchronous Android harness the power of multi-core mobile processors to build responsive Android applications ,

نقد و بررسیها
هنوز بررسیای ثبت نشده است.