文件名称:TrafficStats
- 所属分类:
- android开发
- 资源属性:
- [Android] [Java] [源码]
- 上传时间:
- 2016-07-08
- 文件大小:
- 1.4mb
- 下载次数:
- 0次
- 提 供 者:
- gao h*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
后台服务监控流量统计是一个安卓流量统计的小例子,可以统计每个应用的网络流量,区分移动网络与WIFI 技术点: 使用TrafficStats记录流量变化 使用Service,BroadcastReceiver监控网络状态变化 使用sqlite记录各个应用已用流量数据(只能统计应用安装后使用的流量,之前用掉的不能统计)。-Background service control flow statistics is a small example of an Android traffic statistics, network traffic statistics of each application, distinguish between mobile network and WiFi Technology: use TrafficStats record flow changes using the service, broadcastreceiver monitoring changes in the network, using SQLite record each application has been with the flow data (only the statistics of the application is installed using the flow, before spent doesn t count).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TrafficStats
............\.classpath
............\.project
............\.settings
............\.........\org.eclipse.core.resources.prefs
............\.........\org.eclipse.jdt.core.prefs
............\AndroidManifest.xml
............\assets
............\bin
............\...\AndroidManifest.xml
............\...\classes
............\...\.......\com
............\...\.......\...\example
............\...\.......\...\.......\trafficstats
............\...\.......\...\.......\............\BuildConfig.class
............\...\.......\...\.......\............\DbConstants.class
............\...\.......\...\.......\............\DbContext.class
............\...\.......\...\.......\............\DbHelper.class
............\...\.......\...\.......\............\DbManager.class
............\...\.......\...\.......\............\MainActivity$1.class
............\...\.......\...\.......\............\MainActivity$2.class
............\...\.......\...\.......\............\MainActivity.class
............\...\.......\...\.......\............\R$attr.class
............\...\.......\...\.......\............\R$dimen.class
............\...\.......\...\.......\............\R$drawable.class
............\...\.......\...\.......\............\R$id.class
............\...\.......\...\.......\............\R$layout.class
............\...\.......\...\.......\............\R$menu.class
............\...\.......\...\.......\............\R$string.class
............\...\.......\...\.......\............\R$style.class
............\...\.......\...\.......\............\R.class
............\...\.......\...\.......\............\TrafficInfo.class
............\...\.......\...\.......\............\TrafficService$MyBinder.class
............\...\.......\...\.......\............\TrafficService$TrafficReceiver.class
............\...\.......\...\.......\............\TrafficService.class
............\...\classes.dex
............\...\dexedLibs
............\...\.........\android-support-v4-51e304bba55f96b0c6d40f82a165d0a9.jar
............\...\.........\annotations-28e0d440ffae02fd40b6eb8dc327994c.jar
............\...\jarlist.cache
............\...\res
............\...\...\crunch
............\...\...\......\drawable-hdpi
............\...\...\......\.............\ic_launcher.png
............\...\...\......\drawable-mdpi
............\...\...\......\.............\ic_launcher.png
............\...\...\......\drawable-xhdpi
............\...\...\......\..............\ic_launcher.png
............\...\resources.ap_
............\gen
............\...\com
............\...\...\example
............\...\...\.......\trafficstats
............\...\...\.......\............\BuildConfig.java
............\...\...\.......\............\R.java
............\libs
............\....\android-support-v4.jar
............\proguard-project.txt
............\project.properties
............\res
............\...\drawable-hdpi
............\...\.............\ic_launcher.png
............\...\drawable-ldpi
............\...\drawable-mdpi
............\...\.............\ic_launcher.png
............\...\drawable-xhdpi
............\...\..............\ic_launcher.png
............\...\layout
............\...\......\activity_main.xml
............\...\menu
............\...\....\main.xml
............\...\values
............\...\......\dimens.xml
............\...\......\strings.xml
............\...\......\styles.xml
............\...\values-w820dp
............\...\.............\dimens.xml
............\src
............\...\com
............\...\...\example
............\...\...\.......\trafficstats
............\...\...\.......\............\DbConstants.java
............\...\...\.......\............\DbContext.java
............\...\...\.......\............\DbHelper.java
............\...\...\.......\............\DbManager.java
............\...\...\.......\............\MainActivity.java
............\...\...\.......\............\TrafficInfo.java
............\...\...\.......\............\TrafficService.java
............\说明.htm