Android复习11【service-音乐播放器、定时器、IntentService、ALDL使用】

2020-04-23【第10周-周四】

目   录

服务绑定

Application-数据中转站

定时器

IntentService的使用

Service精通

AIDL使用详解(可能 考 选择题)


服务绑定

Application-数据中转站

一个App中,只允许有一个Application【Application可以作为数据中转站】

清单文件: 

获取当前音乐播放进度

定时器

IntentService的使用

菜鸟教程---4.2.2 Service进阶

https://www.runoob.com/w3cnote/android-tutorial-service-2.html

Service精通

4.2.3 Service精通

https://www.runoob.com/w3cnote/android-tutorial-service-3.html

AIDL使用详解(可能 考 选择题)

猜你喜欢

转载自blog.csdn.net/weixin_44949135/article/details/106465626
今日推荐