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 set…
Problem Statement While you are developing professional-level android apps, one of the most common things we need the consider is…
Android Jetpack is a set of component tools and guidance provided by Google for Android developers to make create android…
As a developer there is quite a lot of confusion going on regarding, how are thread and process behave when…
What is Room Persistence Library? how is provide an abstraction layer over SQLite to allow for more robust database access?…
What exactly is Android Jetpack? Android Jetpack is a collection of software components, tools and guidance to make great Android apps.…