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)
Start new fragment from dialogfragment
I want to show DialogFragment in my project if database size is less then 5 (I check it in QuizFragment) and move to another fragment (ListFragment) by clicking button "OK" on dialogFragment...
apomytkina
Votes: 0
Answers: 1
Activity has been destroyed error while showing a "loading" dialogfragment
In my test project, I want to show a loading dialog fragment to users while the application get some data from a server. The problem is that on rare occasions I got this error:
Activity has been destr...
Newbie1001
Votes: 0
Answers: 1
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
Android. Style for DialogFragment not working
I have project with two modules: app and design_utils. Inside my app module I use DialogFragment. I need to set style for my DialogFragment views from design_utils module. In turn, the design_utils mo...
testivanivan
Votes: 0
Answers: 0