PinnedRecyclerView : Why we need this and How it works internally ?Whenever we need to show some list of huge data set, we have options like ListView, GridView and RecyclerView. But most of the developers…Oct 5, 2023Oct 5, 2023
Published inStackademicMake custom Retrofit CallAdapter and Understand the workingYou’ve likely used CoroutineCallAdapterFactory or another CallAdapter while setting up your Retrofit instances…May 22, 2024May 22, 2024
Published inProAndroidDevSealed Classes: When to use them? How are they different from Enum Classes?According to the Kotlin documentation:Oct 20, 2023Oct 20, 2023
Understanding JvmField, JvmOverloads AnnotationsEvery android developer must have heard about JvmField, JvmOverloads annotations in their development life. Have you ever wonder what these…Oct 18, 2023Oct 18, 2023