https://developer.android.com/guide/fragments/s...
10 февр. 2025 г. ... To ensure the user's state is saved, the Android framework automatically saves and restores the fragments and the back stack. Therefore, you ...
https://stackoverflow.com/questions/59629541/ho...
7 янв. 2020 г. ... The latest version of Navigation Component now support back stack state handling by default but you need to save your views in fragment ...
https://developer.android.com/guide/navigation/...
On this page · Save your back stack. Use rememberNavBackStack; Alternative: Storing in a ViewModel · Scoping ViewModels to NavEntrys.
https://medium.com/@muhammadd.asadullah/fragmen...
25 июл. 2023 г. ... On fragment's onCreateView() save the view's binding or view that is being returned in onCreateView() and first check if that view/binding ...
https://github.com/android/architecture-compone...
4 янв. 2019 г. ... Hi, I'm was trying to save fragment state, Is there a suggested way to use while using Navigation component? It's like open new fragment ...
https://www.geeksforgeeks.org/android/how-to-sa...
11 дек. 2022 г. ... In this article, we'll look at a simple method for dealing with and avoiding the recreation of these fragments, as well as saving their states.
https://www.reddit.com/r/android_devs/comments/...
24 окт. 2020 г. ... You should not prevent onViewCreated what you should do is fetch the data from the SavedInstanceState to save a new network request! 3dom.
https://issuetracker.google.com/124227439
11 февр. 2019 г. ... I've implemented saving/restoring state using saved instance bundle and methods from Fragment lifecycle. But, as I researched they are just not ...
https://blog.mindorks.com/saving-fragment-state...
24 апр. 2020 г. ... ... save the fragment states using BottomNavigationView in Android. This ... This way the user can view the previous state of the fragment since the ...
https://proandroiddev.com/fragments-swapping-wi...
20 дек. 2018 г. ... The trick to it, is having the ability to save Fragment state when we switch the tab. Android does gave us ability to get the SavedState using ...
#3 Android Fragments tutorial series - 8 - Save Instance State in ...
www.youtube.com
Android : Android - save/restore fragment state - YouTube
www.youtube.com
How to save fragment state : Bottom Navigation View with fragments ...
stackoverflow.com
Navigation, Saving fragment state · Issue #530 · android/architecture ...
github.com
The Real Best Practices to Save/Restore Activity's and Fragment's state ...
inthecheesefactory.com
Saving state with fragments | App architecture | Android Developers
developer.android.com
Android Fragment Save / Retrieve Instance State Example Windows Tricks
www.dev2qa.com
Fragments | App architecture | Android Developers
developer.android.com
The Real Best Practices to Save/Restore Activity's and Fragment's state ...
inthecheesefactory.com
YouTube • February 28, 2021 • 18:56
This video shows how to handle the Backstack of fragments in Jetpack Navigation using NavigationExtensions. How to save the state of fragments when navigating in the Bottom Navigation Menu in Kotlin. Links: Navigation Extensions - https://github.com/gifffert/BackstackFragmentsJetpack/blob/master/app/src/main/java/ru/embersoft/handlebackstack ...
YouTube • September 20, 2025 • 02:19
A step-by-step guide on how to save your web view state in Android fragments during orientation changes using ViewModel in Java and Kotlin. --- This video is based on the question https://stackoverflow.com/q/62611841/ asked by the user 'Marlen Schreiner' ( https://stackoverflow.com/u/13109018/ ) and on the answer https://stackoverflow.com/a ...
YouTube • May 27, 2025 • 01:59
A step-by-step guide on how to effectively navigate between fragments in an Android RecyclerView using Kotlin and the Navigation component. --- This video is based on the question https://stackoverflow.com/q/69557721/ asked by the user 'Yakin Wissem' ( https://stackoverflow.com/u/15847433/ ) and on the answer https://stackoverflow.com/a ...
YouTube • November 23, 2024 • 23:41
Learn how to implement and set up a BottomNavigationView in your Android app using Fragments! 🚀 bottomnavigationview tutorial,fragment navigation ⏭️ Next Video : https://youtu.be/amDtLY4px7g ⏮️ Previous Video : In this tutorial, we'll walk you through the step-by-step process of: Adding a BottomNavigationView to your project ...
YouTube • October 6, 2025 • 05:57
🧭 Master Android Jetpack Navigation Component for fragment navigation in Kotlin! This comprehensive tutorial covers everything beginners need to know about implementing the Navigation Component in Android apps. 📱 In this video, you'll learn: What is Android Navigation Component and why use it Understanding the three core components ...
YouTube • April 14, 2024 • 22:28
Bottom Navigation View with Navigation Component | Android Studio | Fragments | Kotlin | 2024 BottomNavigationView is a standard component in Android that provides a bottom navigation bar for applications. It is part of the Material Design guidelines and makes it easy for users to explore and switch between top-level views with a single tap ...