Bincy BabyBottom Navigation Menu: Similar back stack and back arrow action like Youtube, Instagram, Amazon…I was trying to create a similar back stack and back action like Youtube, Instagram, Amazon and more. I tried using a view pager, custom…May 6, 2023
Sybren BolandANDROID NAVIGATIONAn Android app with only one screen can be kind of dull. Here we learn how to switch between screens with Android Navigation. We take on…Aug 6, 2021
Vikas BajpayeeProcess vs TaskEveryone in Android discusses Task but no one discusses about what is a process, in this blog I am going to explain what is the basic…May 29, 2020May 29, 2020
Kaustubh PatangeNavigating with Animations in Jetpack ComposeSimplified Navigation in Jetpack Compose using Navigator which automatically handles backstack & enables animation when navigating.Jun 25, 2021Jun 25, 2021
JYOTIPRAKASH DASManaging Fragment Back stack in Android With Real world Design.In a project i came across a nice design which can only be implemented by using fragments . I think you would know about fragments …Nov 2, 2019Nov 2, 2019
Bincy BabyBottom Navigation Menu: Similar back stack and back arrow action like Youtube, Instagram, Amazon…I was trying to create a similar back stack and back action like Youtube, Instagram, Amazon and more. I tried using a view pager, custom…May 6, 2023
Sybren BolandANDROID NAVIGATIONAn Android app with only one screen can be kind of dull. Here we learn how to switch between screens with Android Navigation. We take on…Aug 6, 2021
Vikas BajpayeeProcess vs TaskEveryone in Android discusses Task but no one discusses about what is a process, in this blog I am going to explain what is the basic…May 29, 2020
Kaustubh PatangeNavigating with Animations in Jetpack ComposeSimplified Navigation in Jetpack Compose using Navigator which automatically handles backstack & enables animation when navigating.Jun 25, 2021
JYOTIPRAKASH DASManaging Fragment Back stack in Android With Real world Design.In a project i came across a nice design which can only be implemented by using fragments . I think you would know about fragments …Nov 2, 2019
Lajeet AdhikaryYourStory Android App -EvolvingEvolution of the YourStory Home (From just showing the fragments and replacing them to maintaining a back stack for each tab for a proper…Jan 14, 2020
InWiseLTeachbyRaj SuvariyaActivity Back Stack and Launch Mode Part -1Have you ever wondered what happens to the current activity when you navigate to some other activity by taping some view on the screen…Apr 6, 20171
Suhanshu PatelAndroid : Tasks and BackStackTask is a collection of activities while interacting with the android app. These activities arranged in the form of stack called Backstack.Jun 2, 2018