<?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; Android</title>
	<atom:link href="http://rexxars.com/category/android/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>Speeding up SQLite insert operations</title>
		<link>http://rexxars.com/android/speeding-up-sqlite-insert-operations/</link>
		<comments>http://rexxars.com/android/speeding-up-sqlite-insert-operations/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 15:30:53 +0000</pubDate>
		<dc:creator>Rexxars</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sqlite]]></category>

		<guid isPermaLink="false">http://rexxars.com/?p=185</guid>
		<description><![CDATA[We&#8217;ve started a blog at work where we will be writing about all kinds of technology we use at VG.no and its network of services. I will try to be a little more active with my blogging from now on and will make sure to post a link to any interesting articles both on this [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve started <a href="http://tech.vg.no/">a blog</a> at work where we will be writing about all kinds of technology we use at <a href="http://www.vg.no/">VG.no</a> and its network of services. I will try to be a little more active with my blogging from now on and will make sure to post a link to any interesting articles both on this blog and on <a href="http://twitter.com/#!/rexxars">twitter</a>.</p>
<p>I wrote up a blog post there about how to <a href="http://tech.vg.no/2011/04/04/speeding-up-sqlite-insert-operations/">speed up SQLite insert operations</a>.<br />
Check it out over at <a href="http://tech.vg.no/2011/04/04/speeding-up-sqlite-insert-operations/">VG Tech</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://rexxars.com/android/speeding-up-sqlite-insert-operations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the Samsung Galaxy S to work on Linux</title>
		<link>http://rexxars.com/android/samsung-galaxy-s-on-linux/</link>
		<comments>http://rexxars.com/android/samsung-galaxy-s-on-linux/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 14:01:47 +0000</pubDate>
		<dc:creator>Rexxars</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://rexxars.com/?p=175</guid>
		<description><![CDATA[I was developing a quick prototype for an Android application today, and was having some trouble getting my Samsung Galaxy S working on Linux. Running &#8220;adb devices&#8221; only revealed it as &#8220;????????&#8221; &#8211; so I was not able to launch my application on the device. The fix was pretty simple, and would be easy to [...]]]></description>
			<content:encoded><![CDATA[<p>I was developing a quick prototype for an Android application today, and was having some trouble getting my Samsung Galaxy S working on Linux. Running &#8220;adb devices&#8221; only revealed it as &#8220;????????&#8221; &#8211; so I was not able to launch my application on the device.</p>
<p>The fix was pretty simple, and would be easy to find if you&#8217;re smart enough to <a href="http://developer.android.com/guide/developing/device.html">poke around the documentation</a> a little &#8211; but I ended up Googling for it, so maybe someone else will do the same. Here&#8217;s how I made it work on Ubuntu 10.10:</p>
<ul>
<li>Create a file <em>/etc/udev/rules.d/51-android.rules</em> as root.</li>
<li>Open up your favourite editor and put the following line in the file:<br />
<code>SUBSYSTEM=="usb", SYSFS{idVendor}=="04e8", MODE="0666"</code></li>
<li>Make it executable: chmod a+r /etc/udev/rules.d/51-android.rules</li>
</ul>
<p>That&#8217;s all it took. The above should work for all Samsung devices, the Android documentation has a <a href="http://developer.android.com/guide/developing/device.html#VendorIds">reference</a> to other vendor IDs that you might use if you don&#8217;t have a Samsung device.</p>
]]></content:encoded>
			<wfw:commentRss>http://rexxars.com/android/samsung-galaxy-s-on-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Android application: Agricola Buddy</title>
		<link>http://rexxars.com/android/agricola-buddy/</link>
		<comments>http://rexxars.com/android/agricola-buddy/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 13:37:42 +0000</pubDate>
		<dc:creator>Rexxars</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[agricola]]></category>
		<category><![CDATA[application]]></category>

		<guid isPermaLink="false">http://rexxars.com/?p=160</guid>
		<description><![CDATA[Yesterday, I released an Android application on the Android Market; Agricola Buddy. For months now, we&#8217;ve had regular games of the Agricola board game at work. It&#8217;s a real gem of a game, and in my opinion perfect for &#8220;thinkers&#8221; &#8211; like programmers usually are. The application helps you with calculating the score for each [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I released an Android application on the Android Market; <a href="http://agricola-buddy.rexxars.com/">Agricola Buddy</a>.</p>
<p>For months now, we&#8217;ve had regular games of the Agricola board game at work. It&#8217;s a real gem of a game, and in my opinion perfect for &#8220;thinkers&#8221; &#8211; like programmers usually are.</p>
<p><a href="http://rexxars.com/wp-content/uploads/2010/07/chart.png"><img src="http://rexxars.com/wp-content/uploads/2010/07/chart.png" alt="Scan to download" title="QR-code" width="140" height="140" class="alignright size-full wp-image-167" style="border:0;" /></a></p>
<p>The application helps you with calculating the score for each player in the game, which is done at the end of each game. While far from a necessity when playing, it provided me with an opportunity to create and release an application of limited size and complexity.</p>
<p>You can find the application on the Android Market, just search for &#8220;Agricola Buddy&#8221; or scan the QR-code to the right.</p>
<p>In the future, I hope to add lots of cool features to it &#8211; a way to store results over time, submit to a webservice, easily share the results with others, occupation/minor improvement reference and so on. If you have an Android phone, give it a go <img src='http://rexxars.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Here are some screenshots:</p>
<p><a href="http://rexxars.com/wp-content/uploads/2010/07/player.png" style="margin-right: 20px;"><img title="Choose player" src="http://rexxars.com/wp-content/uploads/2010/07/player-200x300.png" alt="" width="200" height="300" /></a><a href="http://rexxars.com/wp-content/uploads/2010/07/scoring.png"><img title="Scoring" src="http://rexxars.com/wp-content/uploads/2010/07/scoring-200x300.png" alt="" width="200" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rexxars.com/android/agricola-buddy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<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>

