'Why we use setAnchorView() with VideoView
I'm trying to understand working with Videos in android studio there's one problem, I didn't get why we use anchor method
Solution 1:[1]
You can think of an anchor as a heavy object that keeps the video view in its place throughout the period of the use of your app .Basically it is used for holding VideoView's position.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Ash |