Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 android 寻找一个好的视频播放器(库),它能够将视频文件播放到表面视图或其他东西上,允许我用自己的播放/暂停按钮、进度条等覆盖它。
你会推荐什么图书馆?
谢谢!;)
使用VideoView. 或者,MediaPlayer与您自己的SurfaceView. 两者都内置在 Android 中。
VideoView
MediaPlayer
SurfaceView