搜索资源列表
GPIOdriver
- 这是一个在android下进行gpio驱动开发的例子,在这个例子中分别从底层驱动代码到测试程序再到android上的JNI层,然后通过java代码调用APP Framework层的接口实现对开发板上led的控制-This is carried out under a gpio android-driven development example, in this case were driven from the bottom to the android code to the test pr
BaiduMapTest1
- 这是百度地图接口的一个测试代码,希望对大家有用。-This is a test Baidu map interface code, want to be useful.
CameraTest
- android camera 测试,可测试android手机的camera接口调用是否正常-android camera
Demokit
- 谷歌官网示例,用于测试Arduino板子的USB接口是否正常工作。含安卓和Arduino端的代码。-Google official website of the sample for testing Arduino board USB interface is working properly. Including Android and Arduino-side code.
HttpPortTest
- 一个android HTTP接口测试小软件,可以GET和POST,参数可以动态添加删除,结果自动格式化json,里面也有GET图片的代码,但功能还没加上去-An android HTTP interface test small software, you can GET and POST, the parameters can be dynamically add and delete, results are automatically formatted json, which also
TestAndroidScreenShot
- 屏幕截图源码是一个安卓屏幕截图例子源码,直接调用系统接口实现截图,截图操作的时候需要Root权限,android2.3.7系统测试有效,没有测试4.0以上的系统,不过应该也可以,源码有比较详细的注释,需要的朋友可以看一下。编译版本4.0.3 编码GBK。-Screenshot of the source code is a Android screenshot example source code, the system call interface to achieve shots and
webServicedhgsdcx
- WebService接口案例源码是一个电话号码在线查询的简单例子,android调用webService接口,案例的源码很简单的,希望能够帮到大家的学习。 在4.1的安卓系统上测试有点问题,点击查询的时候出现闪退的现象,大家可以再低点的系统上运行下-WebService interface case source code is a simple example of a telephone number online query, webService call Android inter
ExpressFastkdcx
- 支持单号扫描的快递查询源码基于安卓的快递查询项目源码,学生毕设作品,使用了爱查快递http://www.ickd.cn/的api接口,可以查询申通、EMS、顺风、圆通、中通、韵达、天天、汇通、全锋、德邦、宅急送等11中快递的单号信息,支持手动输入单号和扫描单号(红米测试的时候扫描单号有点问题),可以保存单号查询记录方便下次查询,另外好像还可以查询快递校园网点的信息(测试的时候一直查询不到,不知道是不是关键字的问题),另外还包括了网络状态判断、快递自动更新、软件更新等功能,项目完美运行,有很详细的