Showing posts with label sdk. Show all posts
Showing posts with label sdk. Show all posts

Friday, October 29, 2010

Free TV Boxes For Developers is a Woot


Right on Google. I'm late to the party but was able to enter to get a what I think will be the Revue Google TV Box. Now I have even more reason to get a new TV.

I was able to get to Best Buy and check out Google TV. Unfortunately the demo they had seized up. Not sure if it was their set up or the overall network or system. Another demo was being done by a Best Buy sales rep for another couple. I wasn't able really get a feel for it, but it looks cool.

Wednesday, December 16, 2009

Getting Started with Android SDK and Eclipse

First update post for starting with Android.
The development computer was set up in October 2009
Just started digging into android sdk.
This is what has been done to date.
Installed Eclipse and SDK.
Successfully ? completed Hello Android exercise.
Created helloandroid test app in emulator.

Previously watched most videos on android.com
http://developer.android.com/videos
Notes:
One instance of code in example not working. Use auto suggest and it worked. Possibly the as debug exercise.

package com.android.helloandroid;
needed
package com.example.helloandroid;

?s