<?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>Kieran&#039;s Mobile + Tech Observations &#187; Android</title>
	<atom:link href="http://kgutteridge.co.uk/blog/category/mobile/android-mobile/feed/" rel="self" type="application/rss+xml" />
	<link>http://kgutteridge.co.uk/blog</link>
	<description>hmm++</description>
	<lastBuildDate>Tue, 07 Sep 2010 22:24:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Why a WYSIWIG tool for Android might be useful</title>
		<link>http://kgutteridge.co.uk/blog/2010/09/07/why-a-wysiwig-tool-for-android-might-be-useful/</link>
		<comments>http://kgutteridge.co.uk/blog/2010/09/07/why-a-wysiwig-tool-for-android-might-be-useful/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 21:27:33 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[J2ME]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://kgutteridge.co.uk/blog/?p=310</guid>
		<description><![CDATA[Romain Nurik posted an excellent article today on why you need to hand edit layouts for Android rather than using a WYSIWIG tool
First off, there will be some obvious bias in this post. I have been very fortunate in my working career to work with some truly great product managers, designers and artists on mobile [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Romain Nurik posted an excellent article today on why you need to hand edit layouts for Android rather than using a WYSIWIG tool</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">First off, there will be some obvious bias in this post. I have been very fortunate in my working career to work with some truly great product managers, designers and artists on mobile applications and so for the benefit of the app consuming public none of my frankly brilliant crap UIs have ever seen the light of day. I do however still look forward to the day where by I can put a cheat mode into one of our own applications that resorts to developer place holder graphics! Some great examples of what games look like before an artist breathes on them can be found on this thread at Toucharcade</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">If you take the same view point as me, that to truly make a decent user experience for a given platform and especially on mobile you need to understand the technicalities and nuances of developing for that platform, then a great example of this would be the difference in the back metaphor on various devices. On Blackberry and Android you have a dedicated back button, iOS the use of UINavigationController is prevalent and for Java mobile devices the use of soft keys and context menus.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Knowing these interface cues is why there needs to be a close interaction between developer and designer. It makes sense if a fast utility application is required to make  sure standardised controls of the platform are used where possible  (ie ContextMenus on Android vs UIActionSheet on iOS vs Softkey driven menus on Java based devices) otherwise a lot of development time can be expended on making custom UI controls that may or may not be necessary, if all stakeholders are aware of what components are available on a given platform. For this reason alone it is worth at least having a WYSIWIG  editor so that designers who may be new to a platform (Java MIDP2 is younger than publishing to the web, and Android, iOS, WebOS are relatively new, let alone the even newer platforms mobile designers will have to contend with in the future ie Meego, Bada etc etc) have the ability to experiment with the UI widgets that are available for a platform and produce mockup guis that a developer can then bring to life!</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Where both Android and iOS have succeeded in my view is that they have made the information on what designers have to work with is far more readabily accesible. A simple Google search for icon design guidelines for three popular platforms will tell you a lot, bearing in mind with the current trend of app stores the icon is the first piece of information that you are likely to convey to your user therefore it pays to have the perfect dimensions. For examples try the following searches</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;blackberry icon sizes&#8221;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;iOS icon sizes&#8221;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&#8220;Android icon sizes&#8221;</div>
<p><a href="http://twitter.com/romannurik">Romain Nurik</a> posted an excellent <a href="http://designbycode.tumblr.com/post/1079612795/why-dont-wysiwyg-android">article</a> today on why you need to hand edit layouts for Android rather than using a WYSIWIG tool</p>
<p>First off, there will be some obvious bias in this post. I have been very fortunate in my working career to work with some truly great product managers, designers and artists on mobile applications and so for the benefit of the app consuming public none of my frankly brilliant crap UIs have ever seen the light of day. I do however still look forward to the day where by I can put a cheat mode into one of our own applications that resorts to developer place holder graphics! Some great examples of what games look like before an artist breathes on them can be found on this thread at <a href="http://forums.toucharcade.com/showthread.php?t=57088">Toucharcade</a></p>
<p>If you take the same view point as me, that to make a truly decent user experience for a given platform especially on mobile,  then you need to understand the technicalities and nuances of developing for that platform. A great example of this would be the difference in the back metaphor on various devices,  on Blackberry and Android you have a dedicated back button, iOS the use of UINavigationController and for Java mobile devices the use of soft keys and context menus.</p>
<p>Knowing these interface cues is why there needs to be a close interaction between developer and designer. It makes sense if a fast utility application is required to make  sure standardised controls of the platform are used where possible  (ie ContextMenus on Android vs UIActionSheet on iOS vs Softkey driven menus on Java based devices) otherwise a lot of development time can be expended on making custom UI controls that may or may not be necessary, if all stakeholders are aware of what components are available on a given platform. For this reason alone it is worth at least having a WYSIWIG  editor so that designers who may be new to a platform (Java MIDP2 is younger than publishing to the web, and Android, iOS, WebOS are relatively new, let alone the even newer platforms mobile designers will have to contend with in the future ie Meego, Bada etc etc) have the ability to experiment with the UI widgets that are available for a platform and produce mockup guis that a developer can then bring to life!</p>
<p>The other area where at least having a fast preview of changes to the UI code is where a WYSIWIG editor can really help, or at the very least a very fast way of previewing on a decent simulator, in fact it has to be said <a href="http://www.microemu.org/">MicroEmu</a> perhaps leads the way here when it comes to very rapidly changing screen sizes</p>
<p>Where both Android and iOS have succeeded in my view is that they have made the information on what designers have to work with is far more readabily accesible. A simple Google search for icon design guidelines for three popular platforms will tell you a lot, bearing in mind with the current trend of app stores the icon is the first piece of information that you are likely to convey to your user therefore it pays to have the perfect dimensions. For example try the following searches</p>
<p><a href="http://www.google.co.uk/search?sourceid=chrome&amp;ie=UTF-8&amp;q=blackberry+icon+sizes">&#8220;Blackberry icon sizes&#8221;</a></p>
<p><a href="http://www.google.co.uk/#hl=en&amp;source=hp&amp;q=ios+icon+sizes&amp;aq=f&amp;aqi=g1&amp;aql=&amp;oq=&amp;gs_rfai=&amp;pbx=1&amp;fp=e74830f3bfc9fb4a">&#8220;iOS icon sizes&#8221;</a></p>
<p><a href="http://www.google.co.uk/search?source=ig&amp;hl=en&amp;rlz=&amp;q=Android+icon+size&amp;aq=f&amp;aqi=g2g-m2&amp;aql=&amp;oq=&amp;gs_rfai=#hl=en&amp;q=Android+icon+sizes&amp;aq=f&amp;aqi=g1&amp;aql=&amp;oq=&amp;gs_rfai=&amp;pbx=1&amp;fp=e74830f3bfc9fb4a">&#8220;Android icon sizes&#8221;</a></p>
<p><a href="http://www.google.co.uk/search?source=ig&amp;hl=en&amp;rlz=&amp;q=Android+icon+size&amp;aq=f&amp;aqi=g2g-m2&amp;aql=&amp;oq=&amp;gs_rfai=#hl=en&amp;q=Nokia+icon+sizes&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=&amp;pbx=1&amp;fp=86c6c8d329e5e61e">&#8220;Nokia icon sizes&#8221;</a></p>
<p>Having to dig for this sort of information is what in the future will infuriate both developers and designers as new devices, screen sizes and user interactions are released into the market</p>
<p>Therefore until Android becomes as set in stone as HTML/CSS I don&#8217;t believe many designers have the time to teach themselves another XML based layout manager and need to work closely with developers and hopefully have some sort of ability to experiment with UI metaphors without a developers assistance. This is something which a WYSIWYG tool whilst most likely constrained to a single resolution at least provides. Once this point is reached, much like a sane server admin will never let a developer loose on production infrastructure without supervision, a designer will not let the developers near the UI without their guiding light</p>
<p>However until that day I concur with Roman a hand coded UI will be superior this is still true even with WYSIWIG tools such as Interface builder on iOS</p>
]]></content:encoded>
			<wfw:commentRss>http://kgutteridge.co.uk/blog/2010/09/07/why-a-wysiwig-tool-for-android-might-be-useful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android a brief intro, slides from Bathcamp</title>
		<link>http://kgutteridge.co.uk/blog/2010/07/21/android-a-brief-intro-slides-from-bathcamp/</link>
		<comments>http://kgutteridge.co.uk/blog/2010/07/21/android-a-brief-intro-slides-from-bathcamp/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 11:18:16 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Bathcamp]]></category>

		<guid isPermaLink="false">http://kgutteridge.co.uk/blog/?p=305</guid>
		<description><![CDATA[My contribution from the Bathcamp evening meet #14 organised by Mike Ellis and Sam Machin
Android a brief intro
View more presentations from kgutteridge.

]]></description>
			<content:encoded><![CDATA[<p>My contribution from the <a href="http://bathcamp.org/">Bathcamp</a> evening meet #14 organised by <a href="http://twitter.com/m1ke_ellis">Mike Ellis</a> and <a href="http://twitter.com/sammachin">Sam Machin</a></p>
<div id="__ss_4804557" style="width: 425px;"><strong><a title="Android a brief intro" href="http://www.slideshare.net/kgutteridge/android-a-brief-intro">Android a brief intro</a></strong><object id="__sse4804557" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=bathcamp-100721060402-phpapp02&amp;stripped_title=android-a-brief-intro" /><param name="name" value="__sse4804557" /><param name="allowfullscreen" value="true" /><embed id="__sse4804557" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=bathcamp-100721060402-phpapp02&amp;stripped_title=android-a-brief-intro" name="__sse4804557" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/kgutteridge">kgutteridge</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kgutteridge.co.uk/blog/2010/07/21/android-a-brief-intro-slides-from-bathcamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android #londroid live wallpaper slides</title>
		<link>http://kgutteridge.co.uk/blog/2010/02/22/android-londroid-live-wallpaper-slides/</link>
		<comments>http://kgutteridge.co.uk/blog/2010/02/22/android-londroid-live-wallpaper-slides/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 22:46:28 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://kgutteridge.co.uk/blog/?p=250</guid>
		<description><![CDATA[Slides from the February Android meetup
Into to Android Live Wallpapers
View more presentations from kgutteridge.

]]></description>
			<content:encoded><![CDATA[<p>Slides from the February Android meetup</p>
<div style="width:425px;text-align:left" id="__ss_3250293"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/kgutteridge/into-to-android-live-wallpapers" title="Into to Android Live Wallpapers">Into to Android Live Wallpapers</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=androidlivewallpapers-100222160853-phpapp02&#038;rel=0&#038;stripped_title=into-to-android-live-wallpapers" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=androidlivewallpapers-100222160853-phpapp02&#038;rel=0&#038;stripped_title=into-to-android-live-wallpapers" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/kgutteridge">kgutteridge</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kgutteridge.co.uk/blog/2010/02/22/android-londroid-live-wallpaper-slides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spotify Android Market and installing ad hoc</title>
		<link>http://kgutteridge.co.uk/blog/2009/09/07/spotify-android-market-and-installing-ad-hoc/</link>
		<comments>http://kgutteridge.co.uk/blog/2009/09/07/spotify-android-market-and-installing-ad-hoc/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 18:54:41 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Spotify]]></category>
		<category><![CDATA[Open]]></category>

		<guid isPermaLink="false">http://kgutteridge.co.uk/blog/?p=142</guid>
		<description><![CDATA[One of the great advantages and potential minefield of Android, is the simple fact that an application does not need to be in the Android Market as Spotify have clearly illustrated
http://www.spotify.com/en/mobile/overview/install-for-android/
Clearly this is aimed at the Finish owners of Android handsets where there is no Android Market.
The downsides of this ad hoc distribution is that [...]]]></description>
			<content:encoded><![CDATA[<p>One of the great advantages and potential minefield of Android, is the simple fact that an application does not need to be in the Android Market as Spotify have clearly illustrated</p>
<p><a href="http://www.spotify.com/en/mobile/overview/install-for-android/">http://www.spotify.com/en/mobile/overview/install-for-android/</a></p>
<p>Clearly this is aimed at the Finish owners of Android handsets where there is no Android Market.</p>
<p>The downsides of this ad hoc distribution is that an application could potentially be malicious and just alter the users dialler to re route calls through a premium number, (similar things happened back in the days of dialup with peoples machines getting compromised by malware)</p>
<p>However the pros for the consumer and third party developer are much like the internet and that seems to manage quite well despite the threat off malicious software getting installed on an end users device</p>
]]></content:encoded>
			<wfw:commentRss>http://kgutteridge.co.uk/blog/2009/09/07/spotify-android-market-and-installing-ad-hoc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spotify: iPhone Android + DRM Music</title>
		<link>http://kgutteridge.co.uk/blog/2009/09/07/spotify-iphone-android-drm-music/</link>
		<comments>http://kgutteridge.co.uk/blog/2009/09/07/spotify-iphone-android-drm-music/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 18:33:27 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[J2ME]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Spotify]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://kgutteridge.co.uk/blog/?p=134</guid>
		<description><![CDATA[Congratulations to Spotify on the launch of their mobile client for iPhone and Android, Videos of which can be seen below
iPhone Video

Android Video

One thing that strikes me as a little odd though is the amount of coverage this application is getting, if I want a DRM music solution for a mobile phone there is another [...]]]></description>
			<content:encoded><![CDATA[<p>Congratulations to Spotify on the launch of their mobile client for iPhone and Android, Videos of which can be seen below</p>
<p>iPhone Video<br />
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/QNCb1IdmJ_0&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/QNCb1IdmJ_0&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><br />
Android Video<br />
<object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/7ALGPknOsiU&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/7ALGPknOsiU&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
<p>One thing that strikes me as a little odd though is the amount of coverage this application is getting, if I want a DRM music solution for a mobile phone there is another option, Nokia comes with Music which wont cost £120 a year&#8230;..</p>
<p>Maybe the catalogue is much better on Spotify this is obviously enough of a draw, I have been pleased with Spotify and even paid for a few day passes, so would be tempted to purchase a subscription to utilize this on my G1 if it had a standard headphone socket (I seem to consume ear buds in my sleep) or if the iPhone if it could play in the background, as the times I am listening to music on my iPhone is usually on the train when I like to clear email etc.<br />
Maybe this has all come down to clever marketing on the part of Spotify compared to a seemingly more complex solution even though it is easier Comes With Music solution</p>
<p>Sonys Walkman phones would be a seemingly obvious addition as well going back to one of my earlier posts!</p>
]]></content:encoded>
			<wfw:commentRss>http://kgutteridge.co.uk/blog/2009/09/07/spotify-iphone-android-drm-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App Stores Global Opportunities?</title>
		<link>http://kgutteridge.co.uk/blog/2009/07/14/app-stores-global-opportunities/</link>
		<comments>http://kgutteridge.co.uk/blog/2009/07/14/app-stores-global-opportunities/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 21:24:40 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[J2ME]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://kgutteridge.co.uk/blog/?p=42</guid>
		<description><![CDATA[Presentation slides from OpenMIC held in Bristol 2009
App Stores Global Opportunities
View more presentations from kgutteridge.

]]></description>
			<content:encoded><![CDATA[<p>Presentation slides from OpenMIC held in Bristol 2009</p>
<div id="__ss_1683445" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="App Stores Global Opportunities" href="http://www.slideshare.net/kgutteridge/appstoresppt">App Stores Global Opportunities</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=appstoresppt-124679009828-phpapp02&amp;rel=0&amp;stripped_title=appstoresppt" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=appstoresppt-124679009828-phpapp02&amp;rel=0&amp;stripped_title=appstoresppt" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/kgutteridge">kgutteridge</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kgutteridge.co.uk/blog/2009/07/14/app-stores-global-opportunities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android, iPhone and application development</title>
		<link>http://kgutteridge.co.uk/blog/2009/07/14/android-iphone-and-application-development/</link>
		<comments>http://kgutteridge.co.uk/blog/2009/07/14/android-iphone-and-application-development/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 21:22:06 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[J2ME]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://kgutteridge.co.uk/blog/?p=39</guid>
		<description><![CDATA[Presentation slides from OpenMIC held in Bath 2009
Android, iPhone and application development
View more presentations from kgutteridge.

]]></description>
			<content:encoded><![CDATA[<p>Presentation slides from OpenMIC held in Bath 2009</p>
<div id="__ss_1243597" style="width: 425px; text-align: left;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Android, iPhone and application development" href="http://www.slideshare.net/kgutteridge/android-iphone-and-application-development">Android, iPhone and application development</a><object style="margin:0px" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=androidiphoneandapplicationdevelopment-090403045048-phpapp01&amp;rel=0&amp;stripped_title=android-iphone-and-application-development" /><param name="allowfullscreen" value="true" /><embed style="margin:0px" type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=androidiphoneandapplicationdevelopment-090403045048-phpapp01&amp;rel=0&amp;stripped_title=android-iphone-and-application-development" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/kgutteridge">kgutteridge</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kgutteridge.co.uk/blog/2009/07/14/android-iphone-and-application-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android FOM 2008 Presentation Slides</title>
		<link>http://kgutteridge.co.uk/blog/2008/11/30/android-fom-2008-presentation-slides/</link>
		<comments>http://kgutteridge.co.uk/blog/2008/11/30/android-fom-2008-presentation-slides/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 21:02:00 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://kgutteridge.co.uk/blog/?p=13</guid>
		<description><![CDATA[Having recently delivered the Android workshop with Carl Harroch from Novoda at the Future Of Mobile 2008, we have made the slides available at
http://docs.google.com/Presentation?id=dc2cgzjn_72grzmfqcv
]]></description>
			<content:encoded><![CDATA[<p>Having recently delivered the Android workshop with Carl Harroch from Novoda at the Future Of Mobile 2008, we have made the slides available at</p>
<p>http://docs.google.com/Presentation?id=dc2cgzjn_72grzmfqcv</p>
]]></content:encoded>
			<wfw:commentRss>http://kgutteridge.co.uk/blog/2008/11/30/android-fom-2008-presentation-slides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
