Mayursinh Parmarmayursinhdevblog.hashnode.dev·Mar 28, 2024Topic: 12 Understanding ReactiveX in AndroidHello devs, In our previous topic, we talk about Coroutines, right? So in this blog, we talk about ReactiveX. This is also used for performing and handling async tasks like coroutines. Let's explore the ReactiveX. ReactiveX ReactiveX is a library for...Android basic to advanceRxkotlin
freeCodeCampforfreeCodeCampfreecodecamp.org·Dec 10, 2015Simplifying RecyclerView Adapters with Rx & DatabindingBy Ahmed Rizwan I recently wanted to dive deeper into Rx. So I experimented with Rx and the RecyclerView Adapters, and the results were pretty interesting! With Rx in mind, I set out to accomplish three things: Create a RecyclerView adapter which sh...Android