DORSETRIGS
Home

android-architecture-navigation (7 post)


posts by category not found!

How to detect if user pressed back button and navigates back in app inside a fragment in Kotlin?

Detecting Back Button Presses in Android Fragments A Comprehensive Guide Navigating through an Android app often involves using the back button to return to pre

2 min read 06-10-2024 60
How to detect if user pressed back button and navigates back in app inside a fragment in Kotlin?
How to detect if user pressed back button and navigates back in app inside a fragment in Kotlin?

ViewPager2 inside a fragment leaks after replacing the fragment it's in by Navigation Component navigate

Navigating Away from a View Pager2 Fragment Beware the Memory Leak Have you ever encountered a memory leak when using a View Pager2 inside a fragment and naviga

3 min read 06-10-2024 67
ViewPager2 inside a fragment leaks after replacing the fragment it's in by Navigation Component navigate
ViewPager2 inside a fragment leaks after replacing the fragment it's in by Navigation Component navigate

Kotlin - Navigation Components - Navigation action/destination cannot be found from the current destination

Navigating the Maze Solving Navigation action destination cannot be found in Kotlin Navigation Components Navigating through your Android app shouldnt be a maze

2 min read 06-10-2024 45
Kotlin - Navigation Components - Navigation action/destination cannot be found from the current destination
Kotlin - Navigation Components - Navigation action/destination cannot be found from the current destination

Android: Deep-link with Bottom navigation bar

Deep Linking and Bottom Navigation Bars in Android A Comprehensive Guide Deep linking the ability to open specific parts of your Android app directly from a web

3 min read 05-09-2024 54
Android: Deep-link with Bottom navigation bar
Android: Deep-link with Bottom navigation bar

NavDeepLinkBuilder arguments bundle not received in destination fragment

Navigating Between Navigation Graphs A Deep Dive into Nav Deep Link Builder Deep linking within Android apps using Navigation Component is a powerful way to nav

3 min read 05-09-2024 68
NavDeepLinkBuilder arguments bundle not received in destination fragment
NavDeepLinkBuilder arguments bundle not received in destination fragment

Adding an extra fragment to the backstack while navigating with the Navigation component and Kotlin

Adding an Extra Fragment to the Backstack with Navigation Component in Kotlin Navigating between screens in an Android app is a common task and the Navigation C

3 min read 04-09-2024 50
Adding an extra fragment to the backstack while navigating with the Navigation component and Kotlin
Adding an extra fragment to the backstack while navigating with the Navigation component and Kotlin

How to navigate between fragments present in different nav-graph in navigation component?

Navigating Between Fragments in Different Nav Graphs using Android Navigation Component The Android Navigation Component provides a powerful and intuitive way t

3 min read 31-08-2024 50
How to navigate between fragments present in different nav-graph in navigation component?
How to navigate between fragments present in different nav-graph in navigation component?