Learning Android Development
Understanding of Coroutine Scope Behavior for Fragment
Making the best of Coroutine Scope Behavior for the tasks

Fragment is one tricky things to handle in Android. Unlike Activity that only has start, stop, restore and configuration change state, Fragment has additional state like new Fragment got replaced, or…