各类开源库使用

来源:互联网 发布:centos 重启后ip消失 编辑:程序博客网 时间:2024/05/17 09:24
  1. //异常收集库
    debugCompile ‘me.drakeet.library:crashwoodpecker:0.9.81’
    releaseCompile ‘me.drakeet.library:crashwoodpecker-do-nothing:0.9.7’
  2. 下拉刷新项目的替代方案。继承于ViewGroup可以包含任何View。
    功能比SwipeRefreshLayout强大。支持所有的View: ListView, GridView, ScrollView, FrameLayout, 甚至 TextView.
    compile ‘in.srain.cube:ultra-ptr:1.0.11’
0 0