<?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>Rexxars.com &#187; skin</title>
	<atom:link href="http://rexxars.com/tag/skin/feed/" rel="self" type="application/rss+xml" />
	<link>http://rexxars.com</link>
	<description>A developers perspective on PHP, Android, Mootools, Node.JS and other awesomeness.</description>
	<lastBuildDate>Tue, 08 Nov 2011 15:33:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Android emulator skin: Sony Ericsson X10 Mini</title>
		<link>http://rexxars.com/android/emulator-skin-sony-ericsson-x10-mini/</link>
		<comments>http://rexxars.com/android/emulator-skin-sony-ericsson-x10-mini/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 14:39:12 +0000</pubDate>
		<dc:creator>Rexxars</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[sonyericsson]]></category>
		<category><![CDATA[x10mini]]></category>

		<guid isPermaLink="false">http://rexxars.com/?p=151</guid>
		<description><![CDATA[Been a while since I made my Samsung Galaxy skin. Since then, a ton of Android phones have arrived and many of them with different resolutions than the &#8220;normal&#8221; HVGA. A popular one in Europe is the X10 Mini, from Sony Ericsson which has a QVGA resolution. When you are creating Android applications, you should [...]]]></description>
			<content:encoded><![CDATA[<p>Been a while since I made my <a href="http://rexxars.com/android/android-emulator-skin-samsung-galaxy/">Samsung Galaxy</a> skin. Since then, a ton of Android phones have arrived and many of them with different resolutions than the &#8220;normal&#8221; HVGA.</p>
<p>A popular one in Europe is the <em>X10 Mini</em>, from Sony Ericsson which has a QVGA resolution.</p>
<p>When you are creating Android applications, you should make sure that it works well on various resolutions, which the emulator helps you with. However, the built in QVGA skin is rather ugly, so I decided to try and whip up a skin based on the X10 Mini. Here&#8217;s what I ended up with:</p>
<p style="text-align: center;"><a href="http://rexxars.com/wp-content/uploads/2010/07/x10miniskin.jpg" target="_blank"><img class="aligncenter size-medium wp-image-152" title="Sony Ericsson X10 Mini Android Skin" src="http://rexxars.com/wp-content/uploads/2010/07/x10miniskin-300x237.jpg" alt="Sony Ericsson X10 Mini Android Skin" width="300" height="237" /></a></p>
<p>I quite like it, and it also works fairly well on low-resolution monitors, such as on netbooks (at least it does on mine). I zipped it up and <a href="http://rexxars.com/files/android/emulator-skins/X10Mini.zip">put it up for download</a>. To use it:</p>
<ol>
<li>Extract the zip file into your <strong>Android/platforms/android-&lt;version&gt;/skins</strong> folder.</li>
<li>Create a new AVD with the AVD Manager and select X10Mini from the skins dropdown.</li>
<li>If you want to get as close to the X10 Mini software, use the 1.6 image (<strong>android-4</strong>, I believe).</li>
<li>Enjoy!</li>
</ol>
<p><strong>Note</strong>: I forgot to include the hardware.ini file required for 1.6+. Should work better now <img src='http://rexxars.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://rexxars.com/android/emulator-skin-sony-ericsson-x10-mini/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Android emulator skin: Samsung Galaxy</title>
		<link>http://rexxars.com/android/android-emulator-skin-samsung-galaxy/</link>
		<comments>http://rexxars.com/android/android-emulator-skin-samsung-galaxy/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 19:13:24 +0000</pubDate>
		<dc:creator>Rexxars</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[galaxy]]></category>
		<category><![CDATA[samsung]]></category>
		<category><![CDATA[skin]]></category>

		<guid isPermaLink="false">http://rexxars.com/?p=47</guid>
		<description><![CDATA[I&#8217;ve been developing some Android stuff lately, and finding it a real joy to work with. It gets rather tiresome to look at the same fake phone all the time though, so I decided to take a break and see if I could create a skin based on the upcoming Samsung i7500 (I believe they&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been developing some Android stuff lately, and finding it a real joy to work with.</p>
<p>It gets rather tiresome to look at the same fake phone all the time though, so I decided to take a break and see if I could create a skin based on the upcoming Samsung i7500 (I believe they&#8217;ve named it Galaxy now, at least in Germany). The screen position and such may not be spot on, but it has the right resolution at least. I mapped most of the buttons too, but the zones had to be cut off a little due to the emulator not supporting weird button shapes (afaik).</p>
<p>Should anyone be interested in downloading it, <a href="http://rexxars.com/files/android/emulator-skins/Galaxy.zip">feel free to get it</a>. Just extract this to your Android/platforms/android-&lt;version&gt;/skins folder and you should be good to go. Run the emulator with the flag &#8220;-skin Galaxy&#8221; (or if you&#8217;re using Android 1.5 or upwards, just select Galaxy as your skin in the AVD Manager). Here&#8217;s a screenshot of how it looks in action:</p>
<div class="wp-caption aligncenter" style="width: 129px"><a href="http://rexxars.com/files/android/emulator-skins/galaxy.jpg"><img title="Samsung Galaxy Android Emulator skin" src="http://rexxars.com/files/android/emulator-skins/galaxy-thumb.jpg" alt="Samsung Galaxy Android Emulator skin" width="119" height="232" /></a><p class="wp-caption-text">Samsung Galaxy Android Emulator skin</p></div>
]]></content:encoded>
			<wfw:commentRss>http://rexxars.com/android/android-emulator-skin-samsung-galaxy/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

