# DKVideoPlayer **Repository Path**: android-code/DKVideoPlayer ## Basic Information - **Project Name**: DKVideoPlayer - **Description**: Android Video Player. 安卓视频播放器,封装MediaPlayer、ExoPlayer、IjkPlayer。模仿抖音并实现预加载,列表播放,悬浮播放,广告播放,弹幕 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-21 - **Last Updated**: 2021-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DKVideoPlayer A video player for Android. ![Maven Central](https://img.shields.io/maven-central/v/xyz.doikki.android.dkplayer/dkplayer-java) [![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16) ### [Demo](https://d.7short.com/qwtj) ### [特性](https://github.com/Doikki/DKVideoPlayer/wiki#%E7%89%B9%E6%80%A7) ### [协议/格式支持情况](https://github.com/Doikki/DKVideoPlayer/wiki/%E6%94%AF%E6%8C%81%E7%9A%84%E5%AA%92%E4%BD%93%E6%A0%BC%E5%BC%8F) ### [使用](https://github.com/Doikki/DKVideoPlayer/wiki#%E7%AE%80%E5%8D%95%E4%BD%BF%E7%94%A8) ### 遇到问题 1. 阅读 sample:[dkplayer-sample](https://github.com/Doikki/DKVideoPlayer/tree/master/dkplayer-sample) 2. 阅读 [wiki](https://github.com/Doikki/DKVideoPlayer/wiki) 或者 [常见问题](https://github.com/Doikki/DKVideoPlayer/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98) 3. 阅读源码 4. 提交 [issue](https://github.com/Doikki/DKVideoPlayer/issues) 或者联系我:xinyunjian1995@gmail.com ### 交流 QQ群:758154597 ### License ``` Copyright (c) 2017 Doikki Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```