Skip to content Skip to sidebar Skip to footer

Fragment Is Shown Multiple Times

I want to show a Fragment when a marker is clicked.I'm using AsyncTask to show the Fragment I tried by setting a bit to avoid multiple times if same marker is tapped within fractio

Solution 1:

DialogFragment has method isVisible(), if you really want to check that.

Hope this help!

Post a Comment for "Fragment Is Shown Multiple Times"