搜索资源列表
android_service
- 本次实验主要是学习怎样在activity中启动一个service,启动的service的生命周期顺序是哪些,然后service通过广播机制向特定的activity传递数据,传送数据当然用的是intent,然后接收到该广播的activity读取intent中的数据,根据读取到的数据来更新activity的UI。 关于怎样通过service广播机制来更新activity的UI,可以阅读网上的这篇文章:http://www.pocketdigi.com/20110303/197.html
test
- 在安卓环境下实现国密算法SM3,对hash后的数据进行处理能正确输出,和标准测试文档一致-In the two countries under the environment of secret algorithm to realize SM3, after the hash data processing can correct output, and standard test document consistent
Sound_communicate
- 提供基于安卓开发的音频处理系统,使用安卓客户端设备的音频口,利用音频输入输出信道,处理音频信息,经模数转换,采样提取数据-Andrews provides audio processing system developed based on client devices using Android audio ports, the use of audio input and output channels, processing audio information via analog-dig
ultrasonic_LCD
- 2个超声波模块成180度分布在垂直舵机轴的平面上,舵机从0-180度变化。 每移动1度,测距一次,获得角度和2个长度数据。并将长度数据以cm单位*100(例如120.84cm记为12084)的5位数据(一对,共10位)按角度从0-180顺序输出。-Two ultrasonic modules into 180 degree distribution in the plane perpendicular to the axis of the steering gear, steering ge
logger
- 强大的日志框架,简单易用,可以替代logcat。格式化输出json 和 xml 数据(Powerful log framework, easy to use, can replace logcat. Format output JSON and XML data)
Logg-master
- 支持所有基本数据类型、数组、Map、List、Bundle、Intent、Reference、Throwable、Collection 支持Json、XML格式化 不依赖任何第三方框架,纯原生编写 自定义解析器,当输入类型无法满足需求时或无法解析时,可实现Parser接口重写方法来添加自定义解析器 ? 支持添加拦截器,添加拦截器后它会在最终打印输出前进行拦截处理,可以对日志信息进行重构处理 支持添加全局回调,在不影响底层输出的情况下,所有信息会回调至全局接口里,可以在这里按各种级别类型保存你需要
