Lifecycle Library - Jetpack

Master series to learn jetpack components

In almost all Android apps, you might set up many things in onStart() or onCreate(), then tear them all down in onStop() or onDestroy(). For example, you might have animations, music, sensors, or timers that you need to both set up and tear down, and start and stop. If you... [Read More]
Tags: Lifecycle, Android, Jetpack