python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Fragment navigation and menu. How to remove latest fragment? Check description
I was incapable of finding an answer for the following context:
Let's say we have a menu and a nav graph instanced in the main activity. We have 3 fragment: Home, ItemList and Settings. We add another...
radus14
Votes: 0
Answers: 1
Back button for single activity with multiple fragments
With jetpack navigation, single activity with multiple fragments. After navigating from the main fragment to another fragment via the action defined in the navigation graph, the hamburger menu icon st...
s-hunter
Votes: 0
Answers: 3
will RecyclerView cause a memory leak while working with jetpack navigation?
supposeI have such a fragment.
class MyFragment : Fragment() {
// Suppose there is a binding, which contains a recyclerView
private var _binding: FragmentAbinding? = null
val binding get(...
Arthur Dragon
Votes: 0
Answers: 1
How to fill in the TextViews with a field in a Data Class in Jetpack Compose?
So this project that I am involved in has me using Jetpack Compose to create my layouts for the first time. So I am pretty new to this. I have data classes that stored the data in them from an API. Vi...
OEThe11
Votes: 0
Answers: 2