上品|阅读|资源|新知|推荐适合阅读的优质图书|读书|新书|畅销书|书目|书单|书评|上品书屋上品|阅读|资源|新知|推荐适合阅读的优质图书|读书|新书|畅销书|书目|书单|书评|上品书屋上品阅读|新知
  • 本站免费ChatGPT
  • 首页
  • 资源
  • 图书分类
    • 专题
    • 书评
    • 智能 | 信通 | 网联
      • 未来科技
      • 人工智能
      • 互联网
      • 编程
      • 交互设计
      • 通信
      • 神经网络
      • 科普新知
      • 算法
    • 经管 | 创业 | 理财
      • 创业
      • 投资
      • 理财
      • 管理
      • 经济学
      • 营销
      • 金融
    • 社科 | 文史 | 政教
      • 历史
      • 哲学
      • 传记
      • 心理学
      • 社会学
      • 思想
      • 政治
      • 法律
      • 宗教
      • 军事
      • 考古
    • 文艺 | 漫画 | 推理
      • 经典名著
      • 艺术
      • 国学
      • 推理
      • 小说
      • 随笔
      • 文化
      • 文学
      • 漫画
      • 诗歌
    • 潮流 | 职场 | 居家
      • 时尚
      • 健康
      • 美食
      • 家居
      • 灵修
      • 职场
      • 生活
      • 旅行
    • 少儿 | 教育 | 励志
      • 励志
      • 儿童文学
      • 教育
      • 童话
      • 绘本
  • 
 
当前位置:上品阅读|新知  新书  信息科技  互联网  正文

本站免费ChatGPT,欢迎测试:https://ai.sph.net/

RxJava for Android Developers: with ReactiveX and FRP

2022-12-16 分类:互联网 / 编程 评论(0)

0
(0)

RxJava for Android Developers: with ReactiveX and FRP  

  • Author:Timo Tuominen
  • Length: 512 pages
  • Edition: 1
  • Language: English
  • Publisher: Manning Publications
  • Publication Date: 2019-04-27
  • ISBN-10: 1617293369
  • ISBN-13: 9781617293368
  • Sales Rank: #746470 (See Top 100 Books)
  • Download:Register/Login to Download
  • Buy Print:Buy from amazon


    Book Description

    Summary

    RxJava for Android Developers teaches you how to build fast, fluid, and reactive mobile apps for Android with RxJava.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the Technology

    For Android developers, writing multithreaded apps can be as challenging as it is necessary. RxJava simplifies complex threading operations, maintaining proper synchronization as you switch seamlessly from thread to thread. RxJava also brings the benefits of reactive programming to your apps—that means better real-time responsiveness, the holy grail for every Android developer.

    About the Book

    RxJava for Android Developers begins by inviting you to think about programming and data the reactive way. This engaging, hands-on essential reference introduces you to the central pattern of RxJava for Android, then explains the View Model before exploring highly sought-after app features like chat clients and elegant transitions. Finally, you’ll look at high-level design concerns and architectural approaches and frameworks that work well with Functional Reactive Programming (FRP) thinking.

    What’s inside

    • An introduction to reactive programming
    • Easier thread management
    • Improving UI responsiveness
    • Thinking asynchronously
    • Building a working chat client

    About the Reader

    Readers should have some experience building Android applications. No experience with RxJava is needed.

    About the Author

    Timo Tuominen has used FRP and RxJava extensively while working with Futurice as an architect of a major Android project for Samsung.

    Table of Contents

    PART 1 – Core reactive programming
    Chapter 1. Introduction to reactive programming
    Chapter 2. Networking with observables
    Chapter 3. Building data processing chains
    Chapter 4. Connecting the user interface with networking
    Chapter 5. Advanced RxJava

    PART 2 – Architectures in RxJava
    Chapter 1. Reactive view models
    Chapter 2. Developing with view models
    Chapter 3. Expanding existing Rx apps
    Chapter 4. Testing reactive code

    PART 3 – Advanced RxJava architectures
    Chapter 1. Advanced architectures: Chat client 1
    Chapter 2. Advanced architectures: Chat client 2
    Chapter 3. Transitions with Rx
    Chapter 4. Making a maps client

    中文:

    书名:面向Android开发人员的RxJava:使用Reactive X和FRP

    摘要

    面向Android开发人员的RxJava 教你如何使用RxJava为Android构建快速、流畅和反应迅速的移动应用程序。

    购买纸质书包括从Manning Publications购买PDF、Kindle和ePub格式的免费电子书。

    About the Technology

    对于Android开发人员来说,编写多线程应用程序既是必要的,也是具有挑战性的。RxJava简化了复杂的线程操作,在您从一个线程无缝切换到另一个线程时保持了适当的同步。RxJava还为您的应用程序带来了反应式编程的好处–这意味着更好的实时响应能力,这是每个Android开发人员的圣杯。

    About the Book

    面向Android开发人员的RxJava 首先,邀请您以被动的方式思考编程和数据。这本引人入胜的实践基础参考向您介绍了RxJava for Android的中心模式,然后解释了View Model,然后探索了备受欢迎的应用程序功能,如聊天客户端和优雅的过渡。最后,您将了解使用函数式反应式编程(FRP)思想很好地工作的高级设计关注点和体系结构方法和框架。

    What’s inside

    • 反应式编程导论
    • Easier thread management
    • 提高用户界面响应性
    • Thinking asynchronously
    • 构建一个正常工作的聊天客户端

    About the Reader

    读者应该有一些构建Android应用程序的经验。不需要使用RxJava的经验。

    About the Author

    提莫·托米宁 在与Futurice合作期间,作为三星一个重大Android项目的架构师,广泛使用了FRP和RxJava。

    Table of Contents

    第1部分;核心反应式编程
    Chapter 1. Introduction to reactive programming
    第2章:与可观测对象建立网络
    第三章构建数据处理链
    第4章.将用户界面与网络连接
    Chapter 5. Advanced RxJava

    PART 2 – Architectures in RxJava
    第1章.反应式视图模型
    第2章.使用视图模型进行开发
    第3章:扩展现有处方应用程序
    第4章.测试反应性代码

    第3部分高级RxJava架构
    第1章.高级架构:聊天客户端1
    第2章.高级架构:聊天客户端2
    第3章:使用Rx的过渡
    第4章.制作地图客户端

  • 下载电子版:下载地址
  • 购买纸质版:亚马逊商城

    点击星号评分!

    平均分 0 / 5. 投票数: 0

    还没有投票!请为他投一票。

  • 分享到
    androidManningSamsweb思想编程设计
    上一篇
    食記百味
    下一篇
    台灣百年好店 : 永遠活跳跳的好味、好物、好街與好感心100%

    评论 抢沙发

    取消

    推荐阅读

    • 論戰--曹仁超創富戰國策-上品阅读|新知論戰--曹仁超創富戰國策
    • 黑天鵝效應


    
       : 如何及早發現最不可能發生但總是發生的事-上品阅读|新知黑天鵝效應 : 如何及早發現最不可能發生但總是發生的事
    • 能源重塑世界(上下)-上品阅读|新知能源重塑世界(上下)
    • Irrational Exuberance-上品阅读|新知Irrational Exuberance
    • Evisu福神美国官网海淘下单教程攻略-上品阅读|新知Evisu福神美国官网海淘下单教程攻略
    • 经济学原理(上卷)-上品阅读|新知经济学原理(上卷)
    • 商务与经济统计-上品阅读|新知商务与经济统计
    • 中国经济新方位


    
       : 如何走出增长困境-上品阅读|新知中国经济新方位 : 如何走出增长困境

    热点

    • 如何在国内申请与使用新必应(New Bing)+ChatGPT:教程,攻略,常见问题-上品阅读|新知如何在国内申请与使用新必应(New Bing)+ChatGPT:教程,攻略,常见问题2023-03-20评论(45)
    • ChatGPT国内如何注册使用教程:如何使用接码平台+如何注册+使用技巧+高级应用-上品阅读|新知ChatGPT国内如何注册使用教程:如何使用接码平台+如何注册+使用技巧+高级应用2023-02-18评论(3)
    • 微软集成ChatGPT新APP上线:Bing、Edge、Skype,查找资料和聊天更智能,最新下载-上品阅读|新知微软集成ChatGPT新APP上线:Bing、Edge、Skype,查找资料和聊天更智能,最新下载2023-02-23评论(0)
    • 复旦发布中国版ChatGPT:MOSS服务器一夜挤爆-上品阅读|新知复旦发布中国版ChatGPT:MOSS服务器一夜挤爆2023-02-22评论(0)
    • 体验新必应的三种聊天模式:平衡、精确、有创造力;与ChatGPT对比哪个更强;在专业问题上表现如何-上品阅读|新知体验新必应的三种聊天模式:平衡、精确、有创造力;与ChatGPT对比哪个更强;在专业问题上表现如何2023-03-03评论(0)
    • 海淘、海外收款必备 | 派安盈Payoneer个人和公司账户注册、使用、技巧、答疑-上品阅读|新知海淘、海外收款必备 | 派安盈Payoneer个人和公司账户注册、使用、技巧、答疑2023-03-12评论(0)

    推荐

    • Evisu福神美国官网海淘下单教程攻略-上品阅读|新知Evisu福神美国官网海淘下单教程攻略2023-04-01
    • Harvey Nichols英国官网海淘下单教程攻略-上品阅读|新知Harvey Nichols英国官网海淘下单教程攻略2023-04-01
    • Marmot土拨鼠美国官网海淘下单教程攻略-上品阅读|新知Marmot土拨鼠美国官网海淘下单教程攻略2023-04-01
    • 如何在Newegg新蛋美国官网注册购物:海淘教程攻略-上品阅读|新知如何在Newegg新蛋美国官网注册购物:海淘教程攻略2023-03-14
    • 如何在Original Penguin美国官网注册、购物:海淘教程攻略-上品阅读|新知如何在Original Penguin美国官网注册、购物:海淘教程攻略2023-03-14
    • 如何在Nissen日本官网注册购物:海淘教程攻略-上品阅读|新知如何在Nissen日本官网注册购物:海淘教程攻略2023-03-14

    本站免费ChatGPT,欢迎测试:https://ai.sph.net/

    © 1998-2023   上品阅读|新知   ★ 网站地图 | 标签云 | 隐私政策 | 关于 | 权利声明 ★ 现当代作家 | 法学家 | 互联网&人工智能 ★ 出版社大全 | 时尚奢品 | 热门话题

    • 回顶部