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

你可能感兴趣的:(Android用到的库)