In the previous blog, I have explained about WorkManager. We understand the needs, uses and implementation of WorkManager. Now…
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
LiveData is introduced as lifecycle-aware data holder with the observer pattern. That means, When something is new in data…
Problem Statement While you are developing professional-level android apps, one of the most common things we need the consider…
Android Jetpack is a set of component tools and guidance provided by Google for Android developers to make create…