<?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>Lemon Team's blog &#187; Android</title>
	<atom:link href="http://www.lemonteam.com/blog/category/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lemonteam.com/blog</link>
	<description>Mac, iPhone and PC game development and porting</description>
	<lastBuildDate>Sun, 16 Oct 2011 00:20:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Airport Mania for Android</title>
		<link>http://www.lemonteam.com/blog/2010/12/airport-mania-for-android/</link>
		<comments>http://www.lemonteam.com/blog/2010/12/airport-mania-for-android/#comments</comments>
		<pubDate>Thu, 16 Dec 2010 23:24:46 +0000</pubDate>
		<dc:creator>Julio Gorgé</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Lemon Team]]></category>

		<guid isPermaLink="false">http://www.lemonteam.com/blog/?p=496</guid>
		<description><![CDATA[This is great news for all Android gamers! Airport Mania: First Flight is now available on the Android Market. It is our first Android project and we&#8217;ve worked very hard to make it a worthy release and support most phones out there. The download size is a mere 2 MB —game assets are downloaded to [...]]]></description>
			<content:encoded><![CDATA[<p>This is great news for all Android gamers! <strong>Airport Mania: First Flight is now available on the Android Market</strong>. It is our first Android project and we&#8217;ve worked very hard to make it a worthy release and support most phones out there.</p>
<p>The download size is a mere 2 MB —game assets are downloaded to your SD card during the one time install— and the initial price is only $0.99 / €0.75, so it&#8217;s a no brainer.</p>
<p>Now visit the Android Market in your phone, search &#8220;Airport Mania&#8221; and  have fun!</p>
<p><img src="http://www.lemonteam.com/pr/ama/01.jpg" alt="Airport Mania Android" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lemonteam.com/blog/2010/12/airport-mania-for-android/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Android 2.2 &#8220;Froyo&#8221;</title>
		<link>http://www.lemonteam.com/blog/2010/05/android-2-2-froyo/</link>
		<comments>http://www.lemonteam.com/blog/2010/05/android-2-2-froyo/#comments</comments>
		<pubDate>Wed, 26 May 2010 16:40:17 +0000</pubDate>
		<dc:creator>Julio Gorgé</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.lemonteam.com/blog/?p=373</guid>
		<description><![CDATA[Android 2.2 was announced last week at the Google IO 2010 conference. The update is already available for the Nexus One through non official channels and is expected to come soon to other second generation devices. Froyo packs many little new features and improvements, but there are several that I think will make game development [...]]]></description>
			<content:encoded><![CDATA[<p>Android 2.2 <a href="http://android-developers.blogspot.com/2010/05/android-22-and-developers-goodies.html">was announced</a> last week at the Google IO 2010 conference. The update is already available for the Nexus One through non official channels and is expected to come soon to other second generation devices. Froyo packs many little new features and improvements, but there are several that I think will make game development on Android so much better:</p>
<ul>
<li><strong>Developers can now declare whether their app should be installed on internal memory or an SD card</strong>. They can also let the system automatically determine the install location. This is huge, because up until now the apps could only be installed to the internal memory, which ranged between 128 and 512 MB for most Android phones (a far cry from the gigabytes available on the iPhone and iPod touch). Because of this problem, the majority of games for Android have been very light in terms of contents and graphics quality so far. Hopefully the SD support will change this; we will no longer have to resort to workarounds such as downloading game assets to the external memory during the first run to make &#8220;big&#8221; games on Android viable.</li>
<li><strong><a href="http://android-developers.blogspot.com/2010/05/dalvik-jit.html">Dalvik JIT</a><span style="font-weight: normal;">. A Just In Time compiler was added to the Dalvik VM. Google says it can improve performance of apps between 2x and 5x, though when it comes to games the the real speedups will be much more modest. On our Nexus One, The Android game we are working does not run at a higher FPS rate —already over 30 FPs most of the time anyway—, though load times are now noticeably faster and hiccups are much less frequent. I wished the JIT compiler made it into firt generation devices such as the G1, because those phones would benefit greatly from it.</span></strong></li>
<li><a href="http://android-developers.blogspot.com/2010/05/google-feedback-for-android.html"><strong>Application error and crash reports</strong></a>. When an app freezes or stops responding, the user can <em>choose</em> to send a bug report to the developer with a click of a button, right from their phone. The new button appears in the application error dialog; if the user chooses to click it, a report is sent to Google which can be later checked by the developer on the Android Market. We have had this feature on the iPhone for a long time already, but the main difference (and advantage IMHO), is that collection of reports on the iPhone is done automatically whenever the users syncs with iTunes. On Android however, users must explicitely click on the report button, and I suspect many will not (specially users without data plans).</li>
<li><strong>Better control over audio with new SoundPool methods</strong>. The Android audio API sucks for games, because it offers little control over caching and playback of sound effects and usually behaves very erraticaly. That&#8217;s the reason most Android games limit themselves to a few SFX, and never try to play too many at once. The new API methods now let us detect completion of sound-loading, for instance. So SoundPool sucks a bit less now.</li>
<li>Finally, I have realized that most of the native <strong>apps</strong> —such as the browser— <strong>now support both landscape orientations</strong>. Prior to 2.2, you were only allowed to use the landscape mode with the hardware buttons to the right. Still, the on-screen keyboard on our app compiled for 1.6 will refuse to work on the alternative landscape orientation, so it looks like only apps that target 2.2 and higher will be able to handle both landscape orientationsn properly.</li>
</ul>
<p>Much better now, but still harder to produce high-quality games on Android than on iPhone IMHO.</p>
<p>The <a href="https://wave.google.com/wave/#restored:wave:googlewave.com!w%252BWDgRyLZkaR">Google Wave notes</a> of the &#8220;<a href="http://code.google.com/events/io/2010/sessions/writing-real-time-games-android.html">writing real-time games for Android redux</a>&#8221; session is also worth reading for some interesting bits of information. Most notably, it seems that devices running Android 1.5 and 1.6 still take about two thirds of the market. This kind of negates many of the improvements that Froyo brings, since devs will need to target  Android 1.5 or 1.6 for a long time. Still, I can&#8217;t wait for the day when we will be able to target Android 2.2+ devices exclusively.</p>
<p><object width="390" height="230" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 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://www.youtube.com/v/yAZYSVr2Bhc&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed width="390" height="230" type="application/x-shockwave-flash" src="http://www.youtube.com/v/yAZYSVr2Bhc&amp;hl=en_US&amp;fs=1&amp;" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lemonteam.com/blog/2010/05/android-2-2-froyo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

