null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Reactive Programming with RxJava (Creating Asynchronous, Event-Based Applications)

List Price: $44.99
SKU:
9781491931653
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Tomasz Nurkiewicz, Erik Meijer, Ben Christensen
    Format:
    Paperback
    Pages:
    370
    Publisher:
    O'Reilly Media (November 22, 2016)
    Language:
    English
    ISBN-13:
    9781491931653
    ISBN-10:
    1491931655
    Dimensions:
    7" x 9.19"
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251023163248-20251023.xml
    Folder:
    TWO RIVERS
    List Price:
    $44.99
    As low as:
    $38.69
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Case Pack:
    11
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    25.6oz
    Imprint:
    O'Reilly Media
  • Overview

    In today’s app-driven era, when programs are asynchronous and responsiveness is so vital, reactive programming can help you write code that’s more reliable, easier to scale, and better-performing. With this practical book, Java developers will first learn how to view problems in the reactive way, and then build programs that leverage the best features of this exciting new programming paradigm.

    Authors Tomasz Nurkiewicz and Ben Christensen include concrete examples that use the RxJava library to solve real-world performance issues on Android devices as well as the server. You’ll learn how RxJava leverages parallelism and concurrency to help you solve today’s problems. This book also provides a preview of the upcoming 2.0 release.

    • Write programs that react to multiple asynchronous sources of input without descending into "callback hell"
    • Get to that aha! moment when you understand how to solve problems in the reactive way
    • Cope with Observables that produce data too quickly to be consumed
    • Explore strategies to debug and to test programs written in the reactive style
    • Efficiently exploit parallelism and concurrency in your programs
    • Learn about the transition to RxJava version 2