<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Androidkit.com</title>
	<link>http://www.androidkit.com</link>
	<description>Android Development Blog</description>
	<lastBuildDate>Thu, 08 Jul 2010 15:11:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Access Android Application Database from an Emulator</title>
		<description><![CDATA[<p>If you’re reading this then you probably already know that Android provides full support for <a href="http://www.sqlite.org/">SQLite</a> databases. So any database(s) you create will be accessible by name to any class in an Android application, just not outside the application.&#8230;</p>]]></description>
		<link>http://www.androidkit.com/access-android-application-database-from-an-emulator</link>
			</item>
	<item>
		<title>Loading Images from Remote Server over HTTP on a Separate Thread</title>
		<description><![CDATA[<p>by Binil Thomas</p>
<p>Whenever a user launches an Android application, a thread called &#8220;main&#8221; is automatically created. This main thread, also called the UI thread, is crucial since it’s responsible for dispatching events to various widgets, including the drawing events.&#8230;</p>]]></description>
		<link>http://www.androidkit.com/loading-images-from-remote-server-over-http-on-a-separate-thread</link>
			</item>
	<item>
		<title>Writing Portable Android Applications</title>
		<description><![CDATA[<p><strong>(Binil Thomas)</strong></p>
<p>Anyone with significant time in mobile application development understands the challenges of writing portable applications. There are tons of reasons for this, but probably the biggest hurdles we face are:</p>
<ul>
<li>Varying screen sizes</li>
<li>Varying screen resolutions</li>
<li>Varying</li></ul><p>&#8230;</p>]]></description>
		<link>http://www.androidkit.com/writing-portable-android-applications</link>
			</item>
	<item>
		<title>AndroidBook Now available in Android Market</title>
		<description><![CDATA[<p><a href="http://www.cyrket.com/package/com.sourcebits.androidbook">AndroidBook</a> after a month of intensive bug fixing sessions is again available in Android Market. We are sure there are few more bugs that we need to fix, but we did not want our users to keep on waiting. Rest&#8230;</p>]]></description>
		<link>http://www.androidkit.com/androidbook-now-available-in-android-market</link>
			</item>
	<item>
		<title>AndroidBook – The Android Facebook – soon to be released.</title>
		<description><![CDATA[<p> </p>
<p></p>
<p class="MsoNormal">Android facebook users, you don’t have to feel left out of the <a title="AndroidKit - AndroidBook" href="http://www.facebook.com" target="_blank">facebook</a> <span> </span>juggernaut <span> </span>anymore – you get the same easy to use, popular facebook that is making waves&#8230;</p>]]></description>
		<link>http://www.androidkit.com/androidbook-%e2%80%93-the-android-facebook-%e2%80%93-soon-to-be-released</link>
			</item>
	<item>
		<title>ADC 2 is here to rock the world of Android Developers again!</title>
		<description><![CDATA[<p><a title="AndroidKit - ADC 2" href="http://code.google.com/android/adc/" target="_blank">ADC 2</a> has been announced at the Google site. When Android was announced on 5 November, 2007, Google also announced a $10 million Android Developer Challenge, split into two separate $5 million events. ADC 1 with a $5 million prize&#8230;</p>]]></description>
		<link>http://www.androidkit.com/adc-2-is-here-to-rock-the-world-of-android-developers-again</link>
			</item>
	<item>
		<title>Early experience with the Android 1.5 SDK</title>
		<description><![CDATA[<p>The <a title="AndroidKit" href="http://developer.android.com/sdk/1.5_r1/index.html" target="_blank">Android 1.5 SDK r1</a> has been released by the Google team and it was hardly any wait from the early look SDK that came out 2 weeks ago.<br />
Of course, the feature-set mentioned in the&#8230;</p>]]></description>
		<link>http://www.androidkit.com/early-experience-with-the-android-15-sdk</link>
			</item>
	<item>
		<title>The Plateau &#8211; where every enthusiastic gamer should reach&#8230;</title>
		<description><![CDATA[<p><a title="AndroidKit - The Plateau" href="http://www.sourcebits.com/android-development-sdk-programming-services/android-arcade-game-plateau" target="_blank">The Plateau </a>- A multi-level puzzle that will challenge you and take you to a different plane, has just been released on the Android.<br />
Already a winner in iPhone and rated <a title="AndroidKit - The Plateau" href="http://wireless.ign.com/articles/941/941012p1.html" target="_blank">8.5/10</a> by&#8230;</p>]]></description>
		<link>http://www.androidkit.com/the-plateau-where-every-enthusiastic-gamer-should-reach</link>
			</item>
	<item>
		<title>Android 1.5 Early Look SDK released</title>
		<description><![CDATA[<p>Touted to power the next Android device, aka &#8220;Android on Steroids&#8221;, the Android Developer Blog has announced the early release of the <a title="AndroidKit" href="http://developer.android.com/sdk/preview/" target="_blank">Android 1.5 SDK</a> ,  which is to be released in its complete glory, to its&#8230;</p>]]></description>
		<link>http://www.androidkit.com/android-15-early-look-sdk-released</link>
			</item>
	<item>
		<title>Signing your Android Application</title>
		<description><![CDATA[<p><span style="color: #00ffbf;"><strong>Generating Your Own Key:</strong></span></p>
<p>If you wish to publish your application to other users, you are required to sign your application with your own personal certificate. You can generate your own certificate by using the keytool.exe that comes with the&#8230;</p>]]></description>
		<link>http://www.androidkit.com/signing-your-android-application</link>
			</item>
	<item>
		<title>Flashing Firmware Images to the ADP1 Device</title>
		<description><![CDATA[<p>This post serves to reduce the pain points of developers trying to Upgrade/Downgrade their G1 Firmware by following the HTC Android<strong> <a href="http://www.htc.com/www/support/android/adp.html" target="_blank">support site</a></strong> and various forums for bits and pieces of information and putting it together in one&#8230;</p>]]></description>
		<link>http://www.androidkit.com/flashing-firmware-images-to-the-adp1-device</link>
			</item>
	<item>
		<title>Steps to Install and UnInstall .apk file on Android G1 Device</title>
		<description><![CDATA[<p><strong>Currently the following operating systems are supported:</strong></p>
<ul>
<li>Windows XP or Vista</li>
<li>Mac OS X 10.4.8 or later (x86 only)</li>
<li>Linux (Linux Ubuntu Dapper Drake)</li>
</ul>
<p><strong>The following sections are covered:</strong></p>
<ol>
<li>Installing the .apk file on a new G1</li></ol><p>&#8230;</p>]]></description>
		<link>http://www.androidkit.com/steps-to-install-and-uninstall-apk-file-on-android-g1-device</link>
			</item>
</channel>
</rss>
