This may all be nubie stuff to old hands; but here goes.
- First, it connects to my Google Cloud out of the box. My contacts are in the phone; just say CALL Steve and there are my nunbers.
- It is big enough to surf and read. The font is extraordinarily clear even if sometimes small.
- It responds instantly to every gesture thanks to the Dual Core processor.
- The Speech to Text works very well, so no more typing email. That is very cool.
- There is no iPhone Siri but it responds so well to my speech that I haven't missed it.
App for all sensors
- AndroSensor free. It is captivating, displaying all kinds of information from DB level to air pressure continuously.
- tricorder prettier for $1.48
- GPS status for checking on satelites, magnetic, gyroscope,
- 2x battery actually extends the hard working time beyond 3 hours.
- Marine Compass just works
- 3D Compass works and adds Augmented Reality with street views integration
- My Tracks is great for off road tracking
- GPS Altimeter
- SkyEye Planetarium names the stars you point it at.
- traffic monitor
- Seismo, boring but proves it is working.
- Smart Measure
- Spirit Level
- Barometer
Apps for the Light Sensor
- not an app: SensorManager’s constants
- Blogger edit blogspot.com is ok but much less productive than a PC
- TeamViewer works very well remote control any PC from the phone.
- Tango video may work not tested
- Skype video call doesn't work, audio is fine.
- Stopwatch & Timer Counts up and down
- My Fitness for my pulse, etc.
- NetCounter for Cell and WiFi consumtion history
- Thermo a web based thermometer...
- Disco Light just to make a flashlight, send morse code and flash to the beat.
- Angry Birds
Coding :
- coding your android sensors: opensource/library/os-android-sensor/
- editor: touchqode http://www.touchqode.com/download.htm
use this keyboard only when coding since it sends keystrokes to touchqode
– LIGHT_CLOUDY: 100
– LIGHT_FULLMOON: 0.25
– LIGHT_NO_MOON: 0.001
– LIGHT_OVERCAST: 10000.0 (cloudy)
– LIGHT_SHADE: 20000.0
– LIGHT_SUNLIGHT: 110000.0
– LIGHT_SUNLIGHT_MAX: 120000.0
– LIGHT_SUNRISE: 400.0