<?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>Wires Are Obsolete</title>
	<atom:link href="http://wiresareobsolete.com/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiresareobsolete.com/wordpress</link>
	<description>Achieving the goal of cutting the cord through mobile applications and accessories</description>
	<lastBuildDate>Wed, 25 Aug 2010 14:59:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Processing UIImagePickerController</title>
		<link>http://wiresareobsolete.com/wordpress/2010/08/uiimagepickercontroller/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/08/uiimagepickercontroller/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 14:59:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[UIImagePickerController]]></category>
		<category><![CDATA[UIKit]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=125</guid>
		<description><![CDATA[The UIImagePickerController class has been the developer&#8217;s best friend and worst enemy since it&#8217;s introduction into the iPhone SDK in iOS 2.0. For those who have not used it, this class provides a way for an application to have the user select and return an image, whether it be existing from the device&#8217;s library or [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/08/uiimagepickercontroller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Short Note About Modal Presentation</title>
		<link>http://wiresareobsolete.com/wordpress/2010/08/modal-presentation/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/08/modal-presentation/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 13:38:49 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[modalViewController]]></category>
		<category><![CDATA[parentViewController]]></category>
		<category><![CDATA[UIKit]]></category>
		<category><![CDATA[UIViewController]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=117</guid>
		<description><![CDATA[One of the most common design patterns used to transition from one view to another in iOS is the use of the modalViewController property of UIViewController.  New views are presented using the presentModalViewController:animated: method, and dismissed using the dismissModalViewControllerAnimated: method.  Presenting a new view as a modal view does a number of things that are [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/08/modal-presentation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adapting to Empty Views</title>
		<link>http://wiresareobsolete.com/wordpress/2010/08/adapting-to-empty-views/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/08/adapting-to-empty-views/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 13:54:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[AdapterView]]></category>
		<category><![CDATA[empty view]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=103</guid>
		<description><![CDATA[Android has a pretty flexible framework for displaying data from a database, array, or other list structure using classes called Adapters.  There are plenty of great tutorials in the Android docs and throughout the web on how to use adapters to create custom behavior for display this data, so I&#8217;m going to focus on it&#8217;s [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/08/adapting-to-empty-views/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9-Patches Explained</title>
		<link>http://wiresareobsolete.com/wordpress/2010/06/9-patches/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/06/9-patches/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 15:17:39 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[9-Patch]]></category>
		<category><![CDATA[Drawable]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=94</guid>
		<description><![CDATA[One of Android&#8217;s most well-known points to consider in application development is the requirement to support a variety of different screen sizes and orientations in an application. The SDK is full of documentation and tools on how to help the developer best accomplish this goal; one of these tools is the 9-Patch creator. The 9-Patch [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/06/9-patches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Layout Relationships</title>
		<link>http://wiresareobsolete.com/wordpress/2010/04/android-layout-relationships/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/04/android-layout-relationships/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 22:00:32 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=88</guid>
		<description><![CDATA[Developing UI layouts for Android is an experience unlike any other.  I have developed for both desktop and mobile on a variety of platforms, and the XML structure that Android uses is quite unique.  This can bring with it some issues and challenges as it runs contrary to the way many people think about designing [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/04/android-layout-relationships/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android Lifecycle Callbacks</title>
		<link>http://wiresareobsolete.com/wordpress/2010/04/android-lifecycle/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/04/android-lifecycle/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 16:25:34 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Activity]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=85</guid>
		<description><![CDATA[I hear people say a lot that the lifecycle callback functions in an Android Activity are confusing.  Their names address the events that can occur from a memory management perspective, but they don&#8217;t directly address things that the developer really pays attention to.  Things like &#8220;when is the view done loading into memory?&#8221; and &#8220;when [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/04/android-lifecycle/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Striking the Balance: Interface Builder vs. Code</title>
		<link>http://wiresareobsolete.com/wordpress/2010/03/striking-the-balance-interface-builder-vs-code/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/03/striking-the-balance-interface-builder-vs-code/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 17:23:49 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[interface builder]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=64</guid>
		<description><![CDATA[In my last post here, I touched a little on the need for a balance between building user interfaces in code and using IDE tools like Interface Builder.  Today I would like to develop the importance of that concept a little further.  People tend to become comfortable with one method or the other after they&#8217;ve [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/03/striking-the-balance-interface-builder-vs-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UIScrollView has a Secret</title>
		<link>http://wiresareobsolete.com/wordpress/2010/03/uiscrollview-has-a-secret/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/03/uiscrollview-has-a-secret/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 21:54:54 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[UIKit]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=59</guid>
		<description><![CDATA[Sometimes, it&#8217;s not always clear in iPhone development when one should create their interface elements using Apple&#8217;s Interface Builder (IB) application, or directly in application code.  Oftentimes, with more complex view issues, the answer tends to be a combination of both.  When doing this, however, it is not uncommon for little traps to come out [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/03/uiscrollview-has-a-secret/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editorial: Your Reviews May Be Hurting You</title>
		<link>http://wiresareobsolete.com/wordpress/2010/03/reviews-may-be-hurting-you/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/03/reviews-may-be-hurting-you/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 14:26:55 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[android market]]></category>
		<category><![CDATA[app store]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=56</guid>
		<description><![CDATA[Normally, I target developers in my posts, but today I had a special message that I wanted to send out to the user community.  I&#8217;ve noticed a trend over the past year that troubles me some about the way users are using their reviewing power in places like the App Store or the Android Market. [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/03/reviews-may-be-hurting-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>App Released: Ohm&#8217;s Best</title>
		<link>http://wiresareobsolete.com/wordpress/2010/03/app-released-ohms-best/</link>
		<comments>http://wiresareobsolete.com/wordpress/2010/03/app-released-ohms-best/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 17:06:35 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://wiresareobsolete.com/wordpress/?p=54</guid>
		<description><![CDATA[Today Wireless Designs released Ohm&#8217;s Best for the iPhone, available for download on the App Store. Ohm&#8217;s Best is an electronics calculator application that allows electronics technicians and electrical engineers to do circuit calculations using real component values that one can actually find and purchase.  This functionality puts reduced design time and frustration right into [...]]]></description>
		<wfw:commentRss>http://wiresareobsolete.com/wordpress/2010/03/app-released-ohms-best/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
