Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想构建一个应用程序,允许用户在观看视频时分享对任何视频的评论。为此,我需要查看媒体播放器视图。
谁能指导我如何实现这一目标?
您可以拥有 FrameLayout 或 RelativeLayout 并将所需的 View 堆叠在 MediaPlayer View 上。
希望这可以帮助!