<?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>Muthukumar Rajamani &#187; Android</title>
	<atom:link href="http://muthuonline.com/archives/category/mobile-phone-apps/android-apps/feed/" rel="self" type="application/rss+xml" />
	<link>http://muthuonline.com</link>
	<description>Product Strategist, Experience Designer &#38; Code Tweaker</description>
	<lastBuildDate>Wed, 18 Jan 2012 05:14:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Untitled</title>
		<link>http://muthuonline.com/archives/2010/12/02/568/</link>
		<comments>http://muthuonline.com/archives/2010/12/02/568/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 13:02:26 +0000</pubDate>
		<dc:creator>Muthu Online</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Code is Poetry]]></category>

		<guid isPermaLink="false">http://muthuonline.com/?p=568</guid>
		<description><![CDATA[Resource : Tab Widget UI:]]></description>
			<content:encoded><![CDATA[<p>Resource : <a href="http://developer.android.com/resources/tutorials/views/hello-tabwidget.html">Tab Widget</a> </p>
<p>UI:<div class="wp-caption alignnone" style="width: 391px"><a href="m/android/2ndandroidapp.gif"><img alt="Android Tab Widget" src="http://muthuonline.com/m/android/2ndandroidapp.gif" title="Android Tab Widget" width="381" height="563" /></a><p class="wp-caption-text">Android Tab Widget</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://muthuonline.com/archives/2010/12/02/568/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android Application Design/Dev Basics : 2</title>
		<link>http://muthuonline.com/archives/2010/11/29/android-application-designdev-basics-2/</link>
		<comments>http://muthuonline.com/archives/2010/11/29/android-application-designdev-basics-2/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 14:41:03 +0000</pubDate>
		<dc:creator>Muthu Online</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Code is Poetry]]></category>
		<category><![CDATA[HTML5, CSS3, DOM & JS]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://muthuonline.com/?p=557</guid>
		<description><![CDATA[Code: View Source UI:]]></description>
			<content:encoded><![CDATA[<p><strong>Code:</strong> <a href="http://muthuonline.com/m/android/firstandroidapp.html">View Source</a></p>
<p><strong>UI:</strong><br />
<div class="wp-caption alignnone" style="width: 349px"><a href="http://muthuonline.com/m/android/firstandroidapp.gif"><img alt="My First Android App" src="http://muthuonline.com/m/android/firstandroidapp.gif" title="App UI" width="339" height="500" /></a><p class="wp-caption-text">My First Android App</p></div></p>
]]></content:encoded>
			<wfw:commentRss>http://muthuonline.com/archives/2010/11/29/android-application-designdev-basics-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Android Application Design/Dev Basics : 1</title>
		<link>http://muthuonline.com/archives/2010/11/29/android-application-designdev-basics-1/</link>
		<comments>http://muthuonline.com/archives/2010/11/29/android-application-designdev-basics-1/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 09:41:48 +0000</pubDate>
		<dc:creator>Muthu Online</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Code is Poetry]]></category>
		<category><![CDATA[HTML5, CSS3, DOM & JS]]></category>
		<category><![CDATA[code]]></category>

		<guid isPermaLink="false">http://muthuonline.com/?p=543</guid>
		<description><![CDATA[Do check out Android UI guidelines and their notion of Applications, Activities &#38; Tasks Do read Hello World as well Install Eclipse IDE, Android SDK Plugin for Eclipse Here are some rough notes: All images should be placed under Res &#62; Drawable. If multiple devices and resolutions are targetted, images should be placed in the<a href="http://muthuonline.com/archives/2010/11/29/android-application-designdev-basics-1/"> <br /><br /> (More)…</a>]]></description>
			<content:encoded><![CDATA[<p>Do check out <a href="http://developer.android.com/guide/practices/ui_guidelines/index.html">Android UI guidelines</a> and their notion of <a href="http://developer.android.com/guide/practices/ui_guidelines/activity_task_design.html">Applications, Activities &amp; Tasks</a></p>
<p>Do read <a href="http://developer.android.com/resources/tutorials/hello-world.html">Hello World</a> as well</p>
<p>Install <a href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/R/eclipse-java-galileo-win32.zip">Eclipse IDE</a>, Android SDK Plugin for Eclipse</p>
<p><strong>Here are some rough notes:</strong></p>
<div class="wp-caption alignleft" style="width: 460px"><a href="http://muthuonline.com/m/android/HelloWorld.gif"><img title="Android Dev" src="http://muthuonline.com/m/android/HelloWorld.gif" alt="Android Dev" width="450" height="307" /></a><p class="wp-caption-text">Android Dev</p></div>
<li>All images should be placed under Res &gt; Drawable.</li>
<li>If multiple devices and resolutions are targetted, images should be placed in the corresponding hi/low/med dpi folders.</li>
<li>Layout is specified under Res &gt; Layout</li>
<p>Manifest is an important config file that should not be renamed.</p>
<li>Application tag is used to specify that this is an application and not a service.</li>
<li>App name is set here</li>
<li>&#8220;Android: Icon&#8221; sends pointer to the the app icon, which should be placed in the Drawables under Resources</li>
<li>Pre-defined category &#8220;launcher&#8221; is used to launch the app when the app icon gets clicked.</li>
<li>Layouts may contain views and sub views.</li>
]]></content:encoded>
			<wfw:commentRss>http://muthuonline.com/archives/2010/11/29/android-application-designdev-basics-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Android UI design patterns</title>
		<link>http://muthuonline.com/archives/2010/11/22/android-ui-design-patterns/</link>
		<comments>http://muthuonline.com/archives/2010/11/22/android-ui-design-patterns/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 09:17:44 +0000</pubDate>
		<dc:creator>Muthu Online</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[User eXperience Design]]></category>

		<guid isPermaLink="false">http://muthuonline.com/?p=541</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/M1ZBjlCRfz0?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/M1ZBjlCRfz0?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="306"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://muthuonline.com/archives/2010/11/22/android-ui-design-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android vs iPhone : Front End Dev</title>
		<link>http://muthuonline.com/archives/2009/12/03/android-vs-iphone-front-end-dev/</link>
		<comments>http://muthuonline.com/archives/2009/12/03/android-vs-iphone-front-end-dev/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 06:12:38 +0000</pubDate>
		<dc:creator>Muthu Online</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple iPhone Tricks,Bugs,Hacks]]></category>
		<category><![CDATA[Code is Poetry]]></category>
		<category><![CDATA[Mobile Phone Apps]]></category>

		<guid isPermaLink="false">http://muthuonline.com/?p=477</guid>
		<description><![CDATA[On Android phones, to set the initial page zoom level and disable the user controlled zoom, add the following code. meta name=”viewport” content=”width=device-width; initial-scale=1.3; minimum-scale=1.3; maximum-scale=1.3;”/. Ensure that the scale have a min value of 1.3 For iPhone, add this code meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;”/]]></description>
			<content:encoded><![CDATA[<p>On Android phones, to set the initial page zoom level and disable the user controlled zoom, add the following code.</p>
<p>meta name=”viewport” content=”width=device-width; initial-scale=1.3; minimum-scale=1.3; maximum-scale=1.3;”/. Ensure that the scale have a min value of 1.3</p>
<p>For iPhone, add this code<br />
meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;”/</p>
]]></content:encoded>
			<wfw:commentRss>http://muthuonline.com/archives/2009/12/03/android-vs-iphone-front-end-dev/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome Email from Android</title>
		<link>http://muthuonline.com/archives/2009/12/02/welcome-email-from-android/</link>
		<comments>http://muthuonline.com/archives/2009/12/02/welcome-email-from-android/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 01:44:18 +0000</pubDate>
		<dc:creator>Muthu Online</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile Phone Apps]]></category>
		<category><![CDATA[Droid]]></category>
		<category><![CDATA[Email Notification]]></category>
		<category><![CDATA[First Time UX]]></category>

		<guid isPermaLink="false">http://muthuonline.com/?p=471</guid>
		<description><![CDATA[Just received this nicely crafted email from the Android Team. I liked the way, the getting started video thumbnails were in-lined/embedded along with learn more and Android playlist on youTube.com links, within this email. Only issue was that, this Email came 2 days late. Welcome to Android! Your new Android-powered phone has many cool and<a href="http://muthuonline.com/archives/2009/12/02/welcome-email-from-android/"> <br /><br /> (More)…</a>]]></description>
			<content:encoded><![CDATA[<p>Just received this nicely crafted email from the Android Team. I liked the way, the getting started video thumbnails were in-lined/embedded along with learn more and <a href="http://www.youtube.com/view_play_list?p=EEDD27A5716AEC67">Android playlist</a> on youTube.com links, within this email. Only issue was that, this Email came 2 days late.</p>
<p>Welcome to Android!</p>
<p>Your new Android-powered phone has many cool and useful features. Learn more by clicking on the links to watch brief YouTube videos directly on your phone.</p>
<p>Once the video has started playing, press your phone&#8217;s menu key, select &#8220;More,&#8221; and then select &#8220;Watch in high quality&#8221; to view the video in higher resolution:</p>
<p>    * Customize your Home Screen. <a href="http://www.youtube.com/watch?v=iC14h6qy58g">Learn more</a>.<br />
    * Use shortcuts, widgets, and folders. <a href="http://www.youtube.com/watch?v=DpMLF9b2aTQ">Learn more</a>.<br />
    * Run multiple applications at the same time. <a href="http://www.youtube.com/watch?v=alHUMoUHL1Y">Learn more</a>.<br />
    * Use long press to quickly access more features. <a href="http://www.youtube.com/watch?v=yUSIpRo13oc">Learn more</a>.<br />
    * Experience the web on your browser. <a href="http://www.youtube.com/watch?v=XpBcumYi6uk">Learn more</a>.<br />
    * Search the web and your phone with Quick Search Box. <a href="http://www.youtube.com/watch?v=Suc2KGCBkXI">Learn more</a>.<br />
    * Keep in touch with friends and family with Contacts. <a href="http://www.youtube.com/watch?v=nPvjkpkmvhg">Learn more</a>.<br />
    * Get cool applications and games on Android Market. <a href="http://www.youtube.com/watch?v=SO0dM03iVSM">Learn more</a>. </p>
<p>You can find all these videos and more on the <a href="http://www.youtube.com/view_play_list?p=EEDD27A5716AEC67">Android 2.0 playlist</a> at <a href="http://youtube.com/androidtips">youtube.com/androidtips.</a></p>
<p>Enjoy!<br />
The Android Team at Google</p>
<p>Google, Inc.<br />
1600 Amphitheatre Parkway<br />
Mountain View, CA 94043<br />
We sent you this one-time welcome message because you recently purchased an Android-powered phone</p>
]]></content:encoded>
			<wfw:commentRss>http://muthuonline.com/archives/2009/12/02/welcome-email-from-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smartphone OS web requests in Oct 2009</title>
		<link>http://muthuonline.com/archives/2009/11/25/smartphone-os-web-requests-in-oct-2009/</link>
		<comments>http://muthuonline.com/archives/2009/11/25/smartphone-os-web-requests-in-oct-2009/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 07:58:06 +0000</pubDate>
		<dc:creator>Muthu Online</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Apple iPhone Tricks,Bugs,Hacks]]></category>
		<category><![CDATA[Mobile Phone Apps]]></category>
		<category><![CDATA[mobile usage stats]]></category>

		<guid isPermaLink="false">http://muthuonline.com/?p=469</guid>
		<description><![CDATA[Sounds like at iPhone and Android will be the leading mobile web platforms going forward. October Worldwide Smartphone OS web requests: iPhone 50% (43% in April) Symbian 25% (36% &#8220;) Android 11% ( 3% &#8220;) RIM 7% ( 9% &#8220;) Windows Mobile 3% ( 5% &#8220;)]]></description>
			<content:encoded><![CDATA[<p>Sounds like at iPhone and Android will be the leading mobile web platforms going forward. </p>
<p><strong>October Worldwide Smartphone OS web requests:</strong></p>
<p>iPhone                  50%  (43% in April)</p>
<p>Symbian               25%  (36% &#8220;)</p>
<p>Android                 11%  ( 3% &#8220;)</p>
<p>RIM                        7%  ( 9% &#8220;)</p>
<p>Windows Mobile      3%  ( 5% &#8220;)</p>
]]></content:encoded>
			<wfw:commentRss>http://muthuonline.com/archives/2009/11/25/smartphone-os-web-requests-in-oct-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>



