<?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>Wed, 25 Jan 2012 00:00:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Create a scrollable Map with Cells &#8211; Part III</title>
		<link>http://www.droidnova.com/create-a-scrollable-map-with-cells-part-iii,737.html</link>
		<comments>http://www.droidnova.com/create-a-scrollable-map-with-cells-part-iii,737.html#comments</comments>
		<pubDate>Sun, 24 Oct 2010 15:28:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[sources]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=737</guid>
		<description><![CDATA[This part is not a real part 3 but it is an enhanced implementation of Part II by Dave ( drbixler [at] gmail [dot] com ) who wrote this part as a guest author. Thank you Dave! While reading the post, you should already look at the code so first download it: Cell Map Enhanced [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/create-a-scrollable-map-with-cells-part-iii,737.html/feed</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
		<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 [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/create-a-scrollable-map-with-cells-part-i,654.html/feed</wfw:commentRss>
		<slash:comments>16</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 [...]]]></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 [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/2d-sprite-animation-in-android-addendum,505.html/feed</wfw:commentRss>
		<slash:comments>9</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 [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/make-use-of-simple-multilanguage-support,85.html/feed</wfw:commentRss>
		<slash:comments>15</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 [...]]]></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>

