Announcing RxJava Support in Amplify Android
Share
Services
Today, we are announcing first-class support for RxJava as of Amplify Android 1.3.0\. RxJava is a Java VM implementation of [Reactive Extensions](http://reactivex.io/). RxJava is widely used by Android developers as a means to simplify asynchronous programming. Amplify Android is part of the open source Amplify Framework. Amplify makes it easy for developers to build Android apps with AWS-powered functionality, such as auth, data modeling, storage, and analytics.
Previous versions of Amplify Android supported only a standard callback model for handing asynchronous calls. While this is a common pattern for Android developers, it can lead to a well-known condition known as “callback hell”, where dependent asynchronous calls are nested within callbacks. For anything beyond simple dependency cases, this type of code quickly becomes difficult to follow and maintain. With today's Amplify Android release, developers can now flatten this nest of callbacks by using the RxJava variants of the APIs. Support is included for all asynchronous APIs in Amplify Android, including Auth (sign up, sign in, observing session status), DataStore (CRUD operations, observing changes), and Storage (uploading and downloading files), among others.
To get started with Amplify Android and the new RxJava support, refer to our [launch blog post](https://aws.amazon.com/blogs/mobile/using-rxjava-with-aws-amplify-android-library/) and [documentation](https://docs.amplify.aws/start/q/integration/android).
What else is happening at Amazon Web Services?
Amazon AppStream 2.0 users can now save their user preferences between streaming sessions
December 13th, 2024
Services
Share
AWS Elemental MediaConnect Gateway now supports source-specific multicast
December 13th, 2024
Services
Share
Amazon EC2 instances support bandwidth configurations for VPC and EBS
December 13th, 2024
Services
Share
AWS announces new AWS Direct Connect location in Osaka, Japan
December 13th, 2024
Services
Share
Amazon DynamoDB announces support for FIPS 140-3 interface VPC and Streams endpoints
December 13th, 2024
Services
Share