python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How can I open a dialog from another dialog?
My first dialog
My second dialog
I want to open second dialog when READ MORE is clicked in the first one and when I back press from the second dialog previous dialog should open. How can I achieve t...

Sarthak Kumar
Votes: 0
Answers: 0
How to use navigation component with a parent fragment?
I have an app, which is a single-activity app. I use dagger2 for di, and an abstraction for navigation.
Let's see a navigation flow: auth - select-info (A, B) - menu. As you can see, there are three m...

Grigoriym
Votes: 0
Answers: 0
How to set startDestination in Navigation Component based on the fragment/nav_graph I come from?
I'm using Navigation Component with Kotlin, and have three main tabs in nav_dashboard - Explore, My Groups and Profile. When I start application the startDestination is nav_explore, but then I want to...

Wojtek K
Votes: 0
Answers: 1
Dynamic fragment animations with Navigation Component
I have 3 fragments - let's call them A, B, and C - all defined within a navigation graph. The exact scenario I'm working on is this:
A starts B with a slide up animation
B goes to C with a slide over...

Tommy Jackson
Votes: 0
Answers: 0