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 …
Android architecture component
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 …
Know about android jetpack architecture
Android Jetpack is a set of libraries which is launched by Google in 2018 to write high-quality apps easily, following the best practices and writing the boilerplate …