<?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>Jappit.com &#187; sample code</title>
	<atom:link href="http://www.jappit.com/blog/category/sample-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jappit.com/blog</link>
	<description>Mobile blog by Alessandro La Rosa</description>
	<lastBuildDate>Wed, 23 Nov 2011 10:38:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Run Tracker, open source Java ME project for your running activities</title>
		<link>http://www.jappit.com/blog/2011/07/07/run-tracker-open-source-java-me-project-for-your-running-activities/</link>
		<comments>http://www.jappit.com/blog/2011/07/07/run-tracker-open-source-java-me-project-for-your-running-activities/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 09:03:33 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[forum nokia]]></category>
		<category><![CDATA[java me]]></category>
		<category><![CDATA[location api]]></category>
		<category><![CDATA[midlet]]></category>
		<category><![CDATA[nokia developer projects]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ovi maps]]></category>
		<category><![CDATA[run tracker]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=1738</guid>
		<description><![CDATA[Today I&#8217;d like to present a new open source Java ME project recently published on Nokia Developer Projects. Run Tracker is a simple Java ME app that allows to track and record various parameters of running activities, including route, distance, duration and speed of each run. The complete source code is available, and shows how [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;d like to present a new <strong>open source Java ME project</strong> recently published on <a title="Nokia Developer Projects" href="https://projects.developer.nokia.com">Nokia Developer Projects</a>.</p>
<p><a href="https://projects.developer.nokia.com/runtracker"><img class="aligncenter size-full wp-image-1739" title="Run Tracker screenshots" src="http://www.jappit.com/blog/wp-content/RunTracker_4shots.png" alt="" width="480" height="638" /></a></p>
<p><a title="Run Tracker Java ME app" href="https://projects.developer.nokia.com/runtracker">Run Tracker</a> is a simple Java ME app that allows to <strong>track and record various parameters of running activities,  including route, distance, duration and speed</strong> of each run.</p>
<p>The <strong>complete source code</strong> is available, and shows how to use some of the <a title="Java ME Location API" href="https://projects.developer.nokia.com/LBSPJME">Java ME Location API</a> features to integrate <a title="Ovi Maps" href="http://maps.ovi.com">Ovi Maps</a> mapping and positioning features in a MIDlet.</p>
<p><a title="Run Tracker Java ME app" href="https://projects.developer.nokia.com/runtracker">Check it out</a>, and let me know your thoughts about it.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2011/07/07/run-tracker-open-source-java-me-project-for-your-running-activities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ovi Maps and event handling with Java ME Location API</title>
		<link>http://www.jappit.com/blog/2011/07/06/ovi-maps-and-event-handling-with-java-me-location-api/</link>
		<comments>http://www.jappit.com/blog/2011/07/06/ovi-maps-and-event-handling-with-java-me-location-api/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 09:11:08 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[forum nokia]]></category>
		<category><![CDATA[java me]]></category>
		<category><![CDATA[location api]]></category>
		<category><![CDATA[nokia developer]]></category>
		<category><![CDATA[ovi maps]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=1733</guid>
		<description><![CDATA[Today I&#8217;d like to present an article that closes the first part of tutorials about the Ovi Maps Java ME Location API. When displaying a map in a Java ME application, it can be useful to be able to intercept events generated by the interaction of the user with the map itself, and the MapComponent [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;d like to present an article that closes the <a title="Tutorials about the Ovi Maps Java ME Location API" href="http://www.jappit.com/blog/tag/location-api/">first part of tutorials</a> about the <strong>Ovi Maps</strong> <a title="Ovi Maps Java ME Location API" href="https://projects.developer.nokia.com/LBSPJME">Java ME Location API</a>.</p>
<p style="text-align: center;"><a href="http://www.developer.nokia.com/Community/Wiki/Handling_map_events_with_Java_ME_Location_API"><img class="aligncenter" title="Handling map events with Java ME Location API" src="http://www.developer.nokia.com/Community/Wiki/images/c/cd/JavaMELocationAPI_EventListener.png?20110630095400" alt="" width="347" height="445" /></a></p>
<p>When displaying a map in a Java ME application, it can be useful to be able to intercept events generated by the <strong>interaction of the user with the map</strong> itself, and the <a title="MapComponent JavaDocs" href="http://www.jappit.com/j2me/locationapi/index.html?com/nokia/maps/map/MapComponent.html">MapComponent</a> and <a title="EventListener JavaDocs" href="http://www.jappit.com/j2me/locationapi/index.html?com/nokia/maps/map/EventListener.html">EventListener</a> interfaces give <strong>complete support for keyboard and touch-based events</strong>.</p>
<p>Check out the full article, showing how <strong>touch events can be used to add markers to a map</strong>, and let me know your <strong>comments</strong>: <a title="Handling map events with Java ME Location API" href="http://www.developer.nokia.com/Community/Wiki/Handling_map_events_with_Java_ME_Location_API">Handling map events with Java ME Location API</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2011/07/06/ovi-maps-and-event-handling-with-java-me-location-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating custom map providers with Ovi Maps Java ME Location API</title>
		<link>http://www.jappit.com/blog/2011/07/05/creating-custom-map-providers-with-ovi-maps-java-me-location-api/</link>
		<comments>http://www.jappit.com/blog/2011/07/05/creating-custom-map-providers-with-ovi-maps-java-me-location-api/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 09:01:41 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[forum nokia]]></category>
		<category><![CDATA[java me]]></category>
		<category><![CDATA[location api]]></category>
		<category><![CDATA[nokia developer]]></category>
		<category><![CDATA[ovi maps]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=1728</guid>
		<description><![CDATA[Today&#8217;s Ovi Maps article describes how to create and use custom map providers by using the Java ME Location API. The MapProvider and MapUrlProvider abstract classes are used to provide the data needed to display custom map tiles, that can be used to replace the default map tiles, or displayed above those one, so creating [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s <a title="Ovi Maps" href="http://maps.ovi.com/">Ovi Maps</a> article describes how to <strong>create and use custom map providers</strong> by using the <a title="Java ME Location API" href="https://projects.developer.nokia.com/LBSPJME">Java ME Location API</a>.</p>
<p><a href="http://www.developer.nokia.com/Community/Wiki/Implementing_a_custom_MapUrlProvider_overlay_with_Java_ME_Location_API"><img class="aligncenter" title="Implementing a custom MapUrlProvider overlay with Java ME Location API" src="http://www.developer.nokia.com/Community/Wiki/images/8/85/JavaMELocationAPI_MapOverlay.png?20110629092813" alt="" width="439" height="476" /></a></p>
<p>The <a title="MapProvider JavaDocs" href="http://www.jappit.com/j2me/locationapi/index.html?com/nokia/maps/map/MapProvider.html">MapProvider</a> and <a title="MapUrlProvider JavaDocs" href="http://www.jappit.com/j2me/locationapi/index.html?com/nokia/maps/map/MapUrlProvider.html">MapUrlProvider</a> abstract classes are used to provide the data needed to display <strong>custom map tiles</strong>, that can be used to replace the default map tiles, or displayed above those one, so creating overlay map levels.</p>
<p>When using the <strong>MapUrlProvider</strong> class, the only needed information that the class must provide is the <strong>URL of each tile</strong>, that will be used by the class itself to retrieve and create the associated Image object.</p>
<p>The article published on the <a title="Nokia Developer Wiki" href="http://www.developer.nokia.com/Community/Wiki">Nokia Developer Wiki</a>, with both <strong>client and server code</strong>, shows a possible usage of the <strong>MapUrlProvider</strong> class to create an overlay level over a map: <a title="Implementing a custom MapUrlProvider overlay with Java ME Location API" href="http://www.developer.nokia.com/Community/Wiki/Implementing_a_custom_MapUrlProvider_overlay_with_Java_ME_Location_API">Implementing a custom MapUrlProvider overlay with Java ME Location API</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2011/07/05/creating-custom-map-providers-with-ovi-maps-java-me-location-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Determining the device location in Java ME with the Ovi Maps Location API</title>
		<link>http://www.jappit.com/blog/2011/07/04/determining-the-device-location-in-java-me-with-the-ovi-maps-location-api/</link>
		<comments>http://www.jappit.com/blog/2011/07/04/determining-the-device-location-in-java-me-with-the-ovi-maps-location-api/#comments</comments>
		<pubDate>Mon, 04 Jul 2011 09:05:08 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[forum nokia]]></category>
		<category><![CDATA[java me]]></category>
		<category><![CDATA[location api]]></category>
		<category><![CDATA[nokia developer]]></category>
		<category><![CDATA[ovi maps]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=1723</guid>
		<description><![CDATA[Among the many features offered by the Ovi Maps Java ME Location API (as geocoding, routing and the ability to integrate with LCDUI screens), one of the most useful is surely the PositioningManager. PositioningManager, together with the PositionListener interface, allow to get asynchronous and periodical updates about the user&#8217;s position, and so allowing to build [...]]]></description>
			<content:encoded><![CDATA[<p>Among the many features offered by the <strong>Ovi Maps</strong> <a title="Ovi Maps Java ME Location API" href="https://projects.developer.nokia.com/LBSPJME">Java ME Location API</a> (as <a title="Java ME and Ovi Maps: geocoding an address with the Location API " href="http://www.jappit.com/blog/2011/06/29/java-me-and-ovi-maps-geocoding-an-address-with-the-location-api/">geocoding</a>, <a title="Calculate and show a route on Ovi Maps with Java ME Location API " href="http://www.jappit.com/blog/2011/06/30/calculate-and-show-a-route-on-ovi-maps-with-java-me-location-api/">routing</a> and the <a title="Adding Ovi Maps to a standard Java ME Form with Location API " href="http://www.jappit.com/blog/2011/07/01/adding-ovi-maps-to-a-standard-java-me-form-with-location-api/">ability to integrate with LCDUI screens</a>), one of the most useful is surely the <a title="PositioningManager Java docs" href="http://www.jappit.com/j2me/locationapi/index.html?com/nokia/maps/routing/PositioningManager.html">PositioningManager</a>.</p>
<p><a href="http://www.developer.nokia.com/Community/Wiki/Using_the_PositioningManager_from_Java_ME_Location_API"><img class="aligncenter" title="Using the PositioningManager from Java ME Location API" src="http://www.developer.nokia.com/Community/Wiki/images/f/f5/JavaMELocationAPI_PositioningManager.png?20110629131955" alt="" width="346" height="444" /></a></p>
<p><a title="PositioningManager Java docs" href="http://www.jappit.com/j2me/locationapi/index.html?com/nokia/maps/routing/PositioningManager.html">PositioningManager</a>, together with the <a title="PositionListener Java docs" href="http://www.jappit.com/j2me/locationapi/index.html?com/nokia/maps/routing/PositionListener.html">PositionListener</a> interface, allow to get <strong>asynchronous and periodical updates about the user&#8217;s position</strong>, and so allowing to build location-based services in a simple and effective way.</p>
<p>The new article published on <a title="Nokia Developer Wiki" href="http://www.developer.nokia.com/Community/Wiki">Nokia Developer Wiki</a> explores the main features of <em>PositioningManager</em>, and shows how to build a simple <strong>service that detect and draw the user&#8217;s movements on Ovi Maps</strong>: <a title="Using the PositioningManager from Java ME Location API" href="http://www.developer.nokia.com/Community/Wiki/Using_the_PositioningManager_from_Java_ME_Location_API">Using the PositioningManager from Java ME Location API</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2011/07/04/determining-the-device-location-in-java-me-with-the-ovi-maps-location-api/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Adding Ovi Maps to a standard Java ME Form with Location API</title>
		<link>http://www.jappit.com/blog/2011/07/01/adding-ovi-maps-to-a-standard-java-me-form-with-location-api/</link>
		<comments>http://www.jappit.com/blog/2011/07/01/adding-ovi-maps-to-a-standard-java-me-form-with-location-api/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 12:35:51 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[forum nokia]]></category>
		<category><![CDATA[java me]]></category>
		<category><![CDATA[location api]]></category>
		<category><![CDATA[nokia developer]]></category>
		<category><![CDATA[ovi maps]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=1718</guid>
		<description><![CDATA[Today I&#8217;d like to present another recently published article about the Ovi Maps Java ME Location API. While the previous two articles focused on the MapCanvas object, showing how it can be used to show a map on a classical LCDUI Canvas screen, today&#8217;s article shows how to build a custom map Form Item, extending [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;d like to present another recently published article about the <strong>Ovi Maps</strong> <a title="Ovi Maps Java ME Location API" href="https://projects.developer.nokia.com/LBSPJME">Java ME Location API</a>.</p>
<p><a href="http://www.developer.nokia.com/Community/Wiki/Creating_a_custom_Map_Item_with_Java_ME_Location_API"><img class="aligncenter" title="Ovi Maps Java ME Form Item" src="http://www.developer.nokia.com/Community/Wiki/images/1/18/JavaMELocationAPI_CustomItem.png?20110628082108" alt="" width="349" height="440" /></a></p>
<p>While the previous <a title="Java ME and Ovi Maps: geocoding an address with the Location API " href="http://www.jappit.com/blog/2011/06/29/java-me-and-ovi-maps-geocoding-an-address-with-the-location-api/">two</a> <a title="Calculate and show a route on Ovi Maps with Java ME Location API " href="http://www.jappit.com/blog/2011/06/30/calculate-and-show-a-route-on-ovi-maps-with-java-me-location-api/">articles</a> focused on the <a title="Ovi Maps MapCanvas docs" href="http://www.jappit.com/j2me/locationapi/com/nokia/maps/map/MapCanvas.html">MapCanvas</a> object, showing how it can be used to show a map on a classical LCDUI Canvas screen, today&#8217;s article shows <strong>how to build a custom map Form Item</strong>, extending the <a title="MIDP CustomItem Java docs" href="http://download.oracle.com/javame/config/cldc/ref-impl/midp2.0/jsr118/javax/microedition/lcdui/CustomItem.html">CustomItem</a> class, so allowing to show and interact with a map on a classical LCDUI <a title="MIDP Form Java docs" href="http://download.oracle.com/javame/config/cldc/ref-impl/midp2.0/jsr118/javax/microedition/lcdui/Form.html">Form</a> screen.</p>
<p>The article, with <strong>complete source code</strong> and downloadable MIDlet, is available here: <a title="Creating a custom Map Item with Java ME Location API" href="http://www.developer.nokia.com/Community/Wiki/Creating_a_custom_Map_Item_with_Java_ME_Location_API">Creating a custom Map Item with Java ME Location API</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2011/07/01/adding-ovi-maps-to-a-standard-java-me-form-with-location-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Calculate and show a route on Ovi Maps with Java ME Location API</title>
		<link>http://www.jappit.com/blog/2011/06/30/calculate-and-show-a-route-on-ovi-maps-with-java-me-location-api/</link>
		<comments>http://www.jappit.com/blog/2011/06/30/calculate-and-show-a-route-on-ovi-maps-with-java-me-location-api/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 14:46:20 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[java me]]></category>
		<category><![CDATA[location api]]></category>
		<category><![CDATA[ovi maps]]></category>
		<category><![CDATA[routing]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=1711</guid>
		<description><![CDATA[After the article showing how to geocode an address with the help of Java ME Location API, today it&#8217;s time to explore the routing functionality offered by Ovi Maps. This new article covers the main aspects involved in calculating and showing a route on a map, by allowing the user to navigate through the maneuvers [...]]]></description>
			<content:encoded><![CDATA[<p>After the article showing <a title="Geocoding an address with Java ME Location API" href="http://www.jappit.com/blog/2011/06/29/java-me-and-ovi-maps-geocoding-an-address-with-the-location-api/">how to geocode an address</a> with the help of <a title="Java ME Location API" href="https://projects.developer.nokia.com/LBSPJME">Java ME Location API</a>, today it&#8217;s time to explore the <strong>routing functionality</strong> offered by <a title="Ovi Maps" href="http://maps.ovi.com/">Ovi Maps</a>.</p>
<p><a href="http://www.developer.nokia.com/Community/Wiki/How_to_calculate_and_show_a_route_with_Java_ME_Location_API"><img class="aligncenter" title="Ovi Maps routing with Java ME" src="http://www.developer.nokia.com/Community/Wiki/images/f/fa/JavaMELocationAPI_RouteShape.png?20110627095052" alt="" width="354" height="444" /></a></p>
<p>This new article covers the main aspects involved in <strong>calculating and showing a route on a map</strong>, by allowing the user to navigate through the maneuvers of the calculated route.</p>
<p>The full article with <strong>source code</strong> and a <strong>downloadable MIDlet</strong> is available on <a title="Nokia Developer Wiki" href="http://www.developer.nokia.com/Community/Wiki">Nokia Developer Wiki</a>: <a title="How to calculate and show a route with Java ME Location API" href="http://www.developer.nokia.com/Community/Wiki/How_to_calculate_and_show_a_route_with_Java_ME_Location_API">How to calculate and show a route with Java ME Location API</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2011/06/30/calculate-and-show-a-route-on-ovi-maps-with-java-me-location-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java ME and Ovi Maps: geocoding an address with the Location API</title>
		<link>http://www.jappit.com/blog/2011/06/29/java-me-and-ovi-maps-geocoding-an-address-with-the-location-api/</link>
		<comments>http://www.jappit.com/blog/2011/06/29/java-me-and-ovi-maps-geocoding-an-address-with-the-location-api/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 11:45:25 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[forum nokia]]></category>
		<category><![CDATA[java me]]></category>
		<category><![CDATA[location api]]></category>
		<category><![CDATA[nokia developer]]></category>
		<category><![CDATA[ovi maps]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=1705</guid>
		<description><![CDATA[The Java ME Location API allows to easily integrate Ovi Maps in a Java ME application, with just few lines of code, together with a set of ready-to-use features as geocoding and reverse geocoding, routing, positioning and more. I&#8217;ve recently started to publish a set of articles on Nokia Developer Wiki that show the various [...]]]></description>
			<content:encoded><![CDATA[<p>The <a title="Java ME Location API" href="https://projects.developer.nokia.com/LBSPJME">Java ME Location API</a> allows to easily integrate <a title="Ovi Maps" href="http://maps.ovi.com/">Ovi Maps</a> in a Java ME application, with just few lines of code, together with a set of ready-to-use features as <strong>geocoding</strong> and <strong>reverse geocoding</strong>, <strong>routing</strong>, <strong>positioning</strong> and more.</p>
<p style="text-align: center;"><a href="http://www.developer.nokia.com/Community/Wiki/Geocoding_an_address_with_Java_ME_Location_API"><img class="aligncenter" title="Java ME Location API geocoding screenshot" src="http://www.developer.nokia.com/Community/Wiki/images/1/1c/JME_LocationAPI_geocode.png?20110626182810" alt="" width="352" height="453" /></a></p>
<p>I&#8217;ve recently started to publish a set of articles on <a title="Nokia Developer Wiki" href="http://www.developer.nokia.com/Community/Wiki">Nokia Developer Wiki</a> that show the various features of the <strong>API in action</strong>. You can read the first one here: <a title="Geocoding an address with Java ME Location API" href="http://www.developer.nokia.com/Community/Wiki/Geocoding_an_address_with_Java_ME_Location_API">Geocoding an address with Java ME Location API</a>.</p>
<p><strong>Check it out</strong> and let me know your comments.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2011/06/29/java-me-and-ovi-maps-geocoding-an-address-with-the-location-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MidMaps: new Google Maps API for J2ME</title>
		<link>http://www.jappit.com/blog/2010/02/25/midmaps-new-google-maps-library-for-j2me/</link>
		<comments>http://www.jappit.com/blog/2010/02/25/midmaps-new-google-maps-library-for-j2me/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 09:13:40 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[geocoding]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=1313</guid>
		<description><![CDATA[I finally found some time to finish and publish the first release of a tiny library that allow to easily integrate Google Maps in every J2ME application: MidMaps. You can read all the details, download the library together with sample code, and read the full JavaDocs here: MidMaps &#8211; J2ME Google Maps library.]]></description>
			<content:encoded><![CDATA[<p>I finally found some time to finish and publish the first release of a tiny <strong>library that allow to easily integrate Google Maps in every J2ME application</strong>: <a title="MidMaps - J2ME Google Maps API" href="http://www.jappit.com/blog/midmaps-google-maps-java-me-library/">MidMaps</a>.</p>
<p><a title="MidMaps - J2ME Google Maps library" href="http://www.jappit.com/blog/midmaps-google-maps-java-me-library/"><img class="alignnone size-full wp-image-1316" title="MidMaps - J2ME Google Maps library" src="http://www.jappit.com/blog/wp-content/midmaps_shots.png" alt="" width="640" height="289" /></a></p>
<p>You can read all the details, <strong>download the library together with sample code,</strong> and read the <strong>full JavaDocs</strong> here: <a title="MidMaps - J2ME Google Maps API" href="http://www.jappit.com/blog/midmaps-google-maps-java-me-library/">MidMaps &#8211; J2ME Google Maps library</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2010/02/25/midmaps-new-google-maps-library-for-j2me/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to use USB cable connection in Java ME</title>
		<link>http://www.jappit.com/blog/2010/02/07/how-to-use-usb-cable-connection-in-java-me/</link>
		<comments>http://www.jappit.com/blog/2010/02/07/how-to-use-usb-cable-connection-in-java-me/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 21:02:27 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[forum nokia wiki]]></category>
		<category><![CDATA[forumnokia]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=1065</guid>
		<description><![CDATA[This week&#8217;s featured article on Forum Nokia Wiki, written by Jarmlaht, does a good job explaining how to use USB cable connections in Java ME, covering a topic where references and sample code are really few. This article updates the existing Forum Nokia document MIDP: Using Cable Connection In Nokia Devices. The document explains how [...]]]></description>
			<content:encoded><![CDATA[<p>This week&#8217;s featured article on <a title="Forum Nokia Wiki" href="http://wiki.forum.nokia.com">Forum Nokia Wiki</a>, written by <a href="http://wiki.forum.nokia.com/index.php/User:Jarmlaht">Jarmlaht</a>, does a good job explaining <a title="How to use USB cable connection in Java ME" href="http://wiki.forum.nokia.com/index.php/How_to_use_USB_cable_connection_in_Java_ME">how to use USB cable connections in Java ME</a>, covering a topic where references and sample code are really few.</p>
<p><a href="http://www.jappit.com/blog/wp-content/usb_cable_javame.png"><img class="alignnone size-full wp-image-1066" title="How to use USB cable connection in Java ME" src="http://www.jappit.com/blog/wp-content/usb_cable_javame.png" alt="" width="600" height="217" /></a></p>
<blockquote><p>This article updates the existing <a title="Forum Nokia" href="http://www.forum.nokia.com">Forum Nokia</a> document <a title="http://www.forum.nokia.com/info/sw.nokia.com/id/2a2ec089-6f2e-47cb-a150-d11a94eb80ad/MIDP_Using_Cable_Connection_In_Nokia_Devices_v1_0.zip.html" rel="nofollow" href="http://www.forum.nokia.com/info/sw.nokia.com/id/2a2ec089-6f2e-47cb-a150-d11a94eb80ad/MIDP_Using_Cable_Connection_In_Nokia_Devices_v1_0.zip.html">MIDP: Using Cable Connection In Nokia Devices</a>. The document explains how to use CommConnection over cable in Nokia devices. There are differences in devices and their port numbers, and also on PC side. In practice using USB connection between PC and mobile device might need some testing.</p></blockquote>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2010/02/07/how-to-use-usb-cable-connection-in-java-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Google Static Maps in your widget with JavaScript</title>
		<link>http://www.jappit.com/blog/2010/02/01/using-google-static-maps-in-your-widget-with-javascript/</link>
		<comments>http://www.jappit.com/blog/2010/02/01/using-google-static-maps-in-your-widget-with-javascript/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 07:31:55 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[sample code]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web runtime]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[forum nokia wiki]]></category>
		<category><![CDATA[forumnokia]]></category>
		<category><![CDATA[google maps]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=831</guid>
		<description><![CDATA[A new featured article from Ar.tur on Forum Nokia Wiki shows you how to use the static version of Google Maps in your mobile widget by using few lines of JavaScript code. The same article also shows how to use the Location API from Web Runtime Platform Services to retrieve your current location, and then [...]]]></description>
			<content:encoded><![CDATA[<p>A <strong>new featured article</strong> from <a title="Ar.tur profile" href="http://wiki.forum.nokia.com/index.php/User:Ar.tur">Ar.tur</a> on <a title="Forum Nokia Wiki" href="http://wiki.forum.nokia.com">Forum Nokia Wiki</a> shows you how to use the <a title="Google Static Maps documentation" href="http://code.google.com/apis/maps/documentation/staticmaps/">static version</a> of <a title="Google Maps" href="http://maps.google.com">Google Maps</a> in your mobile widget by using <strong>few lines of JavaScript code</strong>.</p>
<p><a href="http://www.jappit.com/blog/wp-content/google_static_maps_sample.png"><img class="alignnone size-medium wp-image-832" title="Google Static Maps sample" src="http://www.jappit.com/blog/wp-content/google_static_maps_sample-300x150.png" alt="" width="300" height="150" /></a></p>
<p>The same article also shows how to use the <a title="Platform Services' Location API" href="http://library.forum.nokia.com/index.jsp?topic=/Web_Developers_Library/GUID-53CE4DE6-F065-4339-8C18-5C30A9540053.html">Location API</a> from <strong>Web Runtime</strong> <a title="WRT Platform Services" href="http://library.forum.nokia.com/index.jsp?topic=/Web_Developers_Library/GUID-65AAF569-D347-462B-B59A-9D7CA184AB9C.html">Platform Services</a> to <strong>retrieve your current location</strong>, and then using this data to get the appropriate map from <strong>Google Maps</strong>.</p>
<p>You can <strong>read the full article</strong> here: <a title="Static Google Maps API in JavaScript" href="http://wiki.forum.nokia.com/index.php/Static_GoogleMaps_API_in_JavaScript">Static GoogleMaps API in JavaScript</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2010/02/01/using-google-static-maps-in-your-widget-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

