Android警告窗口 sweet-alert-dialog
- 授权协议: MIT
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/pedant/sweet-alert-dialog
- 软件文档: https://github.com/pedant/sweet-alert-dialog/blob/master/README.zh.md
- 官方下载: https://github.com/pedant/sweet-alert-dialog/releases
软件介绍
sweet-alert-dialog 是用于 Android 的 SweetAlert,清新文艺,快意灵动的甜心弹框。
安装
使用SweetAlertDialog最简单的办法就是像下面这样添加项目依赖。
Maven
<dependency> <groupId>cn.pedant.sweetalert</groupId> <artifactId>library</artifactId> <version>1.3</version> <type>aar</type> </dependency>
Gradle
repositories {
mavenCentral()
}
dependencies {
compile 'cn.pedant.sweetalert:library:1.3'
}
