Android用到的库

文本添加超链接

https://github.com/klinker24/Android-TextView-LinkBuilder

Android卡片式折叠交互效果

https://github.com/loopeer/CardStackView

dependencies {
compile 'com.loopeer.library:cardstack:1.0.2'
}

使用aar

repositories {
flatDir {
dirs 'libs' // aar目录
}
}
compile(name: 'a-release', ext: 'aar')
视频播放:https://github.com/lipangit/JiaoZiVideoPlayer
图片压缩:https://github.com/Curzibn/Luban
    原文作者:奔跑的图腾
    原文地址: https://www.jianshu.com/p/ce4762060cca
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞