Releases: AsynctaskCoffee/YoutubeFloatingVideo
Release v0.0.5
Updates
13.07.2020 AndroidX Migration
FullScreen Support Added
Full Screen Usage
Users who are already using do not need to make any changes. Users who want to use full screen feature should get YoutubeApi key. Users without YouTube or devices without PlayStore support are directed to webview for full screen mode.
setFullScreenToggleEnabled(true, "-YOUR-YOUTUBE-API-KEY-")
FlyingVideo.get(MainActivity.this)
.setFloatMode(TaskCoffeeVideo.FLOAT_MOVE.FREE)
.setFullScreenToggleEnabled(true, "-YOUR-YOUTUBE-API-KEY-")
.setVideoStartSecond((mTracker == null) ? 0 : mTracker.getCurrentSecond())
.coffeeVideoSetup(videoId)
.setFlyGravity(TaskCoffeeVideo.FLY_GRAVITY.BOTTOM)
.show(view);
Release v0.0.4
Updates
13.07.2020 AndroidX Migration
FullScreen Support Added
Full Screen Usage
Users who are already using do not need to make any changes. Users who want to use full screen feature should get YoutubeApi key. Users without YouTube or devices without PlayStore support are directed to webview for full screen mode.
setFullScreenToggleEnabled(true, "-YOUR-YOUTUBE-API-KEY-")
FlyingVideo.get(MainActivity.this)
.setFloatMode(TaskCoffeeVideo.FLOAT_MOVE.FREE)
.setFullScreenToggleEnabled(true, "-YOUR-YOUTUBE-API-KEY-")
.setVideoStartSecond((mTracker == null) ? 0 : mTracker.getCurrentSecond())
.coffeeVideoSetup(videoId)
.setFlyGravity(TaskCoffeeVideo.FLY_GRAVITY.BOTTOM)
.show(view);
Release v0.0.3
You can use this version for your lite projects. There will be some performance updates on upcoming days. Note: This library is not finish yet. There will be some error and bugs, do not worry will be fixed soon. Happy coding ^^
Coming soon
0.0.2 Dismiss and expand added
Floating Video Library Alpha
Alpha version of youtube floating video library. It has lots of bugs. Gimme some time :)