While developing an application, Communication is one of the important part of Android application development. In between fragments communication…
In this post, we’ll learn Fragment communication using RxJava. There are several ways of communicating two fragments. This approach…
In this android tutorial, We’ll learn Fragment communication using ViewModel. Using shared ViewModel is recommended way by Google for communicating…
In this post, we’ll learn Fragment Communication using Interface in Android. For doing that we’ll create a sample android…
In this post, we’ll learn how to pass data between fragments in Android. I will also explain, what is…
Introduction In this article, I’m sharing a well-managed plan with you. That helps you learn android app development within…
In this post, I’m going to show you how to implement automatic SMS verification with SMS Retriever API. Using…
This article provides you with a complete solution of pagination of horizontal RecyclerView along with source code. We tried…
Welcome Buddy, Android does not provide horizontal SwipeRefreshLayout in android. So I brought a complete solution for horizontal SwipeRefreshLayout…