<?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>JeffreySambells.com &#187; Android</title>
	<atom:link href="http://jeffreysambells.com/category/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffreysambells.com</link>
	<description>Geek out AFK with Jeffrey Sambells</description>
	<lastBuildDate>Thu, 24 Jun 2010 13:46:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Decoding Polylines from Google Maps Direction API with Java</title>
		<link>http://jeffreysambells.com/posts/2010/05/27/decoding-polylines-from-google-maps-direction-api-with-java/</link>
		<comments>http://jeffreysambells.com/posts/2010/05/27/decoding-polylines-from-google-maps-direction-api-with-java/#comments</comments>
		<pubDate>Thu, 27 May 2010 16:44:20 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Maps]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Snippet]]></category>
		<category><![CDATA[Directions]]></category>
		<category><![CDATA[GeoPoint]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Polyline]]></category>

		<guid isPermaLink="false">http://jeffreysambells.com/?p=661</guid>
		<description><![CDATA[I&#8217;ve been integrating the new Google Maps Directions api into an Android app and couldn&#8217;t find a Java decoder for the Encoded Polyline Algorithm Format. After a little bit of grunt work here&#8217;s a working method that will convert an encoded result such as this: }wjiGtdpcNrAlBJZ into a nice GeoPoint array list: private List&#60;GeoPoint&#62; decodePoly(String [...]]]></description>
		<wfw:commentRss>http://jeffreysambells.com/posts/2010/05/27/decoding-polylines-from-google-maps-direction-api-with-java/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Android vs iPhone development decisions</title>
		<link>http://jeffreysambells.com/posts/2010/05/20/android-vs-iphone-development-decisions/</link>
		<comments>http://jeffreysambells.com/posts/2010/05/20/android-vs-iphone-development-decisions/#comments</comments>
		<pubDate>Fri, 21 May 2010 04:34:15 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://jeffreysambells.com/?p=646</guid>
		<description><![CDATA[Release early, release often (sometimes abbreviated RERO) is a software development philosophy that emphasizes the importance of early and frequent releases in creating a tight feedback loop between developers and users. &#8212; Wikipedia To begin let me say that I&#8217;m both a web developer and a mobile application developer and I LOVE the &#8220;release early, [...]]]></description>
		<wfw:commentRss>http://jeffreysambells.com/posts/2010/05/20/android-vs-iphone-development-decisions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android TextView with Auto Sized Content</title>
		<link>http://jeffreysambells.com/posts/2010/04/04/android-textview-with-auto-sized-content/</link>
		<comments>http://jeffreysambells.com/posts/2010/04/04/android-textview-with-auto-sized-content/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 04:08:41 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[TextView]]></category>

		<guid isPermaLink="false">http://jeffreysambells.com/?p=461</guid>
		<description><![CDATA[While working on an Android project lately I was looking for a solution to auto-size text in a TextView similar to the way the iPhone ADK allows you to select &#8220;fit text to box&#8221;. I couldn&#8217;t find any reference to something similar in the Android SDK so I had to roll my own TextView subclass. [...]]]></description>
		<wfw:commentRss>http://jeffreysambells.com/posts/2010/04/04/android-textview-with-auto-sized-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android 2.0 Source Released</title>
		<link>http://jeffreysambells.com/posts/2009/11/14/android-2-0-source-released/</link>
		<comments>http://jeffreysambells.com/posts/2009/11/14/android-2-0-source-released/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 11:26:28 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://jeffreysambells.com/?p=408</guid>
		<description><![CDATA[While we&#8217;ve all been having fun comparing Android and iPhone, all the underlying open source OS code has been MIA&#8211;until today. Google pushed the source for Android 2.0 to the Android Open Source Project last night and as we should expect, the Android development community had it running on G1 devices faster than you can [...]]]></description>
		<wfw:commentRss>http://jeffreysambells.com/posts/2009/11/14/android-2-0-source-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There&#8217;s an app for that but your device is full</title>
		<link>http://jeffreysambells.com/posts/2009/11/10/theres-an-app-for-that-but-your-device-is-full/</link>
		<comments>http://jeffreysambells.com/posts/2009/11/10/theres-an-app-for-that-but-your-device-is-full/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 15:17:52 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://jeffreysambells.com/?p=400</guid>
		<description><![CDATA[It seems that Droid users might be in for a bit of a surprise when they start installing apps. The new Droid phones, like all other android devices, are limited to a total of 256MB for all installed apps. Sure there&#8217;s an SD card to add more memory to the device but you can&#8217;t put [...]]]></description>
		<wfw:commentRss>http://jeffreysambells.com/posts/2009/11/10/theres-an-app-for-that-but-your-device-is-full/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten Apps for Android Users</title>
		<link>http://jeffreysambells.com/posts/2009/11/10/ten-apps-for-android-users/</link>
		<comments>http://jeffreysambells.com/posts/2009/11/10/ten-apps-for-android-users/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 14:24:16 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://jeffreysambells.com/?p=398</guid>
		<description><![CDATA[The good people over at MobileCrunch have posted what they think are the 10 best android apps. Go check out the list for more details but the rundown is: Twidroid twitter client. Qik/Ustream/Bambuser/etc. streaming services. Flyscreen lockscreen replacement. Nesoid NES emulator. Meridian media player. Flixster movie info. Barcode Reader TED lectures from the annual Technology, [...]]]></description>
		<wfw:commentRss>http://jeffreysambells.com/posts/2009/11/10/ten-apps-for-android-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
