# LoadingDialog **Repository Path**: eachann_lee/LoadingDialog ## Basic Information - **Project Name**: LoadingDialog - **Description**: No description available - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-16 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LoadingDialog[![](https://jitpack.io/v/com.gitee.eachann_lee/LoadingDialog.svg)](https://jitpack.io/#com.gitee.eachann_lee/LoadingDialog) ## How to > Step 1.Add the JitPack repository to your root build file ```gradle allprojects { repositories { maven { url 'https://jitpack.io' } } } ``` > Step 2.Add the dependency to your module or library build file ```gradle dependencies { implementation 'com.gitee.eachann_lee:LoadingDialog:0.0.3' } ``` ## Usage ### show dialog ```kotlin LoadingDialog.show(fragmentManager: FragmentManager)//cancelable default is flase LoadingDialog.show(fragmentManager: FragmentManager, cancelable: Boolean) ``` ### dismiss dialog ```kotlin LoadingDialog.dismiss(fragmentManager: FragmentManager) ``` ### ScreenShot ![](loadingdialogscreenshot.png)