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.
Androidで音楽プレーヤーのステータスを取得する方法を教えてもらえますか?音楽プレーヤーが一時停止しているか再生しているかを知りたい。私を助けてください。
MediaPlayer player = new MediaPlayer(); boolean isPlaying = player.isPlaying();
:)