How to create a lifecycle aware custom class in Android.
Aug 17, 2023 · 2 min read · We all know, each component in Android has its lifecycle, be it Activity, Fragment or Service. Each component gets created and destroys (and a few other stages in between). To create a custom class that is lifecycle aware inherently, we can use a set...
Join discussion




