İbrahim UyarAndroid AlertDialog: Everything You Need to KnowLearn how to create AlertDialogs in Android using Kotlin. This guide covers the basics of dialogs and tips for customizing them to enhance…Feb 3, 2023
Alex NeikoAndroid BottomSheetDialogFragment with Callbacks to parent Fragment and transparent layerGit source codeSep 25, 20224
Arsalan Fakhar SiddiquiAdd Dialog to Navigation GraphEver wondered if is there a possibility to add a dialog used in your app to the Navigation Graph. So that you can navigate safely to it…Oct 19, 2022Oct 19, 2022
Islam AssemCustom dialog using dialog fragmentsDialog fragment is a fragment that displays a dialog window, floating on top of its activity’s window. This fragment contains a Dialog…Jan 14, 2021Jan 14, 2021
Wan XiaoHow DialogFragment leaks memory and its solutionThe above picture is a typical reference chain of a leaked DialogFragment. The HandlerThread at the root of the reference chain may be any…Jun 26, 2022Jun 26, 2022
İbrahim UyarAndroid AlertDialog: Everything You Need to KnowLearn how to create AlertDialogs in Android using Kotlin. This guide covers the basics of dialogs and tips for customizing them to enhance…Feb 3, 2023
Alex NeikoAndroid BottomSheetDialogFragment with Callbacks to parent Fragment and transparent layerGit source codeSep 25, 20224
Arsalan Fakhar SiddiquiAdd Dialog to Navigation GraphEver wondered if is there a possibility to add a dialog used in your app to the Navigation Graph. So that you can navigate safely to it…Oct 19, 2022
Islam AssemCustom dialog using dialog fragmentsDialog fragment is a fragment that displays a dialog window, floating on top of its activity’s window. This fragment contains a Dialog…Jan 14, 2021
Wan XiaoHow DialogFragment leaks memory and its solutionThe above picture is a typical reference chain of a leaked DialogFragment. The HandlerThread at the root of the reference chain may be any…Jun 26, 2022
Philip CuttingPassing data from DialogFragment to another fragment with RecyclerView and ViewBinding in Kotlin…So currently, the blessing that is developer.android docs doesn’t help us when trying to pass data from a custom…Feb 24, 2021
Animesh RoyAndroid DialogFragment To Activity CommunicationIn this article, I will walk you through about how to communicate between dialog fragment to activity in android…May 2, 20191