Does anyone have an example of how to use `DialogF...
# android
i
Does anyone have an example of how to use
DialogFragment
with Navigation Component. I am aware that only two months ago Android introduced support for DialogFragments with Navigation Component, but if anyone has done it successfully please provide an example. Thank you!
v
In your navgraph just use
<dialog
instead of
<fragment
tag
Then make sure your dialog extend from
DialogFragment
et voila