Yashraj Singh Jadonblog.yashraj.dev·Jul 18, 2024Tasks, Backstack and Launch ModesWhat is a Task? A task in Android is a collection of activities that users interact with when trying to do something in your app, representing an application’s workflow where each activity is a focused action that a user can do. A task usually starts...31 readsbackstack
Priyanshu Borolepriyanshub.hashnode.dev·Sep 24, 2023Launch Modes in AndroidHave you ever wondered how your Android apps smoothly switch from one screen to another? It's like a well-choreographed dance, and Intents are the cues that make it happen. But what about the behind-the-scenes magic that governs how activities behave...11 likes·133 readsAndroid
Laxmi kantforMCODEmcode.hashnode.dev·Apr 12, 2022Activity Launch ModeLaunch mode is an instruction for Android OS which specifies how the activity should be launched. It instructs how any new activity should be associated with the current task. Before moving further you first need to understand very important topics- ...31 readsBlogsAndroid