Archive for category Android

Cupcake is almost here…

The Android SDK version 1.5 has been “pre-released”.  Pros: lots of cool stuff in there including both new features and improvements on existing functionality.  Cons: moving target!

All in all, Android continues to impress me.  I am working on a project presently which uses the different Hardware “Sensors” in the device.  Very cool to have access to this kind of stuff.

Fortunately, it looks like the contents of the Unlocking Android book are still quite applicable.

No Comments

Google Code Hosting

I have not had the opportunity to use it before, but have found the Google Code hosting  (code.google.com) to be quite helpful.  The site allows you to create a project, project members, home page, etc.  You can also have a “wiki” and issues list if you really want to manage a project right from the site.  We are using it for the source code from the UnlockingAndroid book.  Check it out.

No Comments

The future?

As I have been working with Android over the past year, it has been a steady thought that it can be used in so many places beyond a “cell phone”.  Here is another posting about where Android might be found.

http://www.androidacademy.com/3-news/122-home-is-where-the-andorid-is.html

No Comments

Version One

I am working on an article project for IBM Developerworks.  We (my son Tristan and I) have decided that we want our (Android oriented) system to monitor:

  1. presence of water (i.e. for leaks!)
  2. temperature
  3. power consumption (Tristan’s idea!).

We will also include a generic analog input value and two ouputs : one digital i/o and an analog value.  These could be used for turning on a light, a heater, etc.

Things we would like to add (should we ever build this for real…) include:

  1. sound monitoring
  2. video input
  3. audio out

The architecture will look something like this to begin with:

Phase I - Android to PC to Microcontroller

Phase I - Android to PC to Microcontroller

No Comments