<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Obvious Ideas &#187; Android</title>
	<atom:link href="http://www.arikfr.com/blog/category/android/feed" rel="self" type="application/rss+xml" />
	<link>http://www.arikfr.com/blog</link>
	<description>From the desk of a Software Developer</description>
	<lastBuildDate>Fri, 16 Jul 2010 19:30:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A look into the new Android SDK</title>
		<link>http://www.arikfr.com/blog/a-look-into-the-new-android-sdk.html</link>
		<comments>http://www.arikfr.com/blog/a-look-into-the-new-android-sdk.html#comments</comments>
		<pubDate>Thu, 14 Feb 2008 07:00:04 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Geo]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[UI]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/a-look-into-the-new-android-sdk.html</guid>
		<description><![CDATA[After seeing all this videos of prototype Android devices from 3GSM at Barcelona, it&#8217;s time for some more good news &#8211; as I reported earlier on twitter, Google has finally released the new Android SDK. As Dan Morill mentioned on the Code Day, the new SDK introduces a new UI (although Google promised that it [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://gizmodo.com/354849/android-hands+on-video-its-fast-its-still-not-there">seeing</a> <a href="http://www.anddev.org/viewtopic.php?p=3629#3629">all</a> <a href="http://www.anddev.org/viewtopic.php?p=3545#3545">this</a> videos of prototype Android devices from 3GSM at Barcelona, it&#8217;s time for some more good news &#8211; as I <a href="http://twitter.com/arikfr/statuses/708590932">reported</a> earlier on <a href="http://twiter.com/arikfr">twitter</a>, Google has finally released the <a href="http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html">new Android SDK</a>. As Dan Morill mentioned on the <a href="http://www.arikfr.com/blog/updates-from-android-code-day.html">Code Day</a>, the new SDK introduces a new UI (although Google promised that it still work in progress), new Eclipse plugin and some very interesting API changes -</p>
<blockquote>
<ul>
<li><strong>New user interface</strong> &#8211; As I <a href="http://android-developers.blogspot.com/2007/11/posted-by-jason-chen-android-advocate.html" title="mentioned when we introduced the m3 version">mentioned when we introduced the m3 version</a> of the Android SDK, we&#8217;re continuing to refine the UI that&#8217;s available for Android. m5-rc14 replaces the previous placeholder with a new UI, but as before, work on it is still in-progress.</li>
<li><strong>Layout animations</strong> &#8211; Developers can now create layout animations for their applications using the capabilities introduced in the <a href="http://code.google.com/android/migrating/m3-to-m5/m5-api-changes.html#animations" title="android.view.animation">android.view.animation</a> package. Check out the LayoutAnimation*.java files in the APIDemos sample code for examples of how this works.</li>
<li><strong>Geo-coding</strong> &#8211; <a href="http://code.google.com/android/reference/android/location/Geocoder.html" title="android.location.Geocoder">android.location.Geocoder</a> enables developers to forward and reverse geo-code (i.e. translate an address into a coordinate and vice-versa), and also search for businesses.</li>
<li><strong>New media codecs</strong> &#8211; The <a href="http://code.google.com/android/reference/android/media/MediaPlayer.html" title="MediaPlayer">MediaPlayer</a> class has added support for the OGG Vorbis, MIDI, XMF, iMelody, RTTL/RTX, and OTA audio file formats.</li>
<li><strong>Updated Eclipse plug-in</strong> &#8211; A new version of ADT is available and provides improvements to the Android developer experience. In particular, check out the new Android Manifest editor.</li>
</ul>
</blockquote>
<p>As for the UI change, you can watch the following videos (<a href="http://www.anddev.org/viewtopic.php?p=3542#3542">origin</a>) from 3GSM Barcelona :</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/h6FtqpnpMtE&#038;rel=1&#038;border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/h6FtqpnpMtE&#038;rel=1&#038;border=0" type="application/x-shockwave-flash" wmode="transparent"width="425" height="355"></embed></object></p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Drxj-uL1UaY&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Drxj-uL1UaY&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>You can see a more complete list of the major changes <a href="http://code.google.com/android/migrating/m3-to-m5/m5-api-changes.html" title="Android SDK M5 Release - API Changes Overview">here</a> (you can also find a complete difference report <a href="http://code.google.com/android/migrating/m3-to-m5/changes.html" title="API Differences Report">here</a>). So what are you waiting for? Go <a href="http://code.google.com/android/intro/upgrading.html" title="Upgrading the SDK Instructions">upgrade</a> <img src='http://www.arikfr.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.arikfr.com%2Fblog%2Fa-look-into-the-new-android-sdk.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.arikfr.com%2Fblog%2Fa-look-into-the-new-android-sdk.html&amp;source=arikfr&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/a-look-into-the-new-android-sdk.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updates from Android Code Day</title>
		<link>http://www.arikfr.com/blog/updates-from-android-code-day.html</link>
		<comments>http://www.arikfr.com/blog/updates-from-android-code-day.html#comments</comments>
		<pubDate>Thu, 31 Jan 2008 13:39:38 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android Code Day]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Live Blogging]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[TechCrunch]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/updates-from-android-code-day.html</guid>
		<description><![CDATA[It seems the Twitter is back online, so I&#8217;ve started updating there.
Soon I will upload the photos to Flickr.
Update 15:15: Caught a talk with Ouriel Ohayon (Ouriel is live blogging the event on Techcrunch.fr and on Twitter).
Update 15:40: I&#8217;m keeping updating from time to time on Twitter, and uploaded some photos to Flickr.
Update 15:50: Ouriel [...]]]></description>
			<content:encoded><![CDATA[<p>It seems the Twitter is back online, so I&#8217;ve started updating <a href="http://twiter.com/arikfr">there</a>.</p>
<p>Soon I will upload the photos to <a href="http://www.flickr.com/photos/arikfr/tags/androidcodeday/" title="Photos tagged Android Code Day">Flickr</a>.</p>
<p><strong>Update 15:15:</strong> Caught a talk with <a href="http://ouriel.typepad.com/">Ouriel Ohayon</a> (Ouriel is live blogging the event on <a href="http://fr.techcrunch.com/2008/01/31/fr-live-blog-depuis-google-android-day/">Techcrunch.fr</a> and on <a href="http://twitter.com/OurielOhayon">Twitter</a>).</p>
<p><strong>Update 15:40:</strong> I&#8217;m keeping updating from time to time on <a href="http://twiter.com/arikfr">Twitter</a>, and uploaded some photos to <a href="http://www.flickr.com/photos/arikfr/tags/androidcodeday/">Flickr</a>.</p>
<p><strong>Update 15:50: </strong>Ouriel <a href="http://ouriel.typepad.com/myblog/2008/01/android-code-da.html">mentions</a> on his blog, that the Android is going to be much more influencing than the iPhone. I guess he&#8217;s right. And now I&#8217;m happy that I didn&#8217;t buy an iPhone <img src='http://www.arikfr.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>Update 16:33:</strong> Dan Morrill is doing a code demo. For me, after watching his <a href="http://www.youtube.com/watch?v=I6ObTqIiYfE&amp;feature=user">video demo</a>, it&#8217;s a bit boring&#8230; Although from a quick survey Dan conducted earlier, it seems that most of the audience didn&#8217;t watch the video demos or even downloaded the SDK.</p>
<p><strong>Update 17:20: </strong>Caught a talk with Dan Morrill. I had some <a href="http://twitter.com/arikfr/statuses/662789992" title="What really good questions mean">really good questions</a>, so he wrote them down and I hope to see updates from Google soon.</p>
<p><strong>Update: </strong>I&#8217;m back home. At the weekend I will post a summary and my thoughts on Android. Hope you enjoyed the coverage <img src='http://www.arikfr.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><em>Arik</em>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.arikfr.com%2Fblog%2Fupdates-from-android-code-day.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.arikfr.com%2Fblog%2Fupdates-from-android-code-day.html&amp;source=arikfr&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/updates-from-android-code-day.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android Code Day @ Tel Aviv</title>
		<link>http://www.arikfr.com/blog/android-code-day-tel-aviv.html</link>
		<comments>http://www.arikfr.com/blog/android-code-day-tel-aviv.html#comments</comments>
		<pubDate>Thu, 31 Jan 2008 08:57:58 +0000</pubDate>
		<dc:creator>Arik</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android Code Day]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.arikfr.com/blog/android-code-day-tel-aviv.html</guid>
		<description><![CDATA[Thanks to a tip at SMO.co.il blog, I found out that Google conducting a day long introduction for their Android cellular phone operating system &#8211; the Android Code Day. This event takes place today in London, UK and here in Israel. Also on the 23 February they&#8217;re having a similar day in Boston, Massachusetts.

I&#8217;m attending [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to a <a href="http://www.smo.co.il/google-android-day">tip at SMO.co.il</a> blog, I found out that Google conducting a day long introduction for their Android cellular phone operating system &#8211; the <a href="http://android-developers.blogspot.com/2008/01/posted-by-dan-morrill-developer.html">Android Code Day</a>. This event takes place today in London, UK and here in Israel. Also on the 23 February they&#8217;re having a similar day in Boston, Massachusetts.</p>
<p><a href="http://www.flickr.com/photos/arikfr/2232619008/" title="My First Android Application by Arik Fr, on Flickr"><img src="http://farm3.static.flickr.com/2077/2232619008_311ac3f217.jpg" alt="My First Android Application" height="500" width="246" /></a></p>
<p>I&#8217;m attending the event here in Tel Aviv, if <a href="http://twitter.com/" title="Twitter">Twitter</a> servers start responding I will tweet the event from time to time (you can follow me <a href="http://twitter.com/arikfr" title="My twitter page">here</a>). I&#8217;m bringing my camera, and will post the photos under <a href="http://www.flickr.com/photos/arikfr/tags/androidcodeday/" title="Android Code Day tag at Flickr">&#8220;Android Code Day&#8221;</a> tag on <a href="http://www.flickr.com/">Flickr</a>.</p>
<p>Hope to learn new cool stuff,</p>
<p>Arik
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.arikfr.com%2Fblog%2Fandroid-code-day-tel-aviv.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.arikfr.com%2Fblog%2Fandroid-code-day-tel-aviv.html&amp;source=arikfr&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.arikfr.com/blog/android-code-day-tel-aviv.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.304 seconds -->
