Toaster 源码
烤面包机 安装 步骤1.将JitPack存储库添加到您的构建文件中 将其添加到存储库末尾的root build.gradle中: allprojects { repositories { .. . maven { url ' https://jitpack.io ' } } } 步骤2.将依赖项添加到您的应用程序级别build.gradle dependencies { implementation ' com.github.kakyire:toaster:0.0.2 ' } 执行 在您的activity或fragment添加以下代码之一 对于短时间使用 // this implement SHORT_LENGTH toast like the regular toast Toaster .shortToast(context,message) 长时间使用
用户评论