Reactive Android Programming
暫譯: 反應式 Android 程式設計
Tadas Subonis
- 出版商: Packt Publishing
- 出版日期: 2017-05-29
- 售價: $1,710
- 貴賓價: 9.5 折 $1,625
- 語言: 英文
- 頁數: 225
- 裝訂: Paperback
- ISBN: 1787289907
- ISBN-13: 9781787289901
-
相關分類:
Android
海外代購書籍(需單獨結帳)
商品描述
Make the most of asynchronous android programming
About This Book
- Install and set up RxJava for Android development
- Implement the Reactive paradigm for Android programming using RxJava
- Create cutting edge real world Android apps with Reactive programming.
Who This Book Is For
Are you an android developer trying to figure out how to use reactive paradigm for your programming needs? If yes then this is the book for you. No previous knowledge of RxJava is required.
What You Will Learn
- Set up an environment for asynchronous that is reactive Android programming
- Write custom observables and higher level abstractions
- Orchestrating multiple calls using Reactive programming principles
- Fetch remote financial data using RxJava
- Integrate and process Twitter streams gracefully
- Utilize Reactive programming to develop interactive and responsive Android apps
- Create your own application to follow financial stock updates in real-time based on selected companies' symbols
- Integrate updates from the Twitter for those companies.
In Detail
Writing code on Android is hard. Writing a high quality code that involves concurrent and parallel tasks is even harder. Ensuring that this code will run without unforeseen race conditions is an the order of magnitude harder. RxJava is the tool that can help write code for such tasks.
In this book a novice developer will be introduced to a wide variety of tools that RxJava provides to enable them to produce robust and high-quality code for their asynchronous tasks by building
商品描述(中文翻譯)
充分利用非同步 Android 程式設計
關於本書
- 安裝並設置 RxJava 以進行 Android 開發
- 使用 RxJava 實現 Android 程式設計的反應式範式
- 創建尖端的現實世界 Android 應用程式,運用反應式程式設計。
本書適合誰
您是 Android 開發人員,正在試圖了解如何將反應式範式應用於您的程式需求嗎?如果是,那麼這本書就是為您而寫的。不需要具備任何 RxJava 的先前知識。
您將學到什麼
- 設置一個非同步且具反應式的 Android 程式設計環境
- 編寫自定義的可觀察對象和更高層次的抽象
- 使用反應式程式設計原則協調多個調用
- 使用 RxJava 獲取遠端金融數據
- 優雅地整合和處理 Twitter 資料流
- 利用反應式程式設計開發互動且響應迅速的 Android 應用程式
- 創建自己的應用程式,根據選定公司的代碼實時跟蹤金融股票更新
- 整合來自 Twitter 的該公司的更新。
詳細內容
在 Android 上編寫程式碼是困難的。編寫涉及並發和並行任務的高品質程式碼則更為困難。確保這段程式碼能在沒有意外競爭條件的情況下運行,難度更是成倍增加。RxJava 是可以幫助編寫此類任務程式碼的工具。
在本書中,初學者將接觸到 RxJava 提供的各種工具,使他們能夠通過構建來產生穩健且高品質的程式碼,以應對其非同步任務。