<?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>How to make iPhone Apps and Influence People &#187; Development</title>
	<atom:link href="http://blog.jcmultimedia.com.au/tag/development/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.jcmultimedia.com.au</link>
	<description>Musings on the iPhone development process</description>
	<lastBuildDate>Thu, 18 Aug 2011 22:58:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Adding the &#8216;pull down to refresh&#8217; effect to UITableView</title>
		<link>http://blog.jcmultimedia.com.au/2010/07/pull-down-refresh.html</link>
		<comments>http://blog.jcmultimedia.com.au/2010/07/pull-down-refresh.html#comments</comments>
		<pubDate>Thu, 01 Jul 2010 12:59:25 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[iOS4]]></category>
		<category><![CDATA[UITableView]]></category>

		<guid isPermaLink="false">http://blog.jcmultimedia.com.au/?p=169</guid>
		<description><![CDATA[TweetToday I was tooling around with some interface concepts and playing with apps like foursquare and Twitter (previously Tweetie) and I wondered if I could implement something similar to the now famous 'pull down to refresh' method of initialising a refresh of the content within a UITableView. As it turns out it wasn't as difficult as [...]]]></description>
			<content:encoded><![CDATA[<div class="tw_button" style=";float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FcwTOWb&amp;via=sirjec&amp;text=Adding%20the%20%27pull%20down%20to%20refresh%27%20effect%20to%20UITableView&amp;related=sirjec:Jesse+Collis+on+Twitter&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.jcmultimedia.com.au%2F2010%2F07%2Fpull-down-refresh.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.jcmultimedia.com.au/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Today I was tooling around with some interface concepts and playing with apps like <a href="http://foursquare.com">foursquare</a> and <a href="http://twitter.com">Twitter</a> (previously Tweetie) and I wondered if I could implement something similar to the now famous 'pull down to refresh' method of initialising a refresh of the content within a UITableView.</p>
<p>As it turns out it wasn't as difficult as I thought; There were already a couple of elegant solutions out and about. The first example I found was by <a href="http://www.drobnik.com/touch/2009/12/how-to-make-a-pull-to-reload-tableview-just-like-tweetie-2/">Oliver Dropnik</a>, which talked about altering an existing solution posted on git hub by user devindoty called <a href="http://github.com/enormego/EGOTableViewPullRefresh">EGOTablePullViewRefresh</a>.</p>
<p>Oliver's code looked like it was a good addition to devindoty's because he had decided to subclass UITableViewController which leads to a much more complete solution that's easier to move between projects. My only issue with Oliver's code was that it refactored a lot of the underlying implementation, where I didn't see too much wrong with it.</p>
<p>I decided to come up with a half way measure; I moved the majority of the grunt work into a subclass of UITableViewController, cleaned up the XCode Demo project included with the source code and pushed it all back up to git hub. If you're at at all interested in this, I'd suggest checking out <a href="http://github.com/jessedc/EGOTableViewPullRefresh">my fork of the EGOTablePullViewRefresh project on Git Hub</a>.</p>
<div id="attachment_172" class="wp-caption aligncenter" style="width: 416px"><a href="http://blog.jcmultimedia.com.au/wp-content/uploads/2010/07/Pull-to-refresh.png"><img class="size-full wp-image-172" title="Pull-to-refresh" src="http://blog.jcmultimedia.com.au/wp-content/uploads/2010/07/Pull-to-refresh.png" alt="" width="406" height="301" /></a><p class="wp-caption-text">Get a pull-to-refresh effect like Tweetie 2 and foursuare</p></div>
<p>Update: Another pull to refresh implementation is now in the <a href="https://github.com/facebook/three20">three20 library by Facebook</a>, but I'm not sure where exactly it's buried.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jcmultimedia.com.au/2010/07/pull-down-refresh.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Seoul City Metro V 1.1 is live, V1.1.1 in review and SCM Lite is coming soon!</title>
		<link>http://blog.jcmultimedia.com.au/2010/02/seoul-city-metro-1-1-released.html</link>
		<comments>http://blog.jcmultimedia.com.au/2010/02/seoul-city-metro-1-1-released.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 15:02:24 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[App Store]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[New Versions]]></category>
		<category><![CDATA[seoul-city-metro]]></category>

		<guid isPermaLink="false">http://blog.jcmultimedia.com.au/?p=122</guid>
		<description><![CDATA[TweetIt's been a long slog, I have to say. It took a solid six weeks of development and many hours of dead ends and frustration but I finally managed to pull together a complete, stable release that made it through the approval process. There's still lots to do, and since Saturday morning I have already [...]]]></description>
			<content:encoded><![CDATA[<div class="tw_button" style=";float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2F9izpZo&amp;via=sirjec&amp;text=Seoul%20City%20Metro%20V%201.1%20is%20live%2C%20V1.1.1%20in%20review%20and%20SCM%20Lite%20is%20coming%20soon%21&amp;related=sirjec:Jesse+Collis+on+Twitter&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.jcmultimedia.com.au%2F2010%2F02%2Fseoul-city-metro-1-1-released.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.jcmultimedia.com.au/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>It's been a long slog, I have to say. It took a solid six weeks of development and many hours of dead ends and frustration but I finally managed to pull together a complete, stable release that made it through the approval process.</p>
<p>There's still lots to do, and since Saturday morning I have already sent for approval Seoul City Metro Lite, and Seoul City Metro V1.1.1 wich contains a few small bug fixes.</p>
<p>Busan City Metro is also in the works, I expect that to be running on the Seoul City Metro V1.1.1 code in the coming days and up for sale soon.</p>
<p>There's lots more to write on the extended development period of SCM 1.1, but for now I'll let everyone get the update and I'll take a deep breath!</p>
<div id="attachment_123" class="wp-caption aligncenter" style="width: 589px"><a href="http://blog.jcmultimedia.com.au/wp-content/uploads/2010/02/Screen-shot-2010-02-15-at-7.29.34-PM.png"><img class="size-full wp-image-123" title="Seoul City Metro 1.1 Approved" src="http://blog.jcmultimedia.com.au/wp-content/uploads/2010/02/Screen-shot-2010-02-15-at-7.29.34-PM.png" alt="Seoul City Metro 1.1 has been approved, lots of things still in the works" width="579" height="212" /></a><p class="wp-caption-text">Current iTunes Connect status</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.jcmultimedia.com.au/2010/02/seoul-city-metro-1-1-released.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aftermath of SCM v1.0, upcoming V 1.1, new website and cloud hosting!</title>
		<link>http://blog.jcmultimedia.com.au/2009/12/aftermath-of-scm-v1-0-upcoming-v-1-1-new-website-and-cloud-hosting.html</link>
		<comments>http://blog.jcmultimedia.com.au/2009/12/aftermath-of-scm-v1-0-upcoming-v-1-1-new-website-and-cloud-hosting.html#comments</comments>
		<pubDate>Wed, 23 Dec 2009 05:54:17 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[App Store]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Other Stuff]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[korea]]></category>
		<category><![CDATA[seoul-city-metro]]></category>

		<guid isPermaLink="false">http://blog.jcmultimedia.com.au/?p=62</guid>
		<description><![CDATA[TweetAs I thought, this might be the case. Upon releasing the initial version of Seoul City Metro into the wild my work has load only got more intense. Two days after SCM hit the store the main Korean competition app unleashed a new 3.0 release and  a price reduction - and in addition to this [...]]]></description>
			<content:encoded><![CDATA[<div class="tw_button" style=";float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2Fczibbg&amp;via=sirjec&amp;text=Aftermath%20of%20SCM%20v1.0%2C%20upcoming%20V%201.1%2C%20new%20website%20and%20cloud%20hosting%21&amp;related=sirjec:Jesse+Collis+on+Twitter&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.jcmultimedia.com.au%2F2009%2F12%2Faftermath-of-scm-v1-0-upcoming-v-1-1-new-website-and-cloud-hosting.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.jcmultimedia.com.au/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p><a href="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/Screen-shot-2009-12-23-at-9.47.59-AM.png"><img class="alignright size-full wp-image-67" title="Seoul City Metro Ready for Sale" src="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/Screen-shot-2009-12-23-at-9.47.59-AM.png" alt="Seoul City Metro Ready for Sale" width="242" height="106" /></a>As I thought, this might be the case. Upon releasing the initial version of Seoul City Metro into the wild my work has load only got more intense. Two days after SCM hit the store the main Korean competition app unleashed a new 3.0 release and  a price reduction - and in addition to this almost all the feedback I received pointed towards one or two features I had deliberately left out of the initial release. So since SCM wen't live on the 10th I have been frantically preparing my infrastructure to handle timetables and Google maps (via the MapKit framework). I am also working hard to streamline the viewing, cacheing and organisation of the 'Routes' part of the app.</p>
<p>I'm not worried about implementing MapKit because I have previously mapped all 440 stations and their GPS coordinates - but it's been managing the almost half a million pieces of time table data that has taken so much more time that I had originally anticipated. Although the details of the timetable data are relatively boring, I find the statistics quite interesting.</p>
<p><a style="text-decoration: none;" href="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/Screen-shot-2009-12-23-at-9.12.25-AM.png"><img class="alignright size-full wp-image-69" title="Timetable Data" src="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/Screen-shot-2009-12-23-at-9.12.25-AM.png" alt="" width="387" height="82" /></a></p>
<ul>
<li>468,000 individual trains mapped equalling 17MB of SQL data.</li>
<li>1,600 pages scraped, totalling 48 MB.</li>
<li>The addition of this data almost quadruples the total size of the app (originally 5.7MB)</li>
</ul>
<p>This leads to an interesting problem with the app bundle size. Apple limit the maximum size of an App you can download over 3G to 10MB. Personally I think keeping an app (if possible) below 10MB is really important, as it allows your app to capture the impulse purchase. I'm currently considering several options about how to manage this, including providing only the basic data with the app and allowing users to download the additional data as an SQLite adon-on, or by providing a web service that can be queried from within the app. There's advantages and disadvantages in each case (which I might outline in a later post) but i<strong>n my opinion, most people will only need the first and last trains departing each station anyway.</strong></p>
<div id="attachment_66" class="wp-caption alignleft" style="width: 314px"><a href="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/scm_branding.jpg"><img class="size-full wp-image-66 " title="New Seoul City Metro Branding" src="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/scm_branding.jpg" alt="" width="304" height="120" /></a><p class="wp-caption-text">New SCM Branding</p></div>
<p><strong>In other news,</strong> I've been working with Steven Miller (<a href="http://www.twitter.com/yargalot">@yargalot </a>and from <a title="The Netocracy" href="http://thenetocracy.com">TheNetocracy</a>) on some new branding and a new website for SCM and I have to say I'm pretty chuffed at what he's come up with. I had pretty specific ideas in mind when he asked me if he could help design a website and he met all expectations when he came up with a clean, stylish design almost instantly. We spent more time making sure we had the markup optimised for search engines that we did on design elements - and it looks great. The website now exists at <a title="Seoul City Metro Website" href="http://www.seoulcitymetro.com">http://www.seoulcitymetro.com</a> (previously <span style="text-decoration: line-through;">http://seoulmetroapp.com</span>) and is hosted with a swish new slice purchased the other day from <a title="Slicehost Referral Link" href="http://bit.ly/6Ff9uF">Slicehost</a> (Slicehost Referral link).</p>
<p>With the idea in my mind that I would possibly serve 17MB downloads to SCM customers or provide a XML/JSON feed for individual station timetables - I had upgrade the hosting to something more flexible. Enter Slicehost. With the help of Jacob (<a title="Jacobch on Twitter" href="http://www.twitter.com/jacobch">@jacobch</a>) we now have seoulcitymetro.com and our git repositories running on a speedy clean Ubuntu Karmic Koala slice. So far we're totally impressed with both Slicehost and Ubuntu and we hope to run more services from this in the future.  I can definitely envision a public bug tracker and documentation wiki for SCM and other upcoming projects.</p>
<p>There's heaps of work to be done! I'm hoping to have the next SCM version 1.1 submitted to Apple by 1/1/10. Watch this space! To the minute updates can be found on twitter by following <a title="Seoul City Metro on Twitter" href="http://www.twitter.com/seoulmetroapp">@seoulmetroapp</a> . Seoul City Metro is available on iTunes for $1.99  <a href="http://bit.ly/seoulcitymetro">iTunes Store</a> (iTunes link)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jcmultimedia.com.au/2009/12/aftermath-of-scm-v1-0-upcoming-v-1-1-new-website-and-cloud-hosting.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Seoul City Metro V1.0 Goes Live on the app store!</title>
		<link>http://blog.jcmultimedia.com.au/2009/12/seoul-city-metro-v1-0-goes-live-on-the-app-store.html</link>
		<comments>http://blog.jcmultimedia.com.au/2009/12/seoul-city-metro-v1-0-goes-live-on-the-app-store.html#comments</comments>
		<pubDate>Fri, 11 Dec 2009 03:15:41 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[App Store]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[seoul-city-metro]]></category>

		<guid isPermaLink="false">http://blog.jcmultimedia.com.au/?p=57</guid>
		<description><![CDATA[TweetI'm excited to report that Seoul City Metro has gone live on the Apple App Store! You can purchase a copy on the world wide store right here for $1.99 US. Now that the iPhone Application development cycle has been completed - it's time to start some promotions to drum up some sales! I have [...]]]></description>
			<content:encoded><![CDATA[<div class="tw_button" style=";float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2FbiIHcU&amp;via=sirjec&amp;text=Seoul%20City%20Metro%20V1.0%20Goes%20Live%20on%20the%20app%20store%21&amp;related=sirjec:Jesse+Collis+on+Twitter&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.jcmultimedia.com.au%2F2009%2F12%2Fseoul-city-metro-v1-0-goes-live-on-the-app-store.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.jcmultimedia.com.au/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><div id="attachment_31" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/SeoulMetro512x512_V2.png"><img class="size-thumbnail wp-image-31" title="SeoulMetro512x512_V2" src="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/SeoulMetro512x512_V2-150x150.png" alt="Seoul City Metro" width="150" height="150" /></a><p class="wp-caption-text">Seoul City Metro</p></div>
<p>I'm excited to report that Seoul City Metro has gone live on the Apple App Store!</p>
<p>You can purchase a copy on the world wide store right <a title="PurSeoul City Metro on iTunes" href="http://bit.ly/seoulcitymetro" target="_blank">here</a> for $1.99 US.</p>
<p>Now that the iPhone Application development cycle has been completed - it's time to start some promotions to drum up some sales! I have <a href="http://twitter.com/yargalot">@yargalot</a> and myself working on a proper website, and I'm looking into promotions on Facebook, and around Seoul itself.!</p>
<p style="text-align: center;"><a href="http://linktoapp.com/seoul+city+metro"><img class="aligncenter size-full wp-image-58" title="available_onthe_appstore" src="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/available_onthe_appstore.png" alt="available_onthe_appstore" width="150" height="52" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jcmultimedia.com.au/2009/12/seoul-city-metro-v1-0-goes-live-on-the-app-store.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A lot of transport apps are confusing and inconsistent</title>
		<link>http://blog.jcmultimedia.com.au/2009/12/a-lot-of-transport-apps-are-confusing-and-inconsistent.html</link>
		<comments>http://blog.jcmultimedia.com.au/2009/12/a-lot-of-transport-apps-are-confusing-and-inconsistent.html#comments</comments>
		<pubDate>Thu, 03 Dec 2009 06:50:56 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[UI Design]]></category>

		<guid isPermaLink="false">http://blog.jcmultimedia.com.au/?p=27</guid>
		<description><![CDATA[TweetThere's no shortage of apps that will take your 1-4 dollars and let you sift through lists of stations or tap on a map and work out a way for you to get from A to B in your given city. I've been working with a pile of transport apps leading up to Seoul City [...]]]></description>
			<content:encoded><![CDATA[<div class="tw_button" style=";float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2F9KmH1A&amp;via=sirjec&amp;text=A%20lot%20of%20transport%20apps%20are%20confusing%20and%20inconsistent&amp;related=sirjec:Jesse+Collis+on+Twitter&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.jcmultimedia.com.au%2F2009%2F12%2Fa-lot-of-transport-apps-are-confusing-and-inconsistent.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.jcmultimedia.com.au/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>There's no shortage of apps that will take your 1-4 dollars and let you sift through lists of stations or tap on a map and work out a way for you to get from A to B in your given city.</p>
<p>I've been working with a pile of transport apps leading up to Seoul City Metro and I've noticed a lot of similar transport apps fall into the trap of implementing too many non standard UI elements or offer too many different ways to do the same thing at the cost of consistency.</p>
<p>Non standard interfaces are not uncommon as developers decide not to adhere to the apple Human Interface Guidelines and roll their own half baked Us. I I have found some great examples of non-scalable, non standard implementations that are so bland and basic (or crazy and complex) that it's hard to know what you're doing or what you just did. The time required to lean these UIs is frustrating to say the least.</p>
<div id="attachment_42" class="wp-caption aligncenter" style="width: 346px"><a href="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/IMG_0982.PNG"><img class="size-full wp-image-42 " title="Non Standard UI" src="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/IMG_0982.PNG" alt="Great example of very non-standard UI" width="336" height="224" /></a><p class="wp-caption-text">Great example of very non-standard UI</p></div>
<p>My second issue with the current state of transport apps is the compromise made to consistency to offer multiple ways of accessing the same functionality.</p>
<p>Most transport apps provide you with a list of stations you can select via searching or scrolling through via a 'Stations' Tab Bar icon. This interface is then repeated via a 'Routes' Tab bar icon and quite often you can also access the 'Stations' via the 'Lines' Tab Bar icon. My problem with this solution is when the selection of a station name in a list looks the same and behaves differently.</p>
<div class="wp-caption alignleft" style="width: 202px"><img title="London Tube App" src="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/IMG_0984.PNG" alt="IMG_0984" width="192" height="288" /><p class="wp-caption-text">Two ways to begin a route visible here.</p></div>
<p>As is often the case, selecting a station from the 'Stations' tab gives you a detailed overview of the station. In the case of the 'Route' tab it skips the details and provides you with the same interface over again to select another station.</p>
<p>A lot of apps have about 3 ways you can enter into the 'route calculation loop' and I find this overlap pointless and confusing.</p>
<p>Another example is when applications let you tap on a map and use the selection as a 'route start' or 'route end' and then take you to a list or an overlay of the route you've selected. This can be a great feature except when you can get to the same map that behaves differenty via three other Tab Bar icons.</p>
<p>In the case of applications with a tab bar interface you can end up with the same screen of information appearing on all or most of the tabs at once by navigating through each Tab Bar icon independently. This is not a good user experience because clicking on a tab bar icon saying 'Stations' can be showing a map if thats how the user haphazardly left it.</p>
<p>My approach to a transport app (although only in it's first iteration) focuses on the soul purpose of directing the user towards selecting stations. The user will be given ways to select a station by map, name, or nearby then be presented with the detailed view of the station in order to decide what to do with it. After the user has completed an action their selected station (set as route start, or route end), the user navigates back to the main menu to select a second station. Only when a route has been completed are they presented with a 'view route' option.</p>
<div id="attachment_47" class="wp-caption alignright" style="width: 202px"><a href="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/SeoulCityMetroV1_eng-1.PNG"><img class="size-full wp-image-47 " title="SeoulCityMetroV1_eng - 1" src="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/SeoulCityMetroV1_eng-1.PNG" alt="Straight forward navigation structure" width="192" height="288" /></a><p class="wp-caption-text">Straight forward navigation structure</p></div>
<p>So rather than a Tab Bar I have used a single navigation structure to direct the user down a single path at a time to select a station. This provides the user with a linear way of working, keeping them from getting confused between 5 or more tabs that all do similar, overlapping things (and could all be displaying a map at that particular point in time).</p>
<p>I think it saves the user mental processing too. The maximum menu depth a user can get to to view a calculated route is only three screens deep, and if they have used a route before they can get to the calculated route in only two steps. The worst case in the application above (London Tube) can require you to navigate through 5 different screens to view a route and then you need to go back through the whole 5 to start again.</p>
<p>I think simplifying transport apps is the way to go, working and thinking about how to do this all the time.</p>
<p>If you've read this far - thank you! This post just touches on my thoughts about current transport apps and their inconsistencies, I'm keen on posting more of my thoughts as development of my transport apps continue.</p>
<p>Seoul City Metro should be hitting the App Store around December 14th. Follow <a href="http://twitter.com/seoulmetroapp">@seoulmetroapp</a> on twitter for updates!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jcmultimedia.com.au/2009/12/a-lot-of-transport-apps-are-confusing-and-inconsistent.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seoul City Metro has been finished, sent for approval!</title>
		<link>http://blog.jcmultimedia.com.au/2009/12/seoul-city-metro-has-been-finished-and-sent-for-approval.html</link>
		<comments>http://blog.jcmultimedia.com.au/2009/12/seoul-city-metro-has-been-finished-and-sent-for-approval.html#comments</comments>
		<pubDate>Thu, 03 Dec 2009 04:02:24 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[App Store]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[korea]]></category>
		<category><![CDATA[seoul-city-metro]]></category>

		<guid isPermaLink="false">http://blog.jcmultimedia.com.au/?p=30</guid>
		<description><![CDATA[TweetWow, what a month! It really was about 10 times more stressful than I had planned. Here I was plodding along with the development of Seoul City Metro (@soulmetroapp) thinking I had another couple of months but all of a sudden the iPhone was approved for sale and then released in South Korea in the same two [...]]]></description>
			<content:encoded><![CDATA[<div class="tw_button" style=";float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2Fczibbg&amp;via=sirjec&amp;text=Seoul%20City%20Metro%20has%20been%20finished%2C%20sent%20for%20approval%21&amp;related=sirjec:Jesse+Collis+on+Twitter&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.jcmultimedia.com.au%2F2009%2F12%2Fseoul-city-metro-has-been-finished-and-sent-for-approval.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.jcmultimedia.com.au/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p>Wow, what a month!</p>
<p>It really was about 10 times more stressful than I had planned.</p>
<p>Here I was plodding along with the development of <a href="http://www.seoulmetroapp.com">Seoul City Metro</a> (@<a href="http://twitter.com/seoulmetroapp">soulmetroapp</a>) thinking I had another couple of months but all of a sudden the iPhone was approved for sale and then released in South Korea in the same two week period! I had to push everything forward...</p>
<p>So over the last couple of weeks I have more or less shut myself off from everyone except my <a href="http://twitter.com/sirjec">twitter feed</a> and a few friends keen to test some development releases (thanks to <a href="http://twitter.com/jacobch">@jacobch</a> for some great feedback). Due to the announcement of imminent iPhone release in South Korea I just had to try and get everything running ASAP.</p>
<p>Unfortunately Seoul City Metro missed being ready for sale on iPhone launch day (it was never going to happen) but as a consilation I managed to make it to <a href="http://www.tedxseoul.com">TEDxSeoul</a> at the last minute  for a day of eye opening talks from a wide range of awesome Korean innovators. I had no expectations for TEDxSeoul (how did I not know about <a href="http://www.ted.com">TED</a> ?)  but it left me with a mind spinning with excitement and positiveness about releasing software in South Korea. I wish I had had some business cards to hand around and some infomation on the app ready - but getting to go was just a bonus.</p>
<div id="attachment_31" class="wp-caption alignleft" style="width: 160px"><img class="size-thumbnail wp-image-31 " title="SeoulMetro512x512_V2" src="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/SeoulMetro512x512_V2-150x150.png" alt="Seoul City Metro" width="150" height="150" /><p class="wp-caption-text">Seoul City Metro</p></div>
<p>But I'm now happy to write that I have <strong>finally</strong> got there! As of Tuesday morning I have completed an initial working version of an iPhone app and submitted it to the App Store. With submission only four days after the release date in South Korea I am pretty happy with my efforts. This is  is a really  important milestone because it's taken me so long to get past being completely overwhelmed by the whole process of becoming an iPhone developer. In fact it's taken me  two trips to WWDC, two iPhone releases (3G , 3GS release), two new computers (a laptop and a Mac Mini) and countless days and weeks of feeling overwhelmed and lost at where to start.</p>
<div id="attachment_32" class="wp-caption alignright" style="width: 160px"><img class="size-thumbnail wp-image-32" title="Business card" src="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/IMG_0980-150x150.jpg" alt="New Business Card (back)" width="150" height="150" /><p class="wp-caption-text">New Business Card (back)</p></div>
<p>Regardless of the outcome (approved or not) I'm feeling like I have reached my goal. While I wait for approval from Apple I'm running at a slightly slower 80 km/h getting promotional material ready for it's launch. I'm hoping with some relevant, informative tweeting on my behalf via I can rustle up some interest over <a href="http://twitter.com/seoulmetroapp ">Twitter</a> and <a href="http://www.facebook.com/pages/Seoul-City-Metro/322424395471?ref=ts">Facebook</a>, there's also a website up at <a href="http://www.seoulmetroapp.com">seoulmetroapp.com</a> and I have printed flyers and business cards for some real life promotions.</p>
<p>I'm attending the <a href="http://seoulwriters.wordpress.com/">Seoul Writer's Workshop</a> <a href="http://www.facebook.com/event.php?eid=168685133177&amp;index=1">Masquerade Ball</a> this Saturday night in Itaewon and hope to bump into some people there.</p>
<p>Watch this space for all kinds of things I've learnt over the iPhone development process, and updates on what I'm calling the City Metro Ecosystem - a suite of apps encapsulating apps for Hong Kong, Beijing and Shanghai.</p>
<div id="attachment_34" class="wp-caption aligncenter" style="width: 360px"><img class="size-full wp-image-34" title="citymetroapps-ecosystem" src="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/12/citymetroapps-ecosystem.png" alt="More details coming soon" width="350" height="83" /><p class="wp-caption-text">More details coming soon</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.jcmultimedia.com.au/2009/12/seoul-city-metro-has-been-finished-and-sent-for-approval.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>In App Purchase is now available for free Apps, App Store is now more awesome</title>
		<link>http://blog.jcmultimedia.com.au/2009/10/in-app-purchase-is-now-available-for-free-apps.html</link>
		<comments>http://blog.jcmultimedia.com.au/2009/10/in-app-purchase-is-now-available-for-free-apps.html#comments</comments>
		<pubDate>Fri, 16 Oct 2009 09:29:40 +0000</pubDate>
		<dc:creator>Jesse</dc:creator>
				<category><![CDATA[App Store]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blog.jcmultimedia.com.au/?p=10</guid>
		<description><![CDATA[Tweet So, finally Apple have relented and decided to allow In App Purchase for free apps. I just have to say that I'm really excited about this. I think the initial idea behind Apple's 'free apps stay free' policy was to prevent 'fart apps' hitting you up for money mid session and allowing the paid [...]]]></description>
			<content:encoded><![CDATA[<div class="tw_button" style=";float:right;margin-left:10px;"><a href="http://twitter.com/share?url=http%3A%2F%2Fbit.ly%2F9AjzZf&amp;via=sirjec&amp;text=In%20App%20Purchase%20is%20now%20available%20for%20free%20Apps%2C%20App%20Store%20is%20now%20more%20awesome&amp;related=sirjec:Jesse+Collis+on+Twitter&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fblog.jcmultimedia.com.au%2F2009%2F10%2Fin-app-purchase-is-now-available-for-free-apps.html" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://blog.jcmultimedia.com.au/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;">Tweet</a></div><p style="text-align: center;"><img class="size-full wp-image-17 aligncenter" title="in_app_purchase_available" src="http://blog.jcmultimedia.com.au/wp-content/uploads/2009/10/in_app_purchase_available2.jpg" alt="in_app_purchase_available" width="430" height="169" /></p>
<p>So, finally Apple have relented and decided to allow In App Purchase for free apps.</p>
<p>I just have to say that I'm <em>really excited about this</em>.</p>
<p>I think the initial idea behind Apple's 'free apps stay free' policy was to prevent 'fart apps' hitting you up for money mid session and allowing the paid apps to prosper in their superiority. But now the App Store eco system has evolved to a point where serious developers are needing ways to give  their potential customers previews beyond the only option of  'buy the free one, then if you like it buy the non free one'.</p>
<p>Recently I've been looking at ideas for in app purchase and I decided the two app idea wasn't going to work for what I was thinking. These new changes basically allow me to sell my ideas (they're not apps yet) on the App Store they way I want to.</p>
<p>Take this scenario:</p>
<p>If I were to build a single application that supported lots of different maps (for example) via in-app purchase, which map would I bundle with the initial cost of the app? And what if if the customer didn't want the bundled map I was including? In that case the customer would essentially  be charged extra money to end up with the map they <em>really</em> wanted, and I didn't see that as a great introduction into my software.</p>
<p>An alternative approach would have been to sell the initial app at a low price point to get people feeling comfortable about buying the app, and then continue to sell the other maps via in app purchase for an appropriate price. This would have half solved the 'unhappy default map' scenario by simply costing the customer less money. But would they see the saving? Or would they still be just as annoyed at paying me twice for what they really wanted in the first place. This was the compromised way  I was heading, but it would have meant giving away the the most popular map at a discount just to get foot traffic.</p>
<p>But as of today with these new rules on the App Store I can do what made sense in my mind and create a main 'gateway' app that could act as it's own little 'map store' and be given away for free - allowing the customer to choose the map(s) they want without going through the mental hurdle of paying me twice to get what they want. This is a <strong>much</strong> better option.</p>
<p>These new changes to the App Store policy will provide a great deal more flexibility all round. Now that the developer isn't required to charge an initial fee for in app purchase enabled apps they can provide free apps as a means to paid content. Previously the customer had to pay for that privilege, and in some cases it was a bit backwards. This will also be great for sales and promotions. It allows apps that include in app purchase to become free for a specific period of  time then go back to how they were.</p>
<p>All in all it's a great addition and is only telling me to get my act (app) together even faster!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.jcmultimedia.com.au/2009/10/in-app-purchase-is-now-available-for-free-apps.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

