<?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>Jeff dePascale &#187; Android</title>
	<atom:link href="http://www.jeffdepascale.com/index.php/tags/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffdepascale.com</link>
	<description>Blogging on and developing web and mobile technologies</description>
	<lastBuildDate>Mon, 12 Apr 2010 18:09:02 +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>The web on tablets: How the iPad has immediately changed web development</title>
		<link>http://www.jeffdepascale.com/index.php/mobile/the-web-on-tablets-how-the-ipad-has/</link>
		<comments>http://www.jeffdepascale.com/index.php/mobile/the-web-on-tablets-how-the-ipad-has/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 15:24:29 +0000</pubDate>
		<dc:creator>Jeff dePascale</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Netbooks and Tablets]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Touch Devices]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone OS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Progressive enhancement]]></category>
		<category><![CDATA[tablet]]></category>

		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=468</guid>
		<description><![CDATA[Whether you are for or against it, the iPad has hit, and within days it has changed perspectives on how the web will be developed now and in the near future. Major outlets like The New York Times have modified their development strategies to fit this new user case. Will this be a continuing trend? [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-469 dtse-img dtse-post-468" title="gallery-software-safari-20100127" src="http://www.jeffdepascale.com/news/wp-content/uploads/2010/04/gallery-software-safari-20100127-300x174.jpg" alt="" width="300" height="174" />Whether you are for or against it, the iPad has hit, and within days it has changed perspectives on how the web will be developed now and in the near future. Major outlets like The New York Times have modified their development strategies to fit this new user case. Will this be a continuing trend? Will 'iPad friendly' development become a new standard? Or will it all subside and iPad users will still be left with broken pages across the web on their devices? In my opinion, it'll wind up somewhere in the middle. <span id="more-468"></span></p>
<p>I'll admit it: I drank the kool-aid. I am a new iPad owner, even though admittedly initialy being somewhat of a detractor of the device at launch. However, a minimal amount of time with the iPad yields two very important takeaways: 1- the potential in the device is huge (barring that pesky missing camera for skype-ing), limited mostly by software, which Apple can and will change at any time (iPhone OS 4.0 will be announced in just a few days), and 2- slates as a device category really will be a big deal very soon regardless of OS, and should be cased for in web development. Period. And it doesn't take much to do so. The web at large has moved away from full Flash websites for many reasons (including myself, and I am the developer behind a full bore <a href="http://www.fosfr.com" target="_blank">AS3 framework</a>). Times have changed, and what worked before just isn't appropriate anymore. Forget the Apple argument, just look at SEO and full Flash sites are instantly a problem. These days, Flash modules are king for rich content, a use case that generally doesn't get in the way of proper indexing of pages.</p>
<p>As of this writing, mobile specific variants of websites are really just starting to become an expectation of end users. It's becoming common practice, and that's a good thing. Understanding your end users context gets you that much closer to retaining them. Suddenly however, the manner in which those mobile versions are detected is a problem. Many sites still force mobile variants to users without an option to switch to the full site. I am mostly opposed to this logic, unless your site is completely unusable on said devices (Full Flash sites being a prime example). Otherwise, the user should always be presented with an option to opt out of a mobile variant, even if some of the site will break - its the users choice, and by presenting mobile first, you have effectively warned them and gated appropriately. If they choose to go through, so be it.</p>
<p>This problem is amplified now by the iPad. With 300,000 iPads sold at launch alone, there's no denying that it will be a segment worth targeting. RIM/Blackberry only account for roughly 8% of web traffic <a href="http://metrics.admob.com/2010/03/february-2010-mobile-metrics-report/" target="_blank">according to AdMob as of Febuary </a>and typically their devices are still cased for in mobile development. iPad will likely surpass that number quickly. Currently, the <a href="http://www.jeffdepascale.com/index.php/general/why-the-ipads-user-agent-string-presents-a-problem/" target="_self">iPad user agent string</a> represents itself as a mobile device. Subsequently, many sites are presenting mobile variants by default, and in many cases are forcing that version without an option to switch to the regular site. This problem is amplified by the fact that these mobile variants were designed for 480x320 displays, not 1024x768. They render fine, but in some cases they look very off. Clearly this will need to be cased for. But how? Should tablets as a device type be given their own variant? I don't think so, but I'm sure some sites will soon go this route. But there is another option: progressive enhancement.</p>
<p>The concept is simple: only show your users what they are capable of consuming. Let's take Flash as a case study. First, lets assume the two variation web development model: mobile and desktop. I am all for serving desktop to tablets, lets leave the mobile variants for truly mobile devices - the one you are likely to pull  out in the grocery store and search for a product. That's not going to be a tablet device, it's going to be a smartphone. Additionally, note that many Android tablets won't support Flash in the near term, so the Flash problem isn't just an iPad issue. Moreover, even if Flash is supported, that doesn't mean that the design of the Flash content is well suited for touch either, so it may still be an issue to present that content to your user. It's likely that tablet users generally are going to be expecting the full web on their large screens. So how do we go about presenting the 'full web' site experience to a plugin limited end user?</p>
<p>For Flash content, detect if the player is present and the version is adequate for the content, and if it is, serve the Flash. If not, serve alternate content in the same location as where the Flash should be. If you're content is fed from XML (which it should be whenever possible), that same source can be used to feed an ajax replacement (video content could conceivably be rendered in HTML5 or using HTML4 and an alternate plugin to Flash such as Quicktime). Extra bonus: Googlebot is now executing limited javascript, so your initial load dynamic content may even be indexed for SEO. If that content matches the flash, there's the fix for Flash SEO indexing in module content. It's an elegant and simple solution to the problem. Architecting from step one with this methodology in mind will produce a cohesive, rich, SEO optimized experience across mobile, tablet and desktop variants.</p>
<p>Have any other suggestions? Leave a comment!</p>



		<!-- Added by WP-DragToShare-eXtended Plugin -->
		<script type="text/javascript">
			dtsv.dtse_post_468_permalink = 'http://www.jeffdepascale.com/index.php/mobile/the-web-on-tablets-how-the-ipad-has/';
			dtsv.dtse_post_468_title = 'The web on tablets: How the iPad has immediately changed web development';
		</script>
		<!-- End of WP-DragToShare-eXtended Plugin -->]]></content:encoded>
			<wfw:commentRss>http://www.jeffdepascale.com/index.php/mobile/the-web-on-tablets-how-the-ipad-has/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How paid apps increase platform loyalty</title>
		<link>http://www.jeffdepascale.com/index.php/mobile/how-paid-apps-increase-platform-loyalty/</link>
		<comments>http://www.jeffdepascale.com/index.php/mobile/how-paid-apps-increase-platform-loyalty/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 04:45:26 +0000</pubDate>
		<dc:creator>Jeff dePascale</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Editorial]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Palm WebOS]]></category>
		<category><![CDATA[iPhone OS]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[WebOS]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=344</guid>
		<description><![CDATA[If you've ever considered the switch from PC to Mac or vice-versa, you've undoubtedly faced a slew of decisions before opting to take the plunge. One of the biggest that is not readily apparent to many is the cost of software purchased for your platform. Depending on computing needs, the software dollars pumped into one's [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-353 dtse-img dtse-post-344" title="appStore" src="http://www.jeffdepascale.com/news/wp-content/uploads/2009/12/appStore-269x300.jpg" alt="appStore" width="269" height="300" />If you've ever considered the switch from PC to Mac or vice-versa, you've undoubtedly faced a slew of decisions before opting to take the plunge. One of the biggest that is not readily apparent to many is the cost of software purchased for your platform. Depending on computing needs, the software dollars pumped into one's platform of choice can range from next to nothing if you are internet only user to thousands or more if professional applications are in the mix. But what about switching mobile platforms? <span id="more-344"></span></p>
<p>At the begin of 2009, Apple was the only real player in the mobile app market, and today there is no argument that the platform still holds the lead by a huge amount for quality, useful third party applications. But as we push further into 2010 and app stores for Android, Palm WebOS, and even Blackberry and WinMo gain market share, users considering jumping ship will face a similar plight for the first time. How many invested dollars in platform specific apps do I stand to lose by jumping platforms?</p>
<p><strong>The cost of mobile apps and the .99 cent phenomenon<br />
</strong>An interesting factor to consider is the actual cost for these apps. Amazingly, the iPhone App Store has somehow managed to make the one dollar purchase a new cultural standard. There are three unspoken rules for price point that near every app purchaser follows, whether conscious or not. If it doesn't offer incredibly deep functionality, it should probably be free. If it does offer something useful, it should be .99 cents and have incredible customer support to boot. If it costs more than that, it'd better either be something for a niche market or the latest 3D game from EA. Anything else will get low ranked into submission, and subsequently the .99 cent price point always seems to show up eventually. The interesting result of this is that the average user may have up to 50 apps loaded in their device, and have only paid in the neighborhood of 20 dollars, if even that. For these users, the cost involved with switching platforms is low enough that the cost barrier doesn't outweigh enough of the device cost to rule out the switch.</p>
<p><strong>Higher cost apps</strong><br />
Low cost apps may ultimately be less of a concern, but what about higher cost apps? Navigation apps are an obvious first contender here, with dollar figures as high as $99 and up. But even if we disregard this app category, $5 apps add up very quickly. A mobile professional using a few more expensive apps can be looking at an app bill up to the $50-$100 range to get their existing applications onto their new device.</p>
<p><strong>Free apps<br />
</strong>Even free apps still pose issues. In the past, the worst part of getting a new device was re-entering all of your contacts into your shiny new device (on a monochrome screen, no less). Thankfully those days are generally over, thanks to desktop sync or carriers handling the move for you. But for the first time users may face a new transition nuisance in the form of setting up their apps all over again in their new device, if the app (or an equivalent one) even exists in the new platform's store. There's both learning curve considerations and the time required to re-enter all of your preferences and logins. It can be a full days venture or more depending on the apps in question.</p>
<p><strong>Pulling the trigger<br />
</strong>For most, the deciding factor will be cost, and it's likely a percentage. If a user is looking at $150 for a subsidized phone and then immediately face an additional initial outlay of $50 or more in app costs right from the get go, plus a day to get their device setup with those apps, it may be enough to make users think twice about the switch. I'd wager that if the total app cost is less than 30% of the device cost, it's negligible to the user. It's a phenomenon that we haven't truly experienced yet, with the exception of possibly legacy WinMo users who may have purchased software for the platform and jumped ship to the iPhone. But the percentages of users will grow exponentially this year as Apple faces what is likely to be a much larger platform and apps push than they've seen yet from Android and Palm. Inevitably a portion of users will consider the switch. What is unknown is whether those users will have the foresight to realize the app transition cost and, if so, if that will be enough for them to stay with their existing platform instead of jumping ship.</p>
<p><strong><br />
</strong>It's an interesting notion to think that perhaps Apple intended this all along, anticipating the competition that was guaranteed to emerge. Unlike on desktop OS's, mobile platforms don't follow the serial number registration paradigm. As such, it is near impossible for third party developers to even allow a free or low cost transition between platforms, as many desktop software providers do today. Time will tell whether platform agnosticism will begin to appear in third party app purchases,  but for the time being, as users continue to download and purchase more apps, they are effectively creating more vested interest in sticking to their existing platform, making the inevitable question of jumping platforms all that much harder to stomach.</p>
<p>So what do you think? What would be your threshold for switching platforms being simply too much to contend with? Sound off in the comments.</p>



		<!-- Added by WP-DragToShare-eXtended Plugin -->
		<script type="text/javascript">
			dtsv.dtse_post_344_permalink = 'http://www.jeffdepascale.com/index.php/mobile/how-paid-apps-increase-platform-loyalty/';
			dtsv.dtse_post_344_title = 'How paid apps increase platform loyalty';
		</script>
		<!-- End of WP-DragToShare-eXtended Plugin -->]]></content:encoded>
			<wfw:commentRss>http://www.jeffdepascale.com/index.php/mobile/how-paid-apps-increase-platform-loyalty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Nexus One and the future of Android</title>
		<link>http://www.jeffdepascale.com/index.php/mobile/googles-nexus-one-and-the-future-of-android/</link>
		<comments>http://www.jeffdepascale.com/index.php/mobile/googles-nexus-one-and-the-future-of-android/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 20:44:39 +0000</pubDate>
		<dc:creator>Jeff dePascale</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[OS]]></category>

		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=335</guid>
		<description><![CDATA[If you haven't heard of the Nexus One yet, you will. Over the past 48 hours, tweets started rolling in of a potential first party 'Google phone', flying directly in the face of previous statements from Google themselves of staying strictly a platform developer. Actually, Google still hasn't moved into the hardware space. Rather, this [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-338 dtse-img dtse-post-335" title="nexusOne" src="http://www.jeffdepascale.com/news/wp-content/uploads/2009/12/nexusOne-300x269.jpg" alt="nexusOne" width="300" height="269" />If you haven't heard of the Nexus One yet, you will. Over the past 48 hours, <a href="http://twitter.com/#search?q=%23nexusOne" target="_blank">tweets</a> started rolling in of a potential first party 'Google phone', flying directly in the face of previous statements from Google themselves of staying strictly a platform developer. Actually, Google still hasn't moved into the hardware space. Rather, this appears to be a Google branded HTC device, the <a href="http://www.engadget.com/2009/10/26/htc-dragon-coming-to-verizon-as-the-passion/">Passion / Bravo (engadget link)</a>, which makes sense given HTC's history and future plans with the Android platform.</p>
<p><span id="more-335"></span>I'll leave the specs to the tech blogs, here's some links:</p>
<p><a href="http://www.engadget.com/tag/NexusOne/" target="_blank">Engadget</a></p>
<p><a href="http://mashable.com/search-results/?cx=partner-pub-9942038924324175%3Acm4mfi-xpfs&amp;cof=FORID%3A11&amp;ie=ISO-8859-1&amp;q=mexusOne&amp;sa.x=0&amp;sa.y=0&amp;sa=Search#967" target="_blank">Mashable</a></p>
<p><a href="http://gizmodo.com/tag/pst/nexusone/" target="_blank">Gizmodo</a></p>
<p>Got all that? Good. So what does this all mean? Google's sudden announcement of sorts (of course, this is still all very unofficial) could signal an important shift in the way Google is marketing Android. Clearly, the real competition for Android is the Apple iPhone OS. Apple has always been a hardware manufacturer who also makes their own software and OS, however Google has always kept a hard line of being the exist opposite, focusing on data as a product. If Android is to succeed, part of that success will be to distance itself from the third party only precedent that Windows Mobile has already set, and adding a first party device could help to do just that. Even Microsoft has realized the value of a first party device with the often rumored <a href="http://www.google.com/search?q=microsoft+pink+phone" target="_blank">pink phone</a>.</p>
<p>Android is still a third party first platform, and although this may create some buzz for Android in Q1, this is still a third party phone from HTC with a Google logo on it. That does make it a gold standard Android device (with no third party skins and theoretically first priority ROM updates), but so is the Droid, so what is the justification for Google? If the no contract purchase rumor holds true, is this just Google making an attempt to try and shift the market away from subsidized devices? We'll have to wait and see, but since we've already effectively seen the ROM that will be in the device in the Droid (2.1), that really only leaves room for hardware surprises to capture market share. We'll likely see what cards Google has to play at CES in January.</p>



		<!-- Added by WP-DragToShare-eXtended Plugin -->
		<script type="text/javascript">
			dtsv.dtse_post_335_permalink = 'http://www.jeffdepascale.com/index.php/mobile/googles-nexus-one-and-the-future-of-android/';
			dtsv.dtse_post_335_title = 'Google’s Nexus One and the future of Android';
		</script>
		<!-- End of WP-DragToShare-eXtended Plugin -->]]></content:encoded>
			<wfw:commentRss>http://www.jeffdepascale.com/index.php/mobile/googles-nexus-one-and-the-future-of-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
