摘要: https://blog.csdn.net/kongqwesd12/article/details/78998151 阅读全文
posted @ 2020-02-05 19:22 溜了溜 阅读(671) 评论(0) 推荐(0) 编辑
摘要: 首先创建一个java类继承BroadcastReceiver类 package com.example.service; import android.content.BroadcastReceiver; import android.content.Context; import android. 阅读全文
posted @ 2020-02-05 19:21 溜了溜 阅读(638) 评论(0) 推荐(0) 编辑
摘要: Service主要用于后台程序和跨进程访问,可以在不显示界面的前提下完成任务,不影响用户的其他操作。 这里我展示一些基本的用法 新建一个Service类 package com.example.service; import android.app.Service; import android.c 阅读全文
posted @ 2020-02-05 12:06 溜了溜 阅读(248) 评论(0) 推荐(0) 编辑