<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://community.developer.motorola.com/mtrl/styledfeed_xsl?board.id=MOTODEV_Blog&amp;message.id=64" ?>
<?xml-stylesheet type="text/css" href="http://community.developer.motorola.com/mtrl/styledfeed_css" ?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>WhereAreMyFriends? Right Here at MOTODEV</title>
    <link>http://community.developer.motorola.com/t5/MOTODEV-Blog/WhereAreMyFriends-Right-Here-at-MOTODEV/ba-p/1399</link>
    <description>&lt;img src="http://farm4.static.flickr.com/3558/3663016345_24d885c926_o.jpg" border="0" alt="wamf" hspace="10" vspace="10" width="190" height="135" align="left" /&gt;Just wanted to let you all know that we've added a new &lt;a href="http://developer.motorola.com/platforms/android/develop/wherearemyfriends/" target="_blank"&gt;article&lt;/a&gt; to the &lt;a href="http://developer.motorola.com/platforms/android/develop/" target="_blank"&gt;Develop&lt;/a&gt; area of the MOTODEV Android site. When I was learning Android development, not so long ago, I found a sample application I liked - &lt;a href="http://code.google.com/p/wherearemyfriends/" target="_blank"&gt;WhereAreMyFriends&lt;/a&gt; by &lt;a href="http://twitter.com/retomeier" target="_blank"&gt;Reto Meier&lt;/a&gt; - and thought you might like it too. You may have heard of Reto, but in case you haven't, he's an Android developer advocate at Google in the UK and the author of &lt;a href="http://www.amazon.com/Professional-Android-Application-Development-Programmer/dp/0470344717" target="_blank"&gt;Professional Android Application Development&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;It's a good sample application to look at early on, because it uses GPS, the Android Contacts application, and Google Maps. So I got it installed on Android SDK 1.5, using Eclipse with the Google ADT, and shared with you how I did it.&lt;br /&gt;&lt;br /&gt;Reto has a &lt;a href="http://blogoscoped.com/archive/2007-11-19-n27.html" target="_blank"&gt;tutorial walkthrough&lt;/a&gt; explaining the code. The code has changed a bit since the tutorial was written. Briefly, the sample uses a &lt;strong&gt;LocationManager &lt;/strong&gt;to find your current location, pulls data about your friends' fixed locations from the Contacts app using &lt;strong&gt;android.provider.Contacts&lt;/strong&gt;, and then displays your location relative to your friends on a map. (Of course, it would be cool if the application tracked your friends' locations in real time, but hey, this is a getting started example.)&lt;br /&gt;&lt;br /&gt;Of course, you'll want to work through the Android tutorials Google provides, such as &lt;a href="http://developer.android.com/guide/tutorials/hello-world.html" target="_blank"&gt;Hello World&lt;/a&gt;, &lt;a href="http://developer.android.com/guide/tutorials/views/index.html" target="_blank"&gt;Hello Views&lt;/a&gt;, and &lt;a href="http://developer.android.com/guide/tutorials/notepad/index.html" target="_blank"&gt;Notepad&lt;/a&gt;. But WhereAreMyFriends is a good example that combines some of the features you may want to use in commercial applications.&lt;br /&gt;&lt;br /&gt;We hope you like it. &lt;div class='message-edit-history'&gt;&lt;span class='edit-author'&gt;Message Edited by suzannea on &lt;/span&gt;&lt;span class='local-date'&gt; 06-26-2009&lt;/span&gt;&lt;span class='local-time'&gt; 02:42 PM&lt;/span&gt;&lt;/div&gt;</description>
    <pubDate>Fri, 26 Jun 2009 00:06:44 GMT</pubDate>
    <dc:creator>suzannea</dc:creator>
    <dc:date>2009-06-26T00:06:44Z</dc:date>
    <item>
      <title>WhereAreMyFriends? Right Here at MOTODEV</title>
      <link>http://community.developer.motorola.com/t5/MOTODEV-Blog/WhereAreMyFriends-Right-Here-at-MOTODEV/ba-p/1399</link>
      <description>&lt;img src="http://farm4.static.flickr.com/3558/3663016345_24d885c926_o.jpg" border="0" alt="wamf" hspace="10" vspace="10" width="190" height="135" align="left" /&gt;Just wanted to let you all know that we've added a new &lt;a href="http://developer.motorola.com/platforms/android/develop/wherearemyfriends/" target="_blank"&gt;article&lt;/a&gt; to the &lt;a href="http://developer.motorola.com/platforms/android/develop/" target="_blank"&gt;Develop&lt;/a&gt; area of the MOTODEV Android site. When I was learning Android development, not so long ago, I found a sample application I liked - &lt;a href="http://code.google.com/p/wherearemyfriends/" target="_blank"&gt;WhereAreMyFriends&lt;/a&gt; by &lt;a href="http://twitter.com/retomeier" target="_blank"&gt;Reto Meier&lt;/a&gt; - and thought you might like it too. You may have heard of Reto, but in case you haven't, he's an Android developer advocate at Google in the UK and the author of &lt;a href="http://www.amazon.com/Professional-Android-Application-Development-Programmer/dp/0470344717" target="_blank"&gt;Professional Android Application Development&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;It's a good sample application to look at early on, because it uses GPS, the Android Contacts application, and Google Maps. So I got it installed on Android SDK 1.5, using Eclipse with the Google ADT, and shared with you how I did it.&lt;br /&gt;&lt;br /&gt;Reto has a &lt;a href="http://blogoscoped.com/archive/2007-11-19-n27.html" target="_blank"&gt;tutorial walkthrough&lt;/a&gt; explaining the code. The code has changed a bit since the tutorial was written. Briefly, the sample uses a &lt;strong&gt;LocationManager &lt;/strong&gt;to find your current location, pulls data about your friends' fixed locations from the Contacts app using &lt;strong&gt;android.provider.Contacts&lt;/strong&gt;, and then displays your location relative to your friends on a map. (Of course, it would be cool if the application tracked your friends' locations in real time, but hey, this is a getting started example.)&lt;br /&gt;&lt;br /&gt;Of course, you'll want to work through the Android tutorials Google provides, such as &lt;a href="http://developer.android.com/guide/tutorials/hello-world.html" target="_blank"&gt;Hello World&lt;/a&gt;, &lt;a href="http://developer.android.com/guide/tutorials/views/index.html" target="_blank"&gt;Hello Views&lt;/a&gt;, and &lt;a href="http://developer.android.com/guide/tutorials/notepad/index.html" target="_blank"&gt;Notepad&lt;/a&gt;. But WhereAreMyFriends is a good example that combines some of the features you may want to use in commercial applications.&lt;br /&gt;&lt;br /&gt;We hope you like it. &lt;div class='message-edit-history'&gt;&lt;span class='edit-author'&gt;Message Edited by suzannea on &lt;/span&gt;&lt;span class='local-date'&gt; 06-26-2009&lt;/span&gt;&lt;span class='local-time'&gt; 02:42 PM&lt;/span&gt;&lt;/div&gt;</description>
      <pubDate>Fri, 26 Jun 2009 00:06:44 GMT</pubDate>
      <guid>http://community.developer.motorola.com/t5/MOTODEV-Blog/WhereAreMyFriends-Right-Here-at-MOTODEV/ba-p/1399</guid>
      <dc:creator>suzannea</dc:creator>
      <dc:date>2009-06-26T00:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: WhereAreMyFriends? Right Here at MOTODEV</title>
      <link>http://community.developer.motorola.com/t5/MOTODEV-Blog/WhereAreMyFriends-Right-Here-at-MOTODEV/bc-p/1607</link>
      <description>Thanks for posting about this, I would love to read more about this topic.&lt;br&gt;&lt;br&gt;</description>
      <pubDate>Fri, 24 Jul 2009 22:57:00 GMT</pubDate>
      <guid>http://community.developer.motorola.com/t5/MOTODEV-Blog/WhereAreMyFriends-Right-Here-at-MOTODEV/bc-p/1607</guid>
      <dc:creator>lig tv izle</dc:creator>
      <dc:date>2009-07-24T22:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: WhereAreMyFriends? Right Here at MOTODEV</title>
      <link>http://community.developer.motorola.com/t5/MOTODEV-Blog/WhereAreMyFriends-Right-Here-at-MOTODEV/bc-p/2192</link>
      <description>&lt;p&gt;this site makes the assumption we're all Experts with the tools and the framework... NOT hey thanks for nothing... I have a sample application that does not run. I have a Google search engine that does not provide any search results for the error. the error &amp;quot;the application ....WAPF ended unexpectedly&amp;quot;... great... now what???&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;there's so many flipping errors in the &amp;quot;LOGCAT&amp;quot;... it's incomprehensible... so much for your tutorial... why don't you take a clean windows computer and  try to run your sample. debug it. and post the results on how you fixed it...&lt;/p&gt;</description>
      <pubDate>Wed, 16 Sep 2009 05:35:24 GMT</pubDate>
      <guid>http://community.developer.motorola.com/t5/MOTODEV-Blog/WhereAreMyFriends-Right-Here-at-MOTODEV/bc-p/2192</guid>
      <dc:creator>coderlogic</dc:creator>
      <dc:date>2009-09-16T05:35:24Z</dc:date>
    </item>
  </channel>
</rss>

