码迷,mamicode.com
首页 >  
搜索关键字:orientation sensor    ( 1108个结果
android 实现手机方向识别
//自定义导航图标 private BitmapDescriptor mIconLocation; //自定义传感器implements SensorEventListener private MyOrientationListener myOrientationListener; //把监听的x方向的值存储到这里 private float mCurrentX; //初始化图标...
分类:移动开发   时间:2015-05-27 10:17:47    阅读次数:159
手机方位传感器的使用经历
当今的智能手机已经集成了众多的传感器设备,比如温度传感器、气压传感器、光线传感器等。在实际使用过程中,每个传感器都有自己的作用。今天聊聊关于方位传感器的使用。 方位传感器即Orientation Sensor。它的数据是利用加速度计和地磁场传感器计算得到的。在网上能够查到的关于方位传感器的解释为: 方位传感器由x、y、z三轴坐标表示。 三轴坐标返回的都是角度值。以度为单位。 第一个角度...
分类:移动开发   时间:2015-05-26 14:22:51    阅读次数:197
STM32F207 两路ADC连续转换及GPIO模拟I2C给Camera Sensor初始化参数
1、为了更好的方便调试,串口必须要有的,主要打印一些信息,当前时钟、转换后的电压值和I2C读出的数据。2、通过GPIO 模拟I2C对镁光的MT9V024进行参数初始化。之前用我以前公司SP0A19芯片,是I2C是8位宽的,而镁光的地址是8位,而数据位是16个字节,其实不管是8位还是16位,每次发送都...
分类:其他好文   时间:2015-05-25 18:25:01    阅读次数:462
安卓方向传感器Sensor.TYPE_ORIENTATION废弃之后获得方向信息
安卓方向传感器Sensor.TYPE_ORIENTATION已经在安卓中不推荐使用了,用getOrientation来代替,用这个却不像以前那样一下就可以拿到数据,需要同时使用地磁传感器和加速度传感器来获取,代码如下:package com.catcher.testcompass;import an...
分类:移动开发   时间:2015-05-25 16:27:48    阅读次数:861
【GoRK3288】6.TSADC操作方法
请先在https://github.com/tjCFeng/GoRK3288下载 GoRK3288 开源库。         Rockchip RK3288中有好多ADC,HS-ADC(High Speed ADC)、TS-ADC(Temperature Sensor ADC)。     其中HS-ADC 主要用于传输数据,例如手册中说的GPS数据等;而TS-ADC顾名思义,就是采...
分类:其他好文   时间:2015-05-25 09:58:49    阅读次数:205
最简单的左右滑动item实现不同效果
一、效果二、item布局 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_wid...
分类:其他好文   时间:2015-05-24 20:26:15    阅读次数:141
TextWatcher实现一键清空EditText
布局文件main.xml: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="ver...
分类:其他好文   时间:2015-05-24 17:27:42    阅读次数:135
Android布局
1、对于这个案例来说:<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="match_parent"android:orientation="vertical"android:weightSum="..
分类:移动开发   时间:2015-05-23 06:40:43    阅读次数:187
Android开发:Android设备传感器开发总结
本文中,笔者给大家分享一下Android中如何进行Android设备传感器开发...
分类:移动开发   时间:2015-05-22 17:17:36    阅读次数:166
修复 XE8 FMX TGridLayout 容器自动计算宽度及高度的问题
说明:TGridLayout 提供计算容器内控件等分的功能:横式(Orientation=Horizontal)可将 ItemWidth = -1(小于0则自动等分)直式(Orientation=Vertical)可将 ItemHeight = -1(小于0则自动等分)问题:当 TGridLayou...
分类:其他好文   时间:2015-05-22 16:54:48    阅读次数:139
1108条   上一页 1 ... 73 74 75 76 77 ... 111 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!