登录
首页 » Android » 高通的sensor测试源码

高通的sensor测试源码

于 2022-03-14 发布 文件大小:178.56 kB
0 176
下载积分: 2 下载次数: 1

代码说明:

高通的sensor测试源码,有REG操作,数据读取等非常详细,对于初学这块的人来说非常有帮助。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • cwac-anddown-master
    Android组件库CWAC主要用来解决Android 开发中各个方面的常见问题,每个 CWAC 组件打包成一个独立的 jar 文件,JNI处理,本次下载的是CWAC组件库及应用示例(Component library CWAC Android Android is mainly used to solve common problems in all aspects of development, each CWAC components packaged into a separate jar files, JNI treatment, the download is CWAC component library and application examples)
    2014-04-16 08:49:06下载
    积分:1
  • Android 获取当前的纬度和经度位置信息
    Android 获取位置信息,使用getLatitude();getLongitude();来获取地理位置信息,显示当前的位置信息,如果在手机上运行,可以适时显示纬度和经度,我测试时是在虚拟机上运行,缺少GPS模块,因此没有显示纬度和经度。本例子较简单,运行效果如截图所示。
    2022-01-26 06:04:08下载
    积分:1
  • FlowLayout
    说明:  流失标签,用于搜索推荐,可定义点击状态,用于搜索推荐,可定义点击状态(Lost tags, used for search recommendation, can define click status, used for search recommendation, can define click status)
    2020-06-21 22:20:02下载
    积分:1
  • ListViewTable
    Android中使用ListView实现表格形式的部局 * 本例使用ListView和自定义的行部局实现了一个最基本的表格部局 * 和一个可变长度的表格部局 * 并实现了简单的行组件的单击事件(Use listview to make a basic table style layout, and a variable length table style layout, and a simple click event of the component in it)
    2012-08-22 09:58:19下载
    积分:1
  • android listview异步加载网络图片的三种方式 示例源码(官方推荐)
    android listview异步加载网络图片的三种方式 示例源码(官方推荐)
    2014-04-13下载
    积分:1
  • 悬浮窗效果 MyApplication2
    悬浮窗效果,无论应用处于前台还是后台,都会显示。(Suspension window effect, whether the application is in the foreground or background, will be displayed.)
    2020-06-20 05:20:02下载
    积分:1
  • ItemManager
    某些情况下,设备的存储区中只能存储16进制数据。此事将汉字存储到该存储区,以及从该存储区取出16进制数据之后,如何显出成汉字,有点麻烦。本代码解决了这个问题。本代码在安卓4.0环境下测试成功。(In some cases, the storage area of the device can store data in hexadecimal. After this the characters stored in the storage area, as well as remove the hex data the storage area, showing how to form characters, a little trouble. This code solves this problem. The code is tested successfully at Andrews 4.0 environment.)
    2015-09-05 14:43:19下载
    积分:1
  • Android记事本
    用户下载您上传的代码所支付的积分,将奖励给您。代码质量越高,下载次数越多,您获得的积分奖励也越多
    2022-04-16 10:00:12下载
    积分:1
  • 微博社会化 sdk 实例源码下载demo
    微博社会化 sdk 实例源码下载demo
    2015-04-15下载
    积分:1
  • Android 在状态栏添加Notification信息图标及提示
    这个例子演示Android 在状态栏添加Notification信息图标及提示,相信大家对这个功能已经不陌生了,手机中安装的APP,一般都会在后台运行,时不时会在手机顶部的状态栏中显示应用的图标,滑出状态栏会看到详细的信息,本例子就是模拟实现了此功能:   Intent i = new Intent(Sample_6_10.this, NotifiedActivity.class);   PendingIntent pi = PendingIntent.getActivity(Sample_6_10.this, 0, i, 0);   Notification myNotification = new Notification();//创建一个Notification对象   myNotification.icon=R.drawable.header;//Notification的图标   myNotification.tickerText=getResources().getString(R.string.notification);   myNotification.defaults=Notification.DEFAULT_SOUND;   myNotification.setLatestEventInfo(Sample_6_10.this, "示例", "点击查看", pi);   NotificationManager notificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);   notificationManager.notify(0, myNotification);//发送Notification
    2022-06-26 12:21:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载