Android
Understanding Lifecycle in Android Architecture Components
What is Lifecycle and why should I care? Lifecycle is a part of many Architecture Components released by Google to make the life of Android devs a whole lot easier. Lifecycle provides a set of classes and interfaces that let you better mange your application components according to your activity/fragment Read more…