While developing an application, Communication is one of the important part of Android application development. In between fragments communication should not be done directly. There are several ways…
In this post, we’ll learn Fragment communication using RxJava. There are several ways of communicating two fragments. This approach is the best way of doing that and easy…
In this android tutorial, We’ll learn Fragment communication using ViewModel. Using shared ViewModel is recommended way by Google for communicating between two fragments. In this technique, We’ll create a…
In this post, we’ll learn Fragment Communication using Interface in Android. For doing that we’ll create a sample android application that contains ViewPager, TabLayout and Fragments. In this…
In this post, we’ll learn how to pass data between fragments in Android. I will also explain, what is possible ways of communicating between two fragments in Android.…
Introduction In this article, I’m sharing a well-managed plan with you. That helps you learn android app development within 10 days. This is a basic training plan is…
In this post, I’m going to show you how to implement automatic SMS verification with SMS Retriever API. Using SMS Retriever API you can perform SMS verification in…
This article provides you with a complete solution of pagination of horizontal RecyclerView along with source code. We tried to give our best solution for horizontal RecyclerView pagination.…
Welcome Buddy, Android does not provide horizontal SwipeRefreshLayout in android. So I brought a complete solution for horizontal SwipeRefreshLayout in Android. In this tutorial, I will explain, about…
In this tutorial, I will explain about foreground service android, How does work? What are the advantages and implementation? At last, I will prepare a foreground service sample…