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.
我目前正在使用 eclipse 开发 android 应用程序。基本上我想让两个活动播放相同的音乐而不重新播放。有谁知道该怎么做?
我不确定,但您可以创建一些静态 MediaPlayer 对象,该对象将在两个活动之间共享。
您还可以查看可以绑定到任何这些活动的服务,并且可以在不依赖活动的情况下开始播放和播放。