依赖库引入记录

 

    implementation 'com.android.support:percent:27.1.1'//   百分比布局
    implementation'com.android.support:recyclerview-v7:27.1.1'//  滚动栏
    implementation'com.android.support:cardview-v7:27.1.1'//  卡片布局 有阴影效果
    implementation'com.github.bumptech.glide:glide:3.7.0'//  图片加载库
    implementation'com.google.code.gson:gson:2.7'//  解析json
    implementation 'com.squareup.okhttp3:okhttp:3.4.1'   //  okhttp
    implementation 'com.github.ctiao:DanmakuFlameMaster:0.5.3'//  bilibili 开源弹幕库

 

posted @ 2018-05-13 10:40  千彧  阅读(122)  评论(0编辑  收藏  举报