美文网首页
安卓11 Toast兼容

安卓11 Toast兼容

作者: 静默的小猫 | 来源:发表于2020-07-27 12:46 被阅读0次

代码地址:https://github.com/ewgcat/ToastDemo

1.问题:安卓11toast 闪退

2.解决思路:自定义ToastUtil

3.解决方案:根据不同sdk处理不同异常,自定义ToastUtil,并弹窗Toast

4.已兼容安卓5.0到安卓11

依赖方式:

 集成步骤

方式一.    dependencies {        api project(path:':ToastUtils')  }

方式二.   allprojects {    repositories {   google()   jcenter() mavenCentral(       url: "https://ewgcat.bintray.com/utils/ ) }

  dependencies {     api  'com.lsh.toast:ToastUtils:1.0.0'}}

相关文章

网友评论

      本文标题:安卓11 Toast兼容

      本文链接:https://www.haomeiwen.com/subject/qhlzlktx.html