https://developer.android.com/guide/fragments/f...
10 февр. 2025 г. ... FragmentManager is the class responsible for performing actions on your app's fragments, such as adding, removing, or replacing them and adding them to the ...
https://habr.com/ru/companies/tbank/articles/68...
14 сент. 2022 г. ... val fragment = ExampleFragment() fragmentManager.commit ... android development · инструкция · tutorial. Хабы: Блог компании Т-Банк ...
https://developer.alexanderklimov.ru/android/th...
Fragment; android.support.v4.app.FragmentManager; android.support.v4.app.FragmentTransaction. Как видите, разница в одном классе, ...
https://developer.android.com/reference/android...
... Android Studio. Android API Reference. Overview. Android Platform. Packages. API level. REL, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20 ...
https://medium.com/@Max_Sir/mastering-android-f...
30 июн. 2024 г. ... FragmentManager is responsible for managing fragments in an activity. It provides methods to perform fragment transactions and manage the back ...
https://habr.com/ru/companies/tbank/articles/69...
4 окт. 2022 г. ... В Android 13 это API было интегрировано c PredictiveBack, а ... Фрагмент-хост этого FragmentManager'а — Primary Navigation Fragment и ...
https://itsobes.com/ru/android/rasskazhite-pro-...
Для получения FragmentManager используются метод активити getSupportFragmentManager() или метод фрагмента getChildFragmentManager(). FragmentManager начинает ...
https://learn.microsoft.com/ru-ru/xamarin/andro...
5 мар. 2024 г. ... Для упрощения управления фрагментами Android предоставляет класс FragmentManager . У каждого Действия есть экземпляр Android.
https://startandroid.ru/ru/uroki/vse-uroki-spis...
3 сент. 2012 г. ... package ru.startandroid.develop.p1051fragmentdynamic; import android.app.Fragment ... В onClick мы получаем менеджер фрагментов с помощью метода ...
https://foxminded.ua/ru/stvorennia-ta-upravlinn...
13 янв. 2025 г. ... Для работы с фрагментами андроид предоставляет инструмент — Fragment Manager. Он позволяет добавлять, удалять и заменять блоки внутри активности ...
Fragment Manager - Fragment Transition -Fragment Tutorial in Android #4 ...
www.youtube.com
Fragment manager | App architecture | Android Developers
developer.android.com
Android Fragment transaction: FragmentManager and Backstack
www.javacodegeeks.com
Android Fragment transaction: FragmentManager and Backstack
www.javacodegeeks.com
File:Android Fragment Manager.png - bibbleWiki
www.bibble.co.nz
Fragment Tutorial With Example In Android Studio | Abhi Android
abhiandroid.com
Communicate with fragments | App architecture | Android Developers
developer.android.com
Communicate with fragments | App architecture | Android Developers
developer.android.com
Fragments in Android App Development - Fragment Tutorial in Android #1 ...
www.youtube.com
YouTube • April 7, 2020 • 07:47
In this tutorial, we’ll learn about Fragment Transition and Fragment Manager Concept with real-time examples and Java Code as well. Fragment Manager maintains a reference to all the fragments inside the activity. . If you want to learn Fragments from Basic Follow this Playlist: ️ Fragments in Android: https://youtube.com/playlist?list ...
YouTube • April 9, 2025 • 01:56
Discover the effective way to handle multiple fragments in Android, allowing seamless transitions with a bottom navigation bar without reloading. --- This video is based on the question https://stackoverflow.com/q/75999926/ asked by the user 'ori' ( https://stackoverflow.com/u/21629222/ ) and on the answer https://stackoverflow.com/a/76072551 ...
YouTube • May 17, 2025 • 01:25
Discover how to troubleshoot the `supportFragmentManager.findFragmentById` method returning null in Android when integrating libraries into your projects. --- This video is based on the question https://stackoverflow.com/q/72628884/ asked by the user 'K K' ( https://stackoverflow.com/u/19246836/ ) and on the answer https://stackoverflow.com/a ...
YouTube • July 16, 2025 • 01:57
In this video, we’ll explore the essential techniques for sending data from an Activity to an existing Fragment in Android. Whether you're building a dynamic user interface or managing complex data interactions, understanding how to effectively communicate between these components is crucial. Join us as we break down the process step-by-step ...
YouTube • July 25, 2025 • 02:00
Discover how to effectively access fragment containers in an activity using `View Binding` in Android, and solve common issues related to fragment management. --- This video is based on the question https://stackoverflow.com/q/67790410/ asked by the user 'Siarhei' ( https://stackoverflow.com/u/5599807/ ) and on the answer https://stackoverflow ...
YouTube • January 10, 2025 • 02:07
What Is A Fragment In Android? In this informative video, we’ll take a closer look at fragments in Android and their role in app development. Fragments are essential components that allow developers to create more modular and flexible user interfaces. We’ll explain what fragments are, how they work, and why they are important for building ...