<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Android Development</title>
	
	<link>http://www.androiddevelopment.org</link>
	<description>Applications made for Android</description>
	<lastBuildDate>Thu, 29 Jul 2010 11:59:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<feedburner:info uri="androiddevelopment" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/AndroidDevelopmentOrg" /><feedburner:info uri="androiddevelopmentorg" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Protect Android Apps with the License Server via Android Market</title>
		<link>http://feedproxy.google.com/~r/AndroidDevelopmentOrg/~3/ST4O_194cb8/</link>
		<comments>http://www.androiddevelopment.org/2010/07/29/protect-android-apps-with-the-license-server-via-android-market/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 11:59:31 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[Distribution]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[android market]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[market]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.androiddevelopment.org/?p=162</guid>
		<description><![CDATA[
			
				
			
		
I am not a big fan of copy protection, DRM or anything that prevents the freedom me and how I handle products I bought in future. Is it an app I bought with the G1 and copying it onto my Nexus One, or an old LP that I want to use on my new LP [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F07%2F29%2Fprotect-android-apps-with-the-license-server-via-android-market%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F07%2F29%2Fprotect-android-apps-with-the-license-server-via-android-market%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I am not a big fan of copy protection, DRM or anything that prevents the freedom me and how I handle products I bought in future. Is it an app I bought with the <a href="http://www.androiddevelopment.org/2008/12/09/android-t-mobile-htc-g1-phone-for-developers-sim-lock-free/">G1</a> and copying it onto my <a href="http://www.androiddevelopment.org/2010/01/11/nexus-one-unboxing-photos/">Nexus One</a>, or an old LP that I want to use on my new LP player. Therefore, I am always kind of skeptical when it comes to copy-protection mechanisms. Of course, as a mobile application developer for about 6 years (that&#8217;s longer than people know the word iPhone) I have to admit that I thought about those kind of thing a bit in the past. However, IMHO my time is better invested in adding new features to apps, create new apps and hook up with all the users to figure out what the heck they actually want &#8211; rather than trying to punish them with copy-protection mechanisms that are just annoying. </p>
<p>With Google recent announcement of the <strong>License Server for Android</strong> I have to say, they put out a good piece for developers <em>and</em> for users. I haven&#8217;t used the License Server yet, but from what I read in the blog article and Android docs (see links below) it looks like a solid mechanism that allows developers some basic protection via verifying whether an app has been bought or not. And to be honest, that&#8217;s all you need! </p>
<p><strong>Here is what it does:</strong></p>
<p>Developers can now easily verify whether the current user (more specifically the current GMail account) purchased an app. Developers can implement such verification methods in a jiffy into their apps and after getting verification (or not) they can decide what to do after that. IMHO, this is a very open, very free approach to this delicate topic and I love it! Here is the official chart of how the procedure works:</p>
<div id="attachment_163" class="wp-caption aligncenter" style="width: 455px"><img src="http://www.androiddevelopment.org/wp-content/uploads/2010/07/licensing_arch.png" alt="License Server via Android Market" title="License Server via Android Market" width="445" height="367" class="size-full wp-image-163" /><p class="wp-caption-text">License Server via Android Market</p></div>
<p>By leveraging the <a href="http://www.androiddevelopment.org/2009/01/20/how-to-earn-money-with-your-application-through-the-android-market/">Android Market</a> infrastructure this library actually puts more value to developers if they use the Android Market. Honestly, the Android Market could use a major round-up upgrade of features and usability. However, it works so far and it gets better. Step-by-step, but hey, it gets better! </p>
<p><strong>My conclusion:</strong></p>
<p>Well done Google. I like this approach and I will definitely use it in future apps as well as in exsiting apps. It&#8217;s time for an app update week!</p>
<ul>
<li><a href="http://android-developers.blogspot.com/2010/07/licensing-service-for-android.html">License Server Blog Post</a></li>
<li><a href="http://developer.android.com/guide/publishing/licensing.html">License Server &#8211; Android Licensing Documentation</li>
</ul>
<img src="http://feeds.feedburner.com/~r/AndroidDevelopment/~4/TM545WG70ek" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/AndroidDevelopmentOrg/~4/ST4O_194cb8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.androiddevelopment.org/2010/07/29/protect-android-apps-with-the-license-server-via-android-market/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.androiddevelopment.org/2010/07/29/protect-android-apps-with-the-license-server-via-android-market/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/AndroidDevelopment/~3/TM545WG70ek/</feedburner:origLink></item>
		<item>
		<title>iPhone Cracked: Android now runs on Apple iPhone 1G</title>
		<link>http://feedproxy.google.com/~r/AndroidDevelopmentOrg/~3/4mfL4nqXuaY/</link>
		<comments>http://www.androiddevelopment.org/2010/04/23/iphone-cracked-android-now-runs-on-apple-iphone-1g/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 01:11:16 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://www.androiddevelopment.org/?p=156</guid>
		<description><![CDATA[
			
				
			
		
Everyone of you who has an iPhone but wants to run a proper phone OS on it &#8211; there is a solution for you now! Check out this video:

Kudos to the author! Read his full blog entry here: Android running on iPhone!

Thanks to open source, you can now get 

Pre-built images and source code: iDroid [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F04%2F23%2Fiphone-cracked-android-now-runs-on-apple-iphone-1g%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F04%2F23%2Fiphone-cracked-android-now-runs-on-apple-iphone-1g%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Everyone of you who has an iPhone but wants to run a proper phone OS on it &#8211; there is a solution for you now! Check out this video:</p>
<p><center><object width="445" height="364"><param name="movie" value="http://www.youtube.com/v/5yO2KQHkt4A&#038;hl=en_US&#038;fs=1&#038;color1=0x234900&#038;color2=0x4e9e00&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/5yO2KQHkt4A&#038;hl=en_US&#038;fs=1&#038;color1=0x234900&#038;color2=0x4e9e00&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="445" height="364"></embed></object></center></p>
<p>Kudos to the author! Read his full blog entry here: <a href="http://linuxoniphone.blogspot.com/2010/04/ive-been-working-on-this-quietly-in.html" target="_blank">Android running on iPhone!</a><br />
<img src="http://www.androiddevelopment.org/wp-content/uploads/2010/04/Android-Apple-Logo-ya.jpg" alt="" title="Android Apple Logo ya" width="130" height="120" class="alignright size-full wp-image-159" /><br />
Thanks to open source, you can now get </p>
<ul>
<li>Pre-built images and source code: <a href="http://graphite.sandslott.org:4080/pub/idroid/idroid-release-0.1a.tar.bz" target="_blank">iDroid 0.1a</a></li>
<li>Just the image: <a href="http://graphite.sandslott.org:4080/pub/idroid/openiboot.img3" target="_blank">Open iBoot</a></li>
</ul>
<p>Note: you might want to read the instructions of the author carefully, before putting this on your iPhone. However, the droids are conquering the world! </p>
<img src="http://feeds.feedburner.com/~r/AndroidDevelopment/~4/n-o-PTFsf1M" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/AndroidDevelopmentOrg/~4/4mfL4nqXuaY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.androiddevelopment.org/2010/04/23/iphone-cracked-android-now-runs-on-apple-iphone-1g/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.androiddevelopment.org/2010/04/23/iphone-cracked-android-now-runs-on-apple-iphone-1g/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/AndroidDevelopment/~3/n-o-PTFsf1M/</feedburner:origLink></item>
		<item>
		<title>Are you an Open Source Developer?</title>
		<link>http://feedproxy.google.com/~r/AndroidDevelopmentOrg/~3/msKXDpe40pY/</link>
		<comments>http://www.androiddevelopment.org/2010/03/18/are-you-an-open-source-developer/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 06:23:09 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://www.androiddevelopment.org/?p=149</guid>
		<description><![CDATA[
			
				
			
		

Again, I read an article about the Android system and this time with the title: Open Source Developers Pick Android Over iPhone.
I am not really an open source developer, though I truly believe in that concept, I just don&#8217;t have enough spare time to put into it. Damn I don&#8217;t even have enough time to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F03%2F18%2Fare-you-an-open-source-developer%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F03%2F18%2Fare-you-an-open-source-developer%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.androiddevelopment.org/wp-content/uploads/2010/03/garland_logo.png" alt="" title="Logo by Opensource.org" width="80" height="80" class="alignright size-full wp-image-150" /><br />
Again, I read an article about the Android system and this time with the title: <a href="http://www.internetnews.com/mobility/article.php/3870986" target="_blank">Open Source Developers Pick Android Over iPhone</a>.</p>
<p>I am not really an open source developer, though I truly believe in that concept, I just don&#8217;t have enough spare time to put into it. <del datetime="2010-03-17T06:16:00+00:00">Damn</del> I don&#8217;t even have enough time to blog right here. Anyway, I was wondering if there are readers of you who develop Android application for the sole purpose of open source licensing. Apparently there are 357 open source projects for the Android platform existing by now. Most of them are not finished yet, but still, this is quite a number. I hope this number grows significantly this year. It will give the Android platform more exposure, more functionality and therefore, grow the platform to a level where it is widely accepted. </p>
<p><strong>Are you an Open Source Developer? Leave a comment!</strong></p>
<img src="http://feeds.feedburner.com/~r/AndroidDevelopment/~4/CozOcRrFU6I" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/AndroidDevelopmentOrg/~4/msKXDpe40pY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.androiddevelopment.org/2010/03/18/are-you-an-open-source-developer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.androiddevelopment.org/2010/03/18/are-you-an-open-source-developer/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/AndroidDevelopment/~3/CozOcRrFU6I/</feedburner:origLink></item>
		<item>
		<title>The Nexus One is not a Failure</title>
		<link>http://feedproxy.google.com/~r/AndroidDevelopmentOrg/~3/WCISYUljxSE/</link>
		<comments>http://www.androiddevelopment.org/2010/03/17/the-nexus-one-is-not-a-failure/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 06:04:14 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[labls]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[one]]></category>
		<category><![CDATA[success]]></category>

		<guid isPermaLink="false">http://www.androiddevelopment.org/?p=144</guid>
		<description><![CDATA[
			
				
			
		
I just read that article Nexus One: Failure or a Late-Bloomer? I am bit confused by the article and wanted to share that. If I am wrong in any point, please feel free to correct me. The author says:
Slow and steady may work for the tortoise against the hare, but sluggish sales of Google&#8217;s Nexus [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F03%2F17%2Fthe-nexus-one-is-not-a-failure%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F03%2F17%2Fthe-nexus-one-is-not-a-failure%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I just read that article <a href="http://www.internetnews.com/mobility/article.php/3871011" target="_blank">Nexus One: Failure or a Late-Bloomer?</a> I am bit confused by the article and wanted to share that. If I am wrong in any point, please feel free to correct me. The author says:</p>
<blockquote><p>Slow and steady may work for the tortoise against the hare, but sluggish sales of Google&#8217;s Nexus One smartphone has the blogosphere calling its approach a failure.</p></blockquote>
<p>First of all, the &#8220;blogosphere&#8221; (oh god, I hate this word!!!11!!!eleven!!!) does not care about sales. The real <del datetime="2010-03-17T05:50:06+00:00">blogosphere</del> one at least!</p>
<p>Secondly it is talking about:</p>
<blockquote><p>it took Apple [...] 74 days sell one million units of the original iPhone back in 2007. [...] Google, meanwhile, has sold only about 135,000 Nexus One units, according to Flurry.</p></blockquote>
<p>I don&#8217;t know where <a href="http://www.flurry.com/" target="_blank">Flurry</a> has their numbers from, but when I went to the <a href="http://www.androiddevelopment.org/2010/03/05/android-developer-labs-2010-in-hong-kong/">Android Developer Labs 2010</a> two weeks ago, the official Google/Android representative was saying during their presentation that they are currently shipping 60,000 phones a day! I call that a success.</p>
<img src="http://feeds.feedburner.com/~r/AndroidDevelopment/~4/hSFKcXJK8UU" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/AndroidDevelopmentOrg/~4/WCISYUljxSE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.androiddevelopment.org/2010/03/17/the-nexus-one-is-not-a-failure/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<feedburner:origLink>http://www.androiddevelopment.org/2010/03/17/the-nexus-one-is-not-a-failure/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/AndroidDevelopment/~3/hSFKcXJK8UU/</feedburner:origLink></item>
		<item>
		<title>Android Developer Labs 2010 in Hong Kong</title>
		<link>http://feedproxy.google.com/~r/AndroidDevelopmentOrg/~3/XPxXeqPLXcM/</link>
		<comments>http://www.androiddevelopment.org/2010/03/05/android-developer-labs-2010-in-hong-kong/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 11:06:27 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[General]]></category>
		<category />
		<category><![CDATA[2010]]></category>
		<category><![CDATA[ADL]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[china]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gtug]]></category>
		<category><![CDATA[hong kong]]></category>
		<category><![CDATA[labs]]></category>
		<category><![CDATA[n1]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[one]]></category>

		<guid isPermaLink="false">http://www.androiddevelopment.org/2010/03/05/android-developer-labs-2010-in-hong-kong/</guid>
		<description><![CDATA[
			
				
			
		
Today we had the last even of the Android Developer Labs ADL 2010 in Hong Kong &#8211; hosted by Google for free! I attended and I was more than surprised about how many Android developers and interested people actually showed up. Traditionally, the development community in Hong Kong is very small. Check out a part [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F03%2F05%2Fandroid-developer-labs-2010-in-hong-kong%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F03%2F05%2Fandroid-developer-labs-2010-in-hong-kong%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Today we had the last even of the <a href="http://www.androiddevelopment.org/2010/01/25/developer-labs-world-tour-in-your-city/">Android Developer Labs ADL 2010</a> in Hong Kong &#8211; hosted by Google for free! I attended and I was more than surprised about how many Android developers and interested people actually showed up. Traditionally, the development community in Hong Kong is very small. Check out a part of the long registration line here:</p>
<p><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/03/img00010-20100305-1236.jpg' alt='Android Developer Labs 2010 in Hong Kong' /></p>
<p>And that&#8217;s actually after half of the participants already checked in. The venue was considerably crowded and I would say nearly 80% of the available seats were taken. </p>
<p><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/03/img00011-20100305-1252.jpg' alt='Android Developer Labs 2010 in Hong Kong' /></p>
<p>Below at the left side you can see a banner of the Hong Kong <strong>G</strong>oogle <strong>T</strong>echnology <strong>U</strong>ser <strong>G</strong>roup. Seems to sound like a nice idea, if you want to know about that, check it out here: <a href="http://hk.gtugs.org/" target="_blank">Hongkong GTUG</a></p>
<p><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/03/img00012-20100305-1252.jpg' alt='Android Developer Labs 2010 in Hong Kong' /></p>
<p>As I didn&#8217;t follow previous ADL events I didn&#8217;t know that every registered participant gets a free <a href="http://www.androiddevelopment.org/2010/01/11/nexus-one-unboxing-photos/">Nexus One</a>. To my surprise, Google had a big box with loads of N1 devices and I got another one &#8211; for free! Check out the developers lining up for the <strong>free</strong> Nexus One:</p>
<p><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/03/img00013-20100305-1447.jpg' alt='Android Developer Labs 2010 in Hong Kong' /></p>
<p>Below you can see all these dudes with white Nexus One boxes.</p>
<p><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/03/img00015-20100305-1448.jpg' alt='Android Developer Labs 2010 in Hong Kong' /></p>
<p>Nice event Google! The best step is definitely to give developers free phones. You can have the best simulator / emulator, but it is always a different experience when you run your application on a real phone. This is very important proper mobile application development. You need to use your application on a real phone &#8211; only then you figure out what you actually did wrong. Google definitely understood this. Thanks Google.</p>
<p><strong>More</strong></p>
<ul>
<li><a href="http://search.twitter.com/search?q=%23ADL2010" target="_blank">ADL 2010 on Twitter</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/AndroidDevelopment/~4/Y4cUYBYXvpw" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/AndroidDevelopmentOrg/~4/XPxXeqPLXcM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.androiddevelopment.org/2010/03/05/android-developer-labs-2010-in-hong-kong/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.androiddevelopment.org/2010/03/05/android-developer-labs-2010-in-hong-kong/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/AndroidDevelopment/~3/Y4cUYBYXvpw/</feedburner:origLink></item>
		<item>
		<title>Google Earth for Android Phones</title>
		<link>http://feedproxy.google.com/~r/AndroidDevelopmentOrg/~3/KXvg2nT6DLI/</link>
		<comments>http://www.androiddevelopment.org/2010/02/25/google-earth-for-android-phones/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 08:29:03 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Earth]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[one]]></category>

		<guid isPermaLink="false">http://www.androiddevelopment.org/2010/02/25/google-earth-for-android-phones/</guid>
		<description><![CDATA[
			
				
			
		

It is done. Google Earth for Android has been published. I just ran it on my Nexus One and it seems to work fine. Very smoothly, nice 3D graphics and all the layers in there with your favorite restaurants. Zooming in and out as well as panning in the 3D world works totally fine. Besides [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F02%2F25%2Fgoogle-earth-for-android-phones%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F02%2F25%2Fgoogle-earth-for-android-phones%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><center><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/02/ge-android.jpg' alt='ge-android.jpg' /></center></p>
<p>It is done. Google Earth for Android has been published. I just ran it on <a href="http://www.androiddevelopment.org/2010/01/11/nexus-one-unboxing-photos/">my Nexus One</a> and it seems to work fine. Very smoothly, nice 3D graphics and all the layers in there with your favorite restaurants. Zooming in and out as well as panning in the 3D world works totally fine. Besides that it is not doing much, but it shows your current location on the earth, of course. Still, well done Google!</p>
<p>Check it out here:</p>
<ul>
<li><a href="http://www.google.com/mobile/earth/" target="_blank">Desktop Site</a></li>
<li><a href="http://m.google.com/earth" target="_blank">Mobile Site</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/AndroidDevelopment/~4/BkMO2vgb7PU" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/AndroidDevelopmentOrg/~4/KXvg2nT6DLI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.androiddevelopment.org/2010/02/25/google-earth-for-android-phones/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.androiddevelopment.org/2010/02/25/google-earth-for-android-phones/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/AndroidDevelopment/~3/BkMO2vgb7PU/</feedburner:origLink></item>
		<item>
		<title>Linus Torvalds bought a Nexus One</title>
		<link>http://feedproxy.google.com/~r/AndroidDevelopmentOrg/~3/EUxGZVXUJDg/</link>
		<comments>http://www.androiddevelopment.org/2010/02/09/linus-torvalds-bought-a-nexus-one/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 10:44:35 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[linus]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[one]]></category>
		<category><![CDATA[torvalds]]></category>

		<guid isPermaLink="false">http://www.androiddevelopment.org/2010/02/09/linus-torvalds-bought-a-nexus-one/</guid>
		<description><![CDATA[
			
				
			
		

Though the Nexus One does not seem to be a best-seller, it seems it found its way into Linus Torvalds&#8217; hands. You know, the &#8220;Finnish software engineer [who is] best known for having initiated the development of the Linux kernel and git revision control system&#8221; (Quote from wikipedia).
I already wrote some stuff about the Nexus [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F02%2F09%2Flinus-torvalds-bought-a-nexus-one%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F02%2F09%2Flinus-torvalds-bought-a-nexus-one%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/02/linus_torvalds-nexus-one-android-phone.jpg' alt='Linus Torvalds bought a Nexus One' align="right" vspace="10" hspace="5" border="1" /><br />
Though the Nexus One does not seem to be a best-seller, it seems it found its way into Linus Torvalds&#8217; hands. You know, the &#8220;Finnish software engineer [who is] best known for having initiated the development of the Linux kernel and git revision control system&#8221; (Quote from <a href="http://en.wikipedia.org/wiki/Linus_Torvalds" target="_blank">wikipedia</a>).</p>
<p>I already wrote some stuff about the <a href="http://www.androiddevelopment.org/2010/01/06/nexus-one/">Nexus One</a> and even about <a href="http://www.androiddevelopment.org/2010/01/11/nexus-one-unboxing-photos/">unboxing my device</a>. Now Linus has one too and guess what he wants to use it for? He didn&#8217;t get it for the phone function or messaging because that would be too distracting during work. Well, he is right. It seems his favorite is &#8220;Google Navigation&#8221;; perhaps I should check that out too, some day?</p>
<p>Image source: wikipedia.org</p>
<img src="http://feeds.feedburner.com/~r/AndroidDevelopment/~4/jEDti4tTW-Q" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/AndroidDevelopmentOrg/~4/EUxGZVXUJDg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.androiddevelopment.org/2010/02/09/linus-torvalds-bought-a-nexus-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.androiddevelopment.org/2010/02/09/linus-torvalds-bought-a-nexus-one/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/AndroidDevelopment/~3/jEDti4tTW-Q/</feedburner:origLink></item>
		<item>
		<title>Android Wallpapers which connect to GPS and the Internet</title>
		<link>http://feedproxy.google.com/~r/AndroidDevelopmentOrg/~3/FfzaJeBuNeM/</link>
		<comments>http://www.androiddevelopment.org/2010/02/09/android-wallpapers-which-connect-to-gps-and-the-internet/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 02:21:24 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[2D]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[accelerometer]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[OpenGL]]></category>
		<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[wallpapers]]></category>

		<guid isPermaLink="false">http://www.androiddevelopment.org/2010/02/09/android-wallpapers-which-connect-to-gps-and-the-internet/</guid>
		<description><![CDATA[
			
				
			
		
I just read that article on the Android Developers Blog about Live Wallpapers. 
The interesting fact in there &#8211; which many people might not know &#8211; are the possibilities what we developers can do with such live wallpapers. Just imagine you have a massive screen in the background of the phone desktop where you can [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F02%2F09%2Fandroid-wallpapers-which-connect-to-gps-and-the-internet%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F02%2F09%2Fandroid-wallpapers-which-connect-to-gps-and-the-internet%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>I just read that article on the Android Developers Blog about <a href="http://android-developers.blogspot.com/2010/02/live-wallpapers.html?utm_source=feedburner&#038;utm_medium=feed&#038;utm_campaign=Feed%3A+blogspot%2FhsDu+%28Android+Developers+Blog%29" target="_blank">Live Wallpapers</a>. </p>
<p>The interesting fact in there &#8211; which many people might not know &#8211; are the possibilities what we developers can do with such live wallpapers. Just imagine you have a massive screen in the background of the phone desktop where you can do pretty much everything with. Kind of like a separate application, but the user will always see it behind his normal icons. </p>
<p>It is a very neat concept which you won&#8217;t find on the iPhone (afaik, you might want to correct me if I am wrong). Developers like you and me could show most recent stock info on there (check out <a href="http://code.google.com/apis/finance/" target="_blank">Google Finance APIs</a>), a list of the latest <a href="http://news.google.com/" target="_blank">Google News</a> or something else. You are only limited by your own imagination here. So hack attack and get freakin&#8217; going! <img src='http://www.androiddevelopment.org/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/AndroidDevelopment/~4/mPxLHNSN1Lc" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/AndroidDevelopmentOrg/~4/FfzaJeBuNeM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.androiddevelopment.org/2010/02/09/android-wallpapers-which-connect-to-gps-and-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.androiddevelopment.org/2010/02/09/android-wallpapers-which-connect-to-gps-and-the-internet/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/AndroidDevelopment/~3/mPxLHNSN1Lc/</feedburner:origLink></item>
		<item>
		<title>Developer Labs World Tour in your City?</title>
		<link>http://feedproxy.google.com/~r/AndroidDevelopmentOrg/~3/D9Nqcw1GwGk/</link>
		<comments>http://www.androiddevelopment.org/2010/01/25/developer-labs-world-tour-in-your-city/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 01:08:03 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[General]]></category>
		<category />
		<category><![CDATA[android]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[labs]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[tour]]></category>
		<category><![CDATA[world]]></category>

		<guid isPermaLink="false">http://www.androiddevelopment.org/2010/01/25/developer-labs-world-tour-in-your-city/</guid>
		<description><![CDATA[
			
				
			
		

Hi Android programming folks,
Perhaps you already read this notification on the Android Blog about the Android Developer Labs World Tour. Google&#8217;s Android team will go on a trip and tour the world and host developing sessions in quite some cities all over the world. So if you are interested to get direct info from the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F01%2F25%2Fdeveloper-labs-world-tour-in-your-city%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F01%2F25%2Fdeveloper-labs-world-tour-in-your-city%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/01/android-developer-labs.png' alt='Android Developer Labs' align="right" vpsace="5" hspace="5" style="width: 100px; height: 156px;" /><br />
Hi Android programming folks,</p>
<p>Perhaps you already read this notification on the <a href="http://android-developers.blogspot.com/" target="_blank">Android Blog</a> about the <a href="http://android-developers.blogspot.com/2010/01/android-developer-labs-world-tour.html" target="_blank">Android Developer Labs World Tour</a>. Google&#8217;s Android team will go on a trip and tour the world and host developing sessions in quite some cities all over the world. So if you are interested to get direct info from the Android team and your hands on new hardware (probably the <a href="http://www.androiddevelopment.org/2010/01/06/nexus-one/">Nexus One</a>) just register at the end of this article. </p>
<p>Share your Developer Labs Tour with us!</p>
<p>If you are participating in one of these sessions would you mind taking one or two photos and share them with us? I am sure, that there are quite some developers out here who are not living in one of the mentioned cities and cannot go to such sessions. I will be attending one at least will share my shots with you guys. So if you would like to share yours as well, check out the following short instructions on how to let me know of your shots. </p>
<p><strong>How to submit photos:</strong> </p>
<ol>
<li>Upload your photos to <a href="http://www.flickr.com" target="_blank">flickr</a> or <a href="http://picasaweb.google.com/" target="_blank">Picasa</a>.</li>
<li>Tag them with <code>www.androiddevelopment.org</code></li>
</ol>
<p>I will then put them up here on the blog so everyone can take a look how your session looked like! <img src='http://www.androiddevelopment.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><big><strong>Developer Labs World Tour Schedule</strong></big></p>
<p><strong>North America</strong></p>
<ul>
<li>Austin, Texas &ndash; Feb 4</li>
<li>Seattle, Washington &ndash; Feb 8</li>
<li>Waterloo, Ontario, Canada &ndash; Feb 8</li>
<li>Washington, D.C. &ndash; Feb 9</li>
<li>Mountain View, California &ndash; Feb 10</li>
<li>Cambridge, Massachusetts &ndash; Feb 11</li>
<li>New York, New York &ndash; Feb 12</li>
</ul>
<p><strong>Europe</strong></p>
<ul>
<li>London, UK &ndash; Feb 2</li>
<li>Paris, France &ndash; Feb 8</li>
<li>Berlin, Germany &ndash; Feb 10</li>
<li>Zurich, Switzerland &ndash; Feb 13</li>
<li>Madrid, Spain &ndash; Feb 13</li>
</ul>
<p><strong>Asia</strong></p>
<ul>
<li>Singapore &ndash; Feb 28</li>
<li>Taipei, Taiwan &ndash; March 3</li>
<li>Hong Kong &ndash; March 4</li>
</ul>
<p><big><strong><a href="https://sites.google.com/site/androiddevlabs/register" target="_blank">Register for Developer Labs in your City!</a></strong></big></p>
<img src="http://feeds.feedburner.com/~r/AndroidDevelopment/~4/oDEPp-uWhxk" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/AndroidDevelopmentOrg/~4/D9Nqcw1GwGk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.androiddevelopment.org/2010/01/25/developer-labs-world-tour-in-your-city/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.androiddevelopment.org/2010/01/25/developer-labs-world-tour-in-your-city/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/AndroidDevelopment/~3/oDEPp-uWhxk/</feedburner:origLink></item>
		<item>
		<title>Nexus One – Unboxing Photos</title>
		<link>http://feedproxy.google.com/~r/AndroidDevelopmentOrg/~3/BI1Ee-Zd0tM/</link>
		<comments>http://www.androiddevelopment.org/2010/01/11/nexus-one-unboxing-photos/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 04:05:13 +0000</pubDate>
		<dc:creator>patrick</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[engraving]]></category>
		<category><![CDATA[htc]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[nexus]]></category>
		<category><![CDATA[one]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[unboxing]]></category>

		<guid isPermaLink="false">http://www.androiddevelopment.org/2010/01/11/nexus-one-unboxing-photos/</guid>
		<description><![CDATA[
			
				
			
		

Like mentioned before, I ordered a Nexus One. Just 5 days after ordering the phone, it arrived here (in Hong Kong). The phone&#8217;s box looks kind of like an Apple product box. Plain white, not much written on there and a bit stylish. However, it doesn&#8217;t reach the Apple &#8220;stylishness&#8221;. 
It still looks nice and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F01%2F11%2Fnexus-one-unboxing-photos%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.androiddevelopment.org%2F2010%2F01%2F11%2Fnexus-one-unboxing-photos%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/01/nexus-one-0.jpg' alt='Nexus One - Unboxing' align="right" vspace="5" hspace="5" /><br />
Like mentioned before, I ordered a <a href="http://www.androiddevelopment.org/2010/01/06/nexus-one/">Nexus One</a>. Just 5 days after ordering the phone, it arrived here (in Hong Kong). The phone&#8217;s box looks kind of like an Apple product box. Plain white, not much written on there and a bit stylish. However, it doesn&#8217;t reach the Apple &#8220;stylishness&#8221;. </p>
<p>It still looks nice and delivery via <a href="http://www.dhl-usa.com/" target="_blank">DHL</a> was no problem at all. I could track the package since it started shipping from the US. <a href="http://checkout.google.com/" target="_blank">Google Checkout</a> showed that the package was sent out from &#8220;Google Phone Webstore&#8221; and then the DHL tracking stepped in and everything was easy going. Anyway, I hope the phone is charged soon so I can start playing around with it <img src='http://www.androiddevelopment.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here are some unboxing photos in chronological order:</p>
<p><center><br />
<img src='http://www.androiddevelopment.org/wp-content/uploads/2010/01/nexus-one-1.jpg' alt='Nexus One - Unboxing' /></p>
<p><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/01/nexus-one-2.jpg' alt='Nexus One - Unboxing' /></p>
<p><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/01/nexus-one-3.jpg' alt='Nexus One - Unboxing' /></p>
<p><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/01/nexus-one-4.jpg' alt='Nexus One - Unboxing' /></p>
<p><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/01/nexus-one-5.jpg' alt='Nexus One - Unboxing' /></p>
<p><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/01/nexus-one-6-iphone.jpg' alt='Nexus One - Unboxing' /></p>
<p><img src='http://www.androiddevelopment.org/wp-content/uploads/2010/01/nexus-one-7-iphone.jpg' alt='Nexus One - Unboxing' /><br />
</center></p>
<p>As you can see, the phone comes with:</p>
<ul>
<li>Battery</li>
<li>US Power Cord</li>
<li>Micro-USB cable</li>
<li>Phone bag with little Android</li>
</ul>
<p>From the last picture you can see that there are three little contacts. Though there is no docking station delivered with the device I guess this is for a future docking station (probably provided by HTC or other accessories manufacturers). </p>
<img src="http://feeds.feedburner.com/~r/AndroidDevelopment/~4/MV9ACgQwPrA" height="1" width="1"/><img src="http://feeds.feedburner.com/~r/AndroidDevelopmentOrg/~4/BI1Ee-Zd0tM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.androiddevelopment.org/2010/01/11/nexus-one-unboxing-photos/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://www.androiddevelopment.org/2010/01/11/nexus-one-unboxing-photos/</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/AndroidDevelopment/~3/MV9ACgQwPrA/</feedburner:origLink></item>
	</channel>
</rss>
