In this post, we’ll learn about full screen dialog fragment Android. For better understanding, I will create a sample…
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…
Lifecycle-aware component respond to change in lifecycle status of the other UI component. lifecycle aware component is deal with three main classes. LifeCycle, LifeCycleOwner, LifeCycleObserver
LiveData is introduced as lifecycle-aware data holder with the observer pattern. That means, When something is new in data…