Android開發常用的開源專案總結[一]
阿新 • • 發佈:2018-12-16
最近Android開發的過程中,遇到一些常見的需求,開源專案可以滿足需求,使用開源專案可以迅速的把APP框架搭起來,提升開發效率,再次總結一下,方便後續的開發流程。
001 檔案下載 FileDownloader
7.8k star , Android 檔案下載引擎,穩定、高效、靈活、簡單易用。 是流利說開源的框架
Github 地址 https://github.com/lingochamp/FileDownloader
002 視訊播放 JiaoZiVideoPlayer
8.2k star 可以自己定製UI和切換後臺播放引擎
Github地址 https://github.com/lipangit/JiaoZiVideoPlayer
003 視訊播放 ijkplayer
21.5k star B站開源的視訊播放引擎
Github地址 https://github.com/Bilibili/ijkplayer
004 視訊錄製 VideoRecorder
1.5k star android視訊錄製,模仿微視,支援按下錄製、擡起暫停。進度條斷點顯示。
Github地址: https://github.com/qdrzwd/VideoRecorder
005 視訊播放 ExoPlayer
11.5k star 谷歌官方出品的視訊播放器
Github地址 https://github.com/google/ExoPlayer