<?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>Eclipse - Nex Game Studios</title>
	<atom:link href="https://nexgamestudios.com/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>https://nexgamestudios.com/tag/eclipse/</link>
	<description>Nex Game Studios - Android, iOS and Windows Phone Games, Tutorials, Guides, Tips</description>
	<lastBuildDate>Wed, 25 Jan 2012 13:35:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.7</generator>
	<item>
		<title>Creation of an Android game &#8211; #1 Introduction</title>
		<link>https://nexgamestudios.com/all-posts/making-an-android-game-1-introduction.html/</link>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Sun, 22 Jan 2012 05:27:58 +0000</pubDate>
				<category><![CDATA[All Posts]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Game]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=46</guid>

					<description><![CDATA[<p>So you want to know how to make an Android game? In this blog I will not create a &#8220;yet another Android game tutorial&#8221; as you<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/all-posts/making-an-android-game-1-introduction.html/">Creation of an Android game &#8211; #1 Introduction</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>So you want to know how to make an Android game?</strong></p>
<p>In this blog I will not create a &#8220;yet another Android game tutorial&#8221; as you may find by dozen search on the web.</p>
<p>I will try instead to reassemble the steps it took me to create a complete, playable and distributable Android game, also reporting the results of such process so you may have an idea of what your are going to face, if you wish to prove yourself on creating a new game.</p>
<p>I hope you will enjoy the site and participate with your comments and suggestions, and hopefully someone will find these contents useful.</p>
<p>&nbsp;</p>
<p>Happy gaming, happy programming!</p>
<p>&nbsp;</p>
<p>The post <a href="https://nexgamestudios.com/all-posts/making-an-android-game-1-introduction.html/">Creation of an Android game &#8211; #1 Introduction</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Creation of an Android game &#8211; #2 Gathering the tools</title>
		<link>https://nexgamestudios.com/blog/android/creation-of-an-android-game-2-gathering-the-tools.html/</link>
		
		<dc:creator><![CDATA[TheNex]]></dc:creator>
		<pubDate>Sun, 22 Jan 2012 13:42:41 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Create]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[Tools]]></category>
		<guid isPermaLink="false">https://nexgamestudios.com/?p=71</guid>

					<description><![CDATA[<p>The first day I started downloading the latest version of all the need tools, just to avoid any problem I could encounter in the future. So,<span class="excerpt-hellip"> […]</span></p>
<p>The post <a href="https://nexgamestudios.com/blog/android/creation-of-an-android-game-2-gathering-the-tools.html/">Creation of an Android game &#8211; #2 Gathering the tools</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The first day I started downloading the latest version of all the need tools, just to avoid any problem I could encounter in the future.</p>
<p>So, a brand new <span style="text-decoration: underline;"><a title="Java JDK" href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" target="_blank">JDK 7 </a></span>, the latest version of <span style="text-decoration: underline;"><a title="Eclise for Java Developers" href="http://www.eclipse.org/downloads/" target="_blank">Eclipse for Java Developers</a>, </span> the <span style="text-decoration: underline;"><a title="Android SDK" href="http://developer.android.com/sdk" target="_blank">Android SDK</a>, </span>and all the <a title="Eclipse Plugins" href="http://developer.android.com/sdk/eclipse-adt.html" target="_blank">E<span style="text-decoration: underline;">clipse Plugins</span></a>, to develop for Android 2.1 and above.</p>
<p><span id="more-71"></span></p>
<p>The I prepared a new folder ready to contain all the resources:</p>
<p>&#8211;          A new eclipse workspace</p>
<p>&#8211;          Images, Videos and Sound for the game</p>
<p>&#8211;          3<sup>rd</sup> party libraries, such as Google Analytics, Flurry, Scoreloop and so</p>
<p>&#8211;          Downloads related to the game development</p>
<p>&#8211;          Useful samples found on the web</p>
<p>And finally, I created the new Android Project, codename “Andro2012”, as at that time the name was not yet decided.</p>
<p><strong>Ready to start some programming!</strong></p>
<p>&nbsp;</p>
<p><a title="Creation of an Android game – #3 Game Activity, Game View, The Main Loop" href="https://nexgamestudios.com/home/creation-of-an-android-game-3-game-activity-game-view-the-main-loop.html/" rel="bookmark">#3 Game Activity, Game View, The Main Loop</a></p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;"><br />
</span></p>
<p>The post <a href="https://nexgamestudios.com/blog/android/creation-of-an-android-game-2-gathering-the-tools.html/">Creation of an Android game &#8211; #2 Gathering the tools</a> appeared first on <a href="https://nexgamestudios.com">Nex Game Studios</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
