摘要:
https://blog.csdn.net/kongqwesd12/article/details/78998151 阅读全文
摘要:
首先创建一个java类继承BroadcastReceiver类 package com.example.service; import android.content.BroadcastReceiver; import android.content.Context; import android. 阅读全文
摘要:
Service主要用于后台程序和跨进程访问,可以在不显示界面的前提下完成任务,不影响用户的其他操作。 这里我展示一些基本的用法 新建一个Service类 package com.example.service; import android.app.Service; import android.c 阅读全文