Aashutosh kumarHow to stop fragment from reloading when changing tabs?Saving fragment states with with BottomNavigationView | Writing a custom view to prevent the reloading of fragments while switching tabs |…Dec 1
Christophe BeylsViewLifecycleLazy and other ways to avoid View memory leaks in Android FragmentsYet another take on AutoClearedValueSep 28, 20222
Maksim SyramalotauMastering Android Fragments: Managers, Transactions, and Best Practices in KotlinFragments are a fundamental part of Android development, allowing developers to create dynamic and flexible user interfaces that work…Jun 30Jun 30
Dulanjaya Sandaruwan“Fragments to the Rescue: No More DIV into Madness!”Ah, the humble <div>the backbone of web development, the trusty sidekick of every front-end developer. It’s there when you need to create…Nov 29Nov 29
Elián FabiánHow to properly collect Flows on Android?Let’s learn the right way of collecting Flows inside Activities and Fragments.Apr 111Apr 111
Aashutosh kumarHow to stop fragment from reloading when changing tabs?Saving fragment states with with BottomNavigationView | Writing a custom view to prevent the reloading of fragments while switching tabs |…Dec 1
Christophe BeylsViewLifecycleLazy and other ways to avoid View memory leaks in Android FragmentsYet another take on AutoClearedValueSep 28, 20222
Maksim SyramalotauMastering Android Fragments: Managers, Transactions, and Best Practices in KotlinFragments are a fundamental part of Android development, allowing developers to create dynamic and flexible user interfaces that work…Jun 30
Dulanjaya Sandaruwan“Fragments to the Rescue: No More DIV into Madness!”Ah, the humble <div>the backbone of web development, the trusty sidekick of every front-end developer. It’s there when you need to create…Nov 29
Elián FabiánHow to properly collect Flows on Android?Let’s learn the right way of collecting Flows inside Activities and Fragments.Apr 111
Vishnu Kumar SoniFragment Transactions: Add vs Replace in AndroidWhen working with fragments in Android, you often come across two common operations during fragment transactions: add and replace. While…Nov 28
Haris WeitaniSeamlessly Integrate Existing Fragments with Compose NavigationThe transition to Jetpack Compose is an exciting step for Android developers, offering a modern, declarative approach to building UIs…Jul 301
Vishnu Kumar SoniUnderstanding the Fragment Lifecycle in AndroidFragments are a fundamental part of Android development, especially when designing flexible and reusable UI components. While many…Nov 27