搜索资源列表
server
- 用Java编写的GPS监控系统后台私服的核心代码。-Using Java to prepare the background of the GPS monitoring system私服the core code.
ProcessTest
- 实现 symbian 当前 进程列表的取得,c/s架构的后台监控,进程提取和杀死等-implement the symbian current process list and c/s arctacher and so on
USBMonitor
- Usb监控,无须物理封USB,安全简单,可后台运行。-Usb monitor, not the physical closure USB, safe and simple, can be run in the background.
MyService
- 本节我们学习Service,如果把Activity比作是前台程序,那么Service就是后台程序,Service的整个生命周期只会在后台执行。它一般没有用户操作界面,运行于系统中不容易被用户发觉,可以用来开发如监控之类的程序。与Activity一样,Service也通过Intent来调用。-In this section, we study the Service, if the Activity to a foreground program, so the Service is a daem
LaoHuFuXueBaShenQi
- 强制学习应用源码是一个类似于我要当学霸的强制性学习的小应用源码,不过本应用只会检测网络情况,并不会妨碍其他应用的使用,使用的时候先设置好开始时间和结束时间,然后退出,就可以了。软件会在后台运行, 在你设置的时间内,如果你打开网络上网,它就会播放音乐并震动提醒你要好好学习。关掉网络后,两秒钟,震动就会停止。此项目只有监控网络权限,震动权限,并没有网络连接权限,不会造成网络流量的消耗项目编译版本4.1.2默认编码GBK。-Compulsory learning application source
TrafficStats
- 后台服务监控流量统计是一个安卓流量统计的小例子,可以统计每个应用的网络流量,区分移动网络与WIFI 技术点: 使用TrafficStats记录流量变化 使用Service,BroadcastReceiver监控网络状态变化 使用sqlite记录各个应用已用流量数据(只能统计应用安装后使用的流量,之前用掉的不能统计)。-Background service control flow statistics is a small example of an Android traffic statis
TestService
- 安卓常驻后台服务例子,例子附带监控横屏竖屏的功能。(An example of Android's permanent service in the background, with the function of monitoring the vertical screen of a horizontal screen.)