<?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; Mobile</title>
	<atom:link href="http://jeffreysambells.com/category/mobile/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>Dissecting iPhone OS Touch Actions for Text</title>
		<link>http://jeffreysambells.com/posts/2010/04/30/dissecting-iphone-os-touch-actions-for-text/</link>
		<comments>http://jeffreysambells.com/posts/2010/04/30/dissecting-iphone-os-touch-actions-for-text/#comments</comments>
		<pubDate>Sat, 01 May 2010 01:41:18 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[XCode]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[UITextInput]]></category>

		<guid isPermaLink="false">http://jeffreysambells.com/?p=615</guid>
		<description><![CDATA[I&#8217;ve been working my way through a UiTextInput rich text editor implementation in iPhone OS 3.2 and thought I&#8217;d share some observations I&#8217;ve made regarding touch input related to text. One of the biggest hurdles with UiTextInput is that you don&#8217;t get the benefit of the great UI work that Apple has put in their [...]]]></description>
		<wfw:commentRss>http://jeffreysambells.com/posts/2010/04/30/dissecting-iphone-os-touch-actions-for-text/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Static Libraries with XCode and iPhone SDK</title>
		<link>http://jeffreysambells.com/posts/2010/04/16/static-libraries-with-xcode-and-iphone-sdk/</link>
		<comments>http://jeffreysambells.com/posts/2010/04/16/static-libraries-with-xcode-and-iphone-sdk/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 21:30:09 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[XCode]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[static library]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://jeffreysambells.com/?p=508</guid>
		<description><![CDATA[One of the easiest ways to overwhelm yourself when developing for iPhone OS is trying the all-in-one approach to code management. I&#8217;ve done it countless times and rooting through a maze of groups and files in a project can drive you insane. After frustration push me to the edge one too many times I finally [...]]]></description>
		<wfw:commentRss>http://jeffreysambells.com/posts/2010/04/16/static-libraries-with-xcode-and-iphone-sdk/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>Swyping</title>
		<link>http://jeffreysambells.com/posts/2009/11/23/swyping/</link>
		<comments>http://jeffreysambells.com/posts/2009/11/23/swyping/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 04:51:11 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[User Interface]]></category>

		<guid isPermaLink="false">http://jeffreysambells.com/?p=420</guid>
		<description><![CDATA[Techcrunch has released an interesting video showing off a new way to type&#8211;or should I say &#8220;swype&#8221;&#8211;on a touchscreen phone. The basic premiss is that instead of lifting your finger to &#8220;tap&#8221; a letter, you simply slide your finger around the screen and the device will guess what word you mean. It&#8217;s similar to the [...]]]></description>
		<wfw:commentRss>http://jeffreysambells.com/posts/2009/11/23/swyping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disregard Of Context</title>
		<link>http://jeffreysambells.com/posts/2009/11/15/disregard-of-context/</link>
		<comments>http://jeffreysambells.com/posts/2009/11/15/disregard-of-context/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 20:49:35 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://jeffreysambells.com/?p=417</guid>
		<description><![CDATA[The wonderful Smashing Magazine just posted a great article on &#8220;iPhone Apps Design Mistakes&#8221; but all of what they say can be applied directly to any mobile app, not just iPhone apps: Designing a great app isn’t a simple task. Jacob Nielsen recently asserted that “the mobile user experience is still miserable.” Extracting user insights [...]]]></description>
		<wfw:commentRss>http://jeffreysambells.com/posts/2009/11/15/disregard-of-context/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>
