# Hassle-free concurrency in Android using RxJava

DevFeed: [Hassle-free concurrency in Android using RxJava](<https://devfeed.tech/articles/hassle-free-concurrency-in-android-using-rxjava-2044.md>)

Original publisher: [Read original article](<https://developers.soundcloud.com/blog//hassle-free-concurrency-in-android-using-rxjava>)

Published: 2013-10-23T00:00:00Z

Content type: article

Language: en

Sources: [SoundCloud Backstage Blog](<https://devfeed.tech/sources/soundcloud-backstage-blog.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [reactive](<https://devfeed.tech/topics/reactive.md>), [Programming](<https://devfeed.tech/topics/programming.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [mobile-apps](<https://devfeed.tech/tags/mobile-apps.md>), [programming](<https://devfeed.tech/tags/programming.md>), [reactive](<https://devfeed.tech/tags/reactive.md>)

## AI overview

The article introduces how SoundCloud's Android and iOS teams use reactive programming to simplify asynchronous and concurrent code in native mobile applications. It highlights Netflix's RxJava for Android and points readers to Matthias Käppler's explanations of RxJava on Android.

## Source excerpt

Both our Android and iOS teams use the reactive programming paradigm to simplify asynchronous, concurrent code in our native mobile apps...