Creating Custom LiveData in Android: A Simple Guide If you’re diving into Android development, you’ve probably heard of LiveData. But did you know you can …
Jetpack Component
Working with Dagger 2 in Android-part 2
In this article we will be working with Dagger 2 in Android. Its Part II of this topic. .In some cases we may have an …
Working with Dagger 2 in Android -1
In this article we will discuss Dagger 2. To use dagger 2 in our project, first of all we need to add dagger 2 dependencies …
Manual Dependency Injection in android
In previous article we discussed about dependency injection now in this article, we are going to discuss what is manual dependency injection and how to …
What is dependency injection in android
In this article first we will understand what exactly is dependency injection in android and after that we will learn applying the concept of dependency …
DATA BINDING IN ANDROID JETPACK YOU MUST KNOW
Introduction While we are working in any android app, the most important task is create a UI and set the data value to view in …
Room database in android jetpack you must know
database is a part of the Android Jetpack which is persistence library. Room database is an abstraction layer over SQLite which allow us more robust database …
Know everything about Live data in android jetpack
Mobile application users expect UI components to reply interactively with the changes and updates in related data for a more interactive and dynamic usage experience. …
Everything you need to know about view model & it’s factory
The android View Model is a class that has right for managing and preparing the data for a Fragment or an Activity. It also responsible the communication of …
Android lifecycle aware component
As we know the main problems in Android development is with lifecycle management issues. Means unable to handle application lifecycles appropriately can create some issues …