In this blog, I’ll show you uses of async and await function in coroutine. We’ll learn async and await coroutine…
In this blog, we will learn how to use retrofit with coroutines Kotlin in android application, with the help of…
In this article, I’m going to explain the implementation of MVP architecture using Dagger 2, ButterKnife, Room Persistence, Rxjava 2,…
Will learn what is WorkManager? how its works and what are its advantages… WorkManager in android example… WorkManager android tutorial
In this blog, I will explain about Loading Images from a URL Using Glide with the help of Data Binding. In the previous blog, I have explained, How to bind View’s using data binding in Android.
Observable Data Object refers to the capability of an object to notify others about the changes in Its data and the data binding library allows us to make objects observable. Let’s understand with the help of example what I’m talking about.
Data Binding library helps us to bind the observable data to the UI elements and tell you everything about it in this article and will be implemented in a demo application as well.
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