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.
Videoviewを使用してmp4クリップを表示し、戻ったときに(バックグラウンドでアプリを)ビデオを停止します。
ビデオを再生し続けるにはどうすればよいですか?VideoViewの一時停止を上書きできますか?
VideoView は、それをホストするアクティビティが一時停止されても再生を停止しません。この動作が発生している場合は、別の理由による可能性があります。
I am wondering if there is a short cut for my current problem.
I have a List abcList.
It contains 3 type of objects/Entity A B C (they did not inherit a common interface or paren