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 中的所有 UI 组件都是在 Activity 中实现的,我需要从服务到 Activity 传达诸如 mediaplayer 准备好、媒体正在播放、暂停等事件,以相应地在 UI 中进行更改。最好的方法是什么?
从服务广播到各种状态的活动是实现它的一种方式。