Skip to content
Advertisement

Tag: android-dialogfragment

Start DialogFragment from Activity

I’m learning Android programming with IntelliJ right now and got a little problem. I’ve got an Activity which looks like this: And this is how my DialogFragment looks like I’ve tried nearly everything, creating a new instance and start the method, using FragmentManager, which i wasn’t able to use. What should I do? Answer for approved namings use About instead

Advertisement