<?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; sources</title>
	<atom:link href="http://www.droidnova.com/tag/sources/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>Create a scrollable Map with Cells &#8211; Part I</title>
		<link>http://www.droidnova.com/create-a-scrollable-map-with-cells-part-i,654.html</link>
		<comments>http://www.droidnova.com/create-a-scrollable-map-with-cells-part-i,654.html#comments</comments>
		<pubDate>Mon, 04 Jan 2010 05:21:58 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[sources]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=654</guid>
		<description><![CDATA[This how to will show you how you can create a simple 2D Map with Cells to place stuff on it. Just like the old school SimCity.
The first thing you need is an Activity with a SurfaceView and a Thread to trigger the drawing. Who doesn&#8217;t know these fundamentals, please read my series on 2d [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/create-a-scrollable-map-with-cells-part-i,654.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Android SDK 1.6 (Donut) Sources</title>
		<link>http://www.droidnova.com/android-sdk-1-6-donut-sources,511.html</link>
		<comments>http://www.droidnova.com/android-sdk-1-6-donut-sources,511.html#comments</comments>
		<pubDate>Sun, 27 Sep 2009 12:06:36 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[sources]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=511</guid>
		<description><![CDATA[Every new Android SDK Version means that someone has to collect the sources and bundle them. Thanks to the supporter of the missing source jar issue a new source jar is provided. Also please star the issue to flag that issue as important!
Install instructions:
To use it in Eclipse, create a directory sources/ inside your
/platforms/android-1.6/ directory, [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/android-sdk-1-6-donut-sources,511.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2D Sprite Animation in Android Addendum</title>
		<link>http://www.droidnova.com/2d-sprite-animation-in-android-addendum,505.html</link>
		<comments>http://www.droidnova.com/2d-sprite-animation-in-android-addendum,505.html#comments</comments>
		<pubDate>Wed, 23 Sep 2009 16:55:01 +0000</pubDate>
		<dc:creator>Stephen Flockton</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[sources]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=505</guid>
		<description><![CDATA[If you read my last tutorial entry here, then you may have come across a problem with the code.
If you load several large bitmaps using the BitmapFactory class to decode the bitmap you application will give you the dreaded force close dialogue box. A quick look in the logcat shows that a bitmap exceeds the virtual machine [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/2d-sprite-animation-in-android-addendum,505.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Make use of simple multilanguage support</title>
		<link>http://www.droidnova.com/make-use-of-simple-multilanguage-support,85.html</link>
		<comments>http://www.droidnova.com/make-use-of-simple-multilanguage-support,85.html#comments</comments>
		<pubDate>Fri, 06 Mar 2009 13:30:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[emulator]]></category>
		<category><![CDATA[multilingual]]></category>
		<category><![CDATA[sources]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=85</guid>
		<description><![CDATA[In our little sample application we used the strings.xml to define static texts.
If you want to use the build-in multi-language support you just have to follow some easy conventions.
To use localization for strings you have to add a new directory to res/ and name it &#8220;values-de&#8221; for the german language.
Create a strings.xml in this directory [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/make-use-of-simple-multilanguage-support,85.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Quick solution for getting the android sdk sourcecode</title>
		<link>http://www.droidnova.com/quick-solution-for-getting-the-android-sdk-sourcecode,63.html</link>
		<comments>http://www.droidnova.com/quick-solution-for-getting-the-android-sdk-sourcecode,63.html#comments</comments>
		<pubDate>Tue, 03 Mar 2009 13:28:07 +0000</pubDate>
		<dc:creator>Claudio</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[sources]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=63</guid>
		<description><![CDATA[One of the annoyances anyone starting android development has to go through is getting hold of the android sdk sourcecode.
Surprisingly the sourcecode does not come bundled with the sdk, nor is there a way to get it seperately as an android-src.jar like with the sun sdks. To top it off, you actually can get the [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/quick-solution-for-getting-the-android-sdk-sourcecode,63.html/feed</wfw:commentRss>
		<slash:comments>2</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! -->