Android代码-基于 Webview 实现的 Youtube Player。

时间:2022-08-26 01:38:02
【文件属性】:
文件名称:Android代码-基于 Webview 实现的 Youtube Player。
文件大小:499KB
文件格式:ZIP
更新时间:2022-08-26 01:38:02
Android代码 YuuPlayer Youtube Player without any dependency and without SDK, webview based. Control video and get video information programatically. How to use Add it to your build.gradle with: allprojects { repositories { maven { url "https://jitpack.io" } } } and: dependencies { compile 'com.github.agusibrahim:YuuPlayer:1.2' } Basic Example Add in your layout or Play with full screen Intent inten=new Intent(context, YuuPlayerFullscreen.class); inten.putExtra(YuuPlayerFullscreen.PARA
【文件预览】:
YuuPlayer-master
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(855B)
----img()
--------Screenshot_20170715-112651.png(387KB)
----library()
--------proguard-rules.pro(670B)
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
----app()
--------proguard-rules.pro(695B)
--------src()
--------build.gradle(571B)
----gradle()
--------wrapper()
----.gitignore(104B)
----README.md(2KB)
----settings.gradle(19B)
----build.gradle(375B)

网友评论