All Blogs
Retrofit with Kotlin Flow
In this blog, we will learn how to use Retrofit with Kotlin Flow.
Room Database with Kotlin Flow
In this blog, we will learn how to use Room Database with Kotlin Flow.
RxJava Concat Operator
In this blog, we will learn about the Concat operator of RxJava.
dispose vs clear CompositeDisposable RxJava
In this blog, we will learn about the dispose method and the clear method of CompositeDisposable that is present in the RxJava.
RxJava Interval Operator
In this blog, we will learn about the Interval Operator of RxJava.
crossinline in Kotlin
In this blog, we will learn about the crossinline modifier in Kotlin.
inline function in Kotlin
In this blog, we will learn about the inline function in Kotlin.
noinline in Kotlin
In this blog, we will learn about the noinline modifier in Kotlin.
Use setRecycledViewPool for Optimizing Nested RecyclerView
In this blog, we will learn about how can we optimize the scrolling performance of the Nested RecyclerView using the setRecycledViewPool.