<?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>Gaunt Face &#124; Matthew Gaunt &#187; Maps</title>
	<atom:link href="http://www.gauntface.co.uk/blog/tag/maps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gauntface.co.uk/blog</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 31 Jan 2012 23:21:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Google Maps on Android Checklist</title>
		<link>http://www.gauntface.co.uk/blog/2009/12/30/google-maps-on-android-checklist/</link>
		<comments>http://www.gauntface.co.uk/blog/2009/12/30/google-maps-on-android-checklist/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 16:27:46 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Maps]]></category>

		<guid isPermaLink="false">http://www.gauntface.co.uk/blog/?p=378</guid>
		<description><![CDATA[Your making an Android app and want to take advantage of Google Maps, you&#8217;ve been bashing your head against the desk attempting to work out what is going wrong. So welcome to this little checklist of things I&#8217;ve forgotten to do when doing this task: Right click on your project in eclipse and go to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-379  aligncenter" title="Google Maps Logo" src="http://www.gauntface.co.uk/blog/wp-content/uploads/2009/12/Google-maps_logo.gif" alt="Google Maps Logo" width="276" height="110" /></p>
<p>Your making an Android app and want to take advantage of Google Maps, you&#8217;ve been bashing your head against the desk attempting to work out what is going wrong.</p>
<p>So welcome to this little checklist of things I&#8217;ve forgotten to do when doing this task:</p>
<ol>
<li>Right click on your project in eclipse and go to properties. Then under Android select Google APIs with the correct platform number, click apply then Ok</li>
<li>Open up your Android Manifest file, under the application tab scroll to the bottom and under the Application Nodes click on Add, then double click on &#8220;Uses Library&#8221;, now for the name enter the following &#8211; com.google.android.maps</li>
<li>Your activity which is going to be displaying the map isn&#8217;t a plain old activity, it needs to be a MapActivity like: public class MapExample extends MapActivity</li>
<li>Finally your map view in the layout file should look something like &lt;com.google.android.maps.MapView android:id=&#8221;@+id/mapview&#8221; android:layout_width=&#8221;fill_parent&#8221; android:layout_height=&#8221;fill_parent&#8221; android:clickable=&#8221;true&#8221; android:apiKey=&#8221;YOUR_API_KEY&#8221;/&gt; where your api key can be found by doing as mentioned on the Google Maps site -<a href="http://code.google.com/android/maps-api-signup.html">http://code.google.com/android/maps-api-signup.html</a></li>
</ol>
<p>This should get you up and running with lots of mappy goodness.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gauntface.co.uk/blog/2009/12/30/google-maps-on-android-checklist/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

