hureby / mmDialog

集成自定义的AlertDialog,loading和toast的弹窗。使用简单方便

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mmDialog

集成自定义的AlertDialog,loading和toast的弹窗。使用简单方便

对应简书文章:Android仿ios的自定义dialog,loading和toast

Step 1. Add the JitPack repository to your build file

allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.mamumu:mmDialog:1.2.0'
	}

About

集成自定义的AlertDialog,loading和toast的弹窗。使用简单方便


Languages

Language:Java 100.0%