You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2022. It is now read-only.
A demo apk [jiaozivideoplayer-6.3.1.apk](https://github.com/lipangit/JiaoZiVideoPlayer/releases/download/v6.3.1/jiaozivideoplayer-6.3.1.apk) is available on Google Play showing all available features like this [small window effect on list sliding](http://weibo.com/tv/v/FtxpWgqmg?fid=1034:5cda6fc7f394b403d592bd9b1d5a9701).
36
+
1. Read through ReadMe
37
+
2. Download and install the demo apk[jiaozivideoplayer-6.4.0.apk](https://github.com/lipangit/JiaoZiVideoPlayer/releases/download/v6.4.0/jiaozivideoplayer-6.4.0.apk), each page enters once, each button clicks once
38
+
3. Download and debug the develop branch, and find the source code through the effect
39
+
4. See [custom-related WIKI](https://github.com/lipangit/JiaoZiVideoPlayer/wiki),Realize your own needs
40
+
41
+
*[Getting Started Document 1](https://www.jianshu.com/p/4c187a09b838)
42
+
*[Getting Started Document 2](https://shimo.im/docs/xj5F85W1gqEEBXRJ)
43
+
44
+
## Screenshot
38
45
39
46
![Demo screenshot][1]
40
47
48
+
[small window effect on list sliding](http://weibo.com/tv/v/FtxpWgqmg?fid=1034:5cda6fc7f394b403d592bd9b1d5a9701).
49
+
41
50
## Usage
42
51
43
52
Only five steps to use the player:
44
53
45
54
1.Import library:
46
55
```gradle
47
-
compile 'cn.jzvd:jiaozivideoplayer:6.3.1'
56
+
implementation 'cn.jzvd:jiaozivideoplayer:6.4.0'
48
57
```
49
58
50
-
Or download [lib](https://github.com/lipangit/JiaoZiVideoPlayer/releases/tag/v6.3.1) (not recommended).
59
+
Or download [lib](https://github.com/lipangit/JiaoZiVideoPlayer/releases/tag/v6.4.0) (not recommended).
51
60
52
61
2.Add `JZVideoPlayer` in your layout:
53
62
```xml
@@ -60,9 +69,8 @@ Or download [lib](https://github.com/lipangit/JiaoZiVideoPlayer/releases/tag/v6.
60
69
3.Set the video uri, video thumb url and video title:
0 commit comments