<?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>Android Development &#187; application</title>
	<atom:link href="http://www.droidnova.com/tag/application/feed" rel="self" type="application/rss+xml" />
	<link>http://www.droidnova.com</link>
	<description>Rapid android development from Berlin</description>
	<lastBuildDate>Tue, 27 Jul 2010 21:54:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to: Create a splash screen</title>
		<link>http://www.droidnova.com/how-to-create-a-splash-screen,561.html</link>
		<comments>http://www.droidnova.com/how-to-create-a-splash-screen,561.html#comments</comments>
		<pubDate>Wed, 14 Oct 2009 12:47:06 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[activity]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[intent]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=561</guid>
		<description><![CDATA[Many Applications, mostly games, on the market show splash screens. With this screen they prompt a logo for the application and/or the author.
I will show you a short way to implement a splash screen which will occur on every startup, will stay for a number of seconds you can define, will close on touching the [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/how-to-create-a-splash-screen,561.html/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>Android 3D game tutorial &#8211; Part VI</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-vi,436.html</link>
		<comments>http://www.droidnova.com/android-3d-game-tutorial-part-vi,436.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 13:05:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[graphic]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=436</guid>
		<description><![CDATA[Updated to be Android 2.0.1 compatible.
You are new to this series? Please start with the first part.
The sixth part of this series will show you how you create the correct perspective because 3D is nothing without the correct perspective.
Before we start we should discuss the two possible &#8220;views&#8221; OpenGL offers: orthographic and perspective.

Orthographic (non vanish [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/android-3d-game-tutorial-part-vi,436.html/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>How to create an option menu</title>
		<link>http://www.droidnova.com/how-to-create-an-option-menu,427.html</link>
		<comments>http://www.droidnova.com/how-to-create-an-option-menu,427.html#comments</comments>
		<pubDate>Fri, 28 Aug 2009 15:13:10 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[option]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=427</guid>
		<description><![CDATA[Today we learn how you can create an option menu for your application.
Lets start with an empty android project. The package name will be com.droidnova.android.howto.optionmenu and the activity will have the name SimpleOptionMenu.
Our activity should now look very familiar to us:

1
2
3
4
5
6
7
8
9
10
11
12
13
package com.droidnova.android.howto.optionmenu;
&#160;
import android.app.Activity;
import android.os.Bundle;
&#160;
public class SimpleOptionMenu extends Activity &#123;
    /** Called when [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/how-to-create-an-option-menu,427.html/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Android 3D game tutorial &#8211; Part V</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-v,376.html</link>
		<comments>http://www.droidnova.com/android-3d-game-tutorial-part-v,376.html#comments</comments>
		<pubDate>Fri, 21 Aug 2009 15:49:21 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[graphic]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=376</guid>
		<description><![CDATA[Updated to be Android 2.0.1 compatible.
You are new to this series? Please start with the first part.
The fifth part of this series will show you how you can create your first full 3d object. In this case a 4 sided pyramid.
Some preparation will be needed to make our future development much easier.
We have to be [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/android-3d-game-tutorial-part-v,376.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Android 3D game tutorial &#8211; Part IV</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-iv,358.html</link>
		<comments>http://www.droidnova.com/android-3d-game-tutorial-part-iv,358.html#comments</comments>
		<pubDate>Wed, 19 Aug 2009 11:18:43 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[graphic]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=358</guid>
		<description><![CDATA[Updated to be Android 2.0.1 compatible.
You are new to this series? Please start with the first part.
The fourth part of this series will show you how to add some colors to you triangle.
In the last part we created a second static triangle to prove the rotation of the triangle and not the entire scene. We [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/android-3d-game-tutorial-part-iv,358.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Android 3D game tutorial &#8211; Part III</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-iii,348.html</link>
		<comments>http://www.droidnova.com/android-3d-game-tutorial-part-iii,348.html#comments</comments>
		<pubDate>Tue, 18 Aug 2009 09:02:24 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[graphic]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=348</guid>
		<description><![CDATA[Updated to be Android 2.0.1 compatible.
You are new to this series? Please start with the first part.
The third part of this series will show you how to stop the rotation of the triangle and that the rotation really just work on the triangle and not the &#8220;camera&#8221;.
We want to have more control over the rotation. [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/android-3d-game-tutorial-part-iii,348.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Android 3D game tutorial &#8211; Part II</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html</link>
		<comments>http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html#comments</comments>
		<pubDate>Mon, 17 Aug 2009 11:44:32 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[graphic]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=328</guid>
		<description><![CDATA[Updated to be Android 2.0.1 compatible.
You are new to this series? Please start with the first part.
The second part of this series will show you how to add a triangle and how to rotate it a bit.
The first thing we have to do is to initialize the triangle we want to display. We have to [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/android-3d-game-tutorial-part-ii,328.html/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Android 3D game tutorial &#8211; Part I</title>
		<link>http://www.droidnova.com/android-3d-game-tutorial-part-i,312.html</link>
		<comments>http://www.droidnova.com/android-3d-game-tutorial-part-i,312.html#comments</comments>
		<pubDate>Mon, 10 Aug 2009 14:59:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[graphic]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=312</guid>
		<description><![CDATA[Updated to be Android 2.0.1 compatible.
The first part of this series will give you a short introduction to the OpenGL terminology and the first step in your 3D programming.
The series itself will be about a 3D game called Vortex.
The tutorial will focus on 3D programming, stuff like menu or life cycle may be part of [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/android-3d-game-tutorial-part-i,312.html/feed</wfw:commentRss>
		<slash:comments>44</slash:comments>
		</item>
		<item>
		<title>Playing with graphics in Android &#8211; Part VII</title>
		<link>http://www.droidnova.com/playing-with-graphics-in-android-part-vii,220.html</link>
		<comments>http://www.droidnova.com/playing-with-graphics-in-android-part-vii,220.html#comments</comments>
		<pubDate>Mon, 06 Jul 2009 10:58:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[graphic]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=220</guid>
		<description><![CDATA[You are new to this series? Please start with the first part.
In our last part of this series, I will present a mini &#8220;game&#8221; based on the very famous game &#8220;Rock, Paper, Scissors&#8221;.
The follow features are fully implemented:

Add a rock, paper or scissors by touching the screen
Define speed and direction by touch-drag-release
On collision the loser [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/playing-with-graphics-in-android-part-vii,220.html/feed</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
		<item>
		<title>Playing with graphics in Android &#8211; Part VI</title>
		<link>http://www.droidnova.com/playing-with-graphics-in-android-part-vi,209.html</link>
		<comments>http://www.droidnova.com/playing-with-graphics-in-android-part-vi,209.html#comments</comments>
		<pubDate>Fri, 05 Jun 2009 09:18:54 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[graphic]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=209</guid>
		<description><![CDATA[You are new to this series? Please start with the first part.
The sixth part of this series will let you move the item you will add. As long as you touch the screen, you can change the position of the bitmap you want to add.
We simply have to add a temporary class variable in our [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/playing-with-graphics-in-android-part-vi,209.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->