Home

Awesome

简介

Android稳定高效的浮层创建管理框架。

GitHub主页

Wiki

可实现Dialog,PopupWindow,引导层,悬浮按钮,通知,吐司,安全键盘等效果。

已实现几种常用效果

截图

截图效果较差,建议下载Demo体验最新功能

qQF8OK.gifqQF1Qx.gifqQF3y6.gif

如何集成

// build.gradle(Project:)
allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

// build.gradle(Module:)
dependencies {
    def version = "1.0.0"
    
    // 完整引入
    implementation "com.github.goweii:Layer:$version"
    
    // 按需引入
    
    // 核心功能
    // implementation "com.github.goweii.Layer:layer-core:$version"
    // 核心功能Kotlin扩展库
    // implementation "com.github.goweii.Layer:layer-ktx:$version"
    // 自动初始化
    // implementation "com.github.goweii.Layer:layer-startup:$version"
    
    // 各个浮层效果(xxx为module名)
    // implementation "com.github.goweii.Layer:layer-xxx:$version"
    // implementation "com.github.goweii.Layer:layer-xxx-ktx:$version"
}

如何使用

具体使用可参考simple

更新说明

点击查看

如果你觉得还不错,就请我喝杯咖啡吧~

微信支付宝QQ
wx_qrcodezfb_qrcodeqq_qrcode