文件名称:Android代码-仿微信短视频录像
文件大小:34.66MB
文件格式:ZIP
更新时间:2022-08-25 20:04:59
Android代码
Recorder
参考微信实现的短视频录像
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.pye52:Recorder:1.1.0'
}
在manifest中添加