<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://mobiforge.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Location Based Services</title>
 <link>http://mobiforge.com/location-based-services</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>Building Location Service Apps in Windows Phone 7</title>
 <link>http://mobiforge.com/designing/story/building-location-service-apps-windows-phone-7</link>
 <description>&lt;p&gt;In my previous article on Windows Phone 7 development, I showed how you can quickly get started using Visual Studio 2010 together with the Windows Phone Developer Tools. In this second article in the series, I will discuss a topic that is garnering a lot of interest in recent years -location services. Location services usually involve two key components - getting your location data and displaying your location on a map. Hence in this article, I will first show you how to display a map in your Windows Phone 7 application and then use the Location Service APIs to obtain your current position.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/designing/story/building-location-service-apps-windows-phone-7&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/designing/story/building-location-service-apps-windows-phone-7#comments</comments>
 <category domain="http://mobiforge.com/designing">Designing</category>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/designers">Designers</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/windows-phone-7">Windows Phone 7</category>
 <category domain="http://mobiforge.com/location-based-services">Location Based Services</category>
 <category domain="http://mobiforge.com/c">C#</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/3241</wfw:commentRss>
 <pubDate>Wed, 15 Dec 2010 09:39:33 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">3241 at http://mobiforge.com</guid>
</item>
<item>
 <title>Location in iPhone Web Apps</title>
 <link>http://mobiforge.com/developing/story/location-iphone-web-apps</link>
 <description>&lt;p&gt;One of the key limitations of developing Web applications for iPhone is that you are not allowed to access the hardware on the device via the Web browser. For example, you cannot access the camera on the iPhone; neither can you access the accelerometer. This seriously limits the kinds of applications you can develop on the iPhone. One notable exception, however, is the support for tracking the location of devices, through a combination of GPS, Wi-Fi, and cellular triangulation.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/location-iphone-web-apps&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/location-iphone-web-apps#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/iphone">iPhone</category>
 <category domain="http://mobiforge.com/location-based-services">Location Based Services</category>
 <category domain="http://mobiforge.com/html">HTML</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/2517</wfw:commentRss>
 <pubDate>Tue, 26 Jan 2010 10:40:49 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">2517 at http://mobiforge.com</guid>
</item>
<item>
 <title>Location, Location, Location</title>
 <link>http://mobiforge.com/developing/blog/location-location-location</link>
 <description>&lt;p&gt;Location based services (LBS) has been a buzz word and a hype since birth of mobile services. I&#039;m not saying that it is a failure!&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/blog/location-location-location&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/blog/location-location-location#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/Testing">Testing</category>
 <category domain="http://mobiforge.com/Running">Running</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/analysts">Analysts</category>
 <category domain="http://mobiforge.com/business">Business</category>
 <category domain="http://mobiforge.com/browsers">Browsers</category>
 <category domain="http://mobiforge.com/accessibility">Accessibility</category>
 <category domain="http://mobiforge.com/location-based-services">Location Based Services</category>
 <category domain="http://mobiforge.com/standards">Standards</category>
 <category domain="http://mobiforge.com/http">HTTP</category>
 <category domain="http://mobiforge.com/ajax">AJAX</category>
 <category domain="http://mobiforge.com/html">HTML</category>
 <category domain="http://mobiforge.com/php">PHP</category>
 <category domain="http://mobiforge.com/xhtml">XHTML</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/2092</wfw:commentRss>
 <pubDate>Sun, 07 Jun 2009 20:19:27 +0000</pubDate>
 <dc:creator>jonarne</dc:creator>
 <guid isPermaLink="false">2092 at http://mobiforge.com</guid>
</item>
<item>
 <title>Using Google Maps in Android</title>
 <link>http://mobiforge.com/developing/story/using-google-maps-android</link>
 <description>&lt;p&gt;Google Maps is one of the many applications bundled with the Android platform. In addition to simply using the Maps application, you can also embed it into your own applications and make it do some very cool things. In this article, I will show you how to use Google Maps in your Android applications and how to programmatically perform the following:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Change the views of Google Maps&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;Obtain the latitude and longitude of locations in Google Maps&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;Perform geocoding and reverse geocoding&lt;/li&gt;
&lt;/li&gt;&lt;li&gt;Add markers to Google Maps&lt;/li&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/using-google-maps-android&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/using-google-maps-android#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/android">Android</category>
 <category domain="http://mobiforge.com/location-based-services">Location Based Services</category>
 <category domain="http://mobiforge.com/java">Java</category>
 <category domain="http://mobiforge.com/xml">XML</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/1988</wfw:commentRss>
 <pubDate>Mon, 06 Apr 2009 09:17:40 +0000</pubDate>
 <dc:creator>weimenglee</dc:creator>
 <guid isPermaLink="false">1988 at http://mobiforge.com</guid>
</item>
<item>
 <title>Developing Location Based Services: Introducing the Location API for J2ME</title>
 <link>http://mobiforge.com/developing/story/developing-location-based-services-introducing-location-api-j2me</link>
 <description>&lt;p&gt;Many mobile phones today support the Location API for J2ME under JSR-179. Using the location API, you can easily develop useful location based mobile Java applications. In this article, we demonstrate how to develop and test a mobile location based client server application using JSR-179, servlets and Google Maps.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/developing-location-based-services-introducing-location-api-j2me&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/developing-location-based-services-introducing-location-api-j2me#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/location-based-services">Location Based Services</category>
 <category domain="http://mobiforge.com/ajax">AJAX</category>
 <category domain="http://mobiforge.com/html">HTML</category>
 <category domain="http://mobiforge.com/java">Java</category>
 <category domain="http://mobiforge.com/xml">XML</category>
 <enclosure url="http://mobiforge.com/sites/mobiforge.com/files/TrackMe.zip" length="438281" type="application/x-zip-compressed" />
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/1815</wfw:commentRss>
 <pubDate>Fri, 19 Dec 2008 15:10:02 +0000</pubDate>
 <dc:creator>nicogoeminne</dc:creator>
 <guid isPermaLink="false">1815 at http://mobiforge.com</guid>
</item>
<item>
 <title>Using OpenCellID cell information in a mapping application</title>
 <link>http://mobiforge.com/developing/blog/using-opencellid-cell-information-a-mapping-application</link>
 <description>&lt;p&gt;
We&#039;ve just published &lt;a href=&quot;/developing/story/adding-location-a-non-gps-phone-part-ii&quot;&gt;part II&lt;/a&gt; of our OpenCellID feature. This time we look at making use of the OpenCellID positioning information introduced in the &lt;a href=&quot;/developing/story/adding-location-a-non-gps-phone-introducing-opencellid&quot;&gt;first part&lt;/a&gt;, and using it to display a device&#039;s location on an open source map, with a result similar to the Google Maps &quot;MyLocation&quot; feature. Thanks to Thomas Landspurg for this great contribution.
&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/blog/using-opencellid-cell-information-a-mapping-application&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/blog/using-opencellid-cell-information-a-mapping-application#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/location-based-services">Location Based Services</category>
 <category domain="http://mobiforge.com/java">Java</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/1717</wfw:commentRss>
 <pubDate>Mon, 20 Oct 2008 22:16:09 +0000</pubDate>
 <dc:creator>ruadhan</dc:creator>
 <guid isPermaLink="false">1717 at http://mobiforge.com</guid>
</item>
<item>
 <title>Adding Location to a non-GPS Phone - Part II</title>
 <link>http://mobiforge.com/developing/story/adding-location-a-non-gps-phone-part-ii</link>
 <description>&lt;p&gt;In the &lt;a href=&quot;/developing/story/adding-location-a-non-gps-phone-introducing-opencellid&quot;&gt;first part&lt;/a&gt; of this article, we introduced the concept of CellID, and OpenCellID – an open source database of CellIDs that can be used to build location based services, and we created a small program to determine location from CellID information. This time, we will go a step further and display a map on a mobile device, using the open source &quot;OpenStreetMap&quot;, and we position the map using the device&#039;s location. This will deliver an experience similar to that offered by the Google Maps for Mobile &quot;MyLocation&quot; feature, and will run on top of JavaME.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/adding-location-a-non-gps-phone-part-ii&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/adding-location-a-non-gps-phone-part-ii#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/location-based-services">Location Based Services</category>
 <category domain="http://mobiforge.com/java">Java</category>
 <enclosure url="http://mobiforge.com/sites/mobiforge.com/files/OpenCellIDSample.jad" length="286" type="text/vnd.sun.j2me.app-descriptor" />
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/1705</wfw:commentRss>
 <pubDate>Mon, 20 Oct 2008 08:00:02 +0000</pubDate>
 <dc:creator>tomsoft</dc:creator>
 <guid isPermaLink="false">1705 at http://mobiforge.com</guid>
</item>
<item>
 <title>Open source LBS</title>
 <link>http://mobiforge.com/developing/blog/open-source-lbs</link>
 <description>&lt;p&gt;Location based services are becoming more and more prevalent every day, with innovative applications that make use of location, like FireEagle, and Google Maps for Mobile, popping up all the time. We&#039;ve just published the first part of a two-part piece on &lt;a href=&quot;http://www.mobiforge.com/developing/story/adding-location-a-non-gps-phone-introducing-opencellid&quot;&gt;Location via CellID&lt;/a&gt;, and the open source database of CellIDs, OpenCellID.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/blog/open-source-lbs&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/blog/open-source-lbs#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/location-based-services">Location Based Services</category>
 <category domain="http://mobiforge.com/mobiforge">mobiForge</category>
 <category domain="http://mobiforge.com/java">Java</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/1648</wfw:commentRss>
 <pubDate>Tue, 23 Sep 2008 22:25:05 +0000</pubDate>
 <dc:creator>ruadhan</dc:creator>
 <guid isPermaLink="false">1648 at http://mobiforge.com</guid>
</item>
<item>
 <title>Adding location to a non GPS phone: introducing CellID</title>
 <link>http://mobiforge.com/developing/story/adding-location-a-non-gps-phone-introducing-cellid</link>
 <description>&lt;p&gt;
In this two part article (see part II &lt;a href=&quot;http://mobiforge.com/developing/story/adding-location-a-non-gps-phone-part-ii&quot;&gt;here&lt;/a&gt;), we will introduce mobile positioning based on CellID, and we will take a look at &lt;a href=&quot;http://opencellid.org&quot;&gt;OpenCellID&lt;/a&gt;, the open source database of CellIDs. We will demonstrate how to use OpenCellID through some simple examples. &lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developing/story/adding-location-a-non-gps-phone-introducing-cellid&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developing/story/adding-location-a-non-gps-phone-introducing-cellid#comments</comments>
 <category domain="http://mobiforge.com/developing">Developing</category>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/location-based-services">Location Based Services</category>
 <category domain="http://mobiforge.com/java">Java</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/1625</wfw:commentRss>
 <pubDate>Tue, 23 Sep 2008 09:32:24 +0000</pubDate>
 <dc:creator>tomsoft</dc:creator>
 <guid isPermaLink="false">1625 at http://mobiforge.com</guid>
</item>
<item>
 <title>LBS in Opera Mini?</title>
 <link>http://mobiforge.com/developers/blog/lbs-opera-mini</link>
 <description>&lt;p&gt;Random thought: if Google can manage to make cell ID-based location information work in its J2ME map applications, couldn&amp;#39;t Opera do the same with Opera Mini?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://mobiforge.com/developers/blog/lbs-opera-mini&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://mobiforge.com/developers/blog/lbs-opera-mini#comments</comments>
 <category domain="http://mobiforge.com/developers">Developers</category>
 <category domain="http://mobiforge.com/analysts">Analysts</category>
 <category domain="http://mobiforge.com/browsers">Browsers</category>
 <category domain="http://mobiforge.com/location-based-services">Location Based Services</category>
 <category domain="http://mobiforge.com/java">Java</category>
 <wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://mobiforge.com/crss/node/825</wfw:commentRss>
 <pubDate>Fri, 22 Feb 2008 17:49:15 +0000</pubDate>
 <dc:creator>ronan</dc:creator>
 <guid isPermaLink="false">825 at http://mobiforge.com</guid>
</item>
</channel>
</rss>

