<?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; java me</title>
	<atom:link href="http://www.jappit.com/blog/tag/java-me/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>Gcal update: version 0.3.5 with manual timezone setting</title>
		<link>http://www.jappit.com/blog/2009/04/30/gcal-update-version-035-with-manual-timezone-setting/</link>
		<comments>http://www.jappit.com/blog/2009/04/30/gcal-update-version-035-with-manual-timezone-setting/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 15:47:36 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[google calendar mobile]]></category>
		<category><![CDATA[java me]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=372</guid>
		<description><![CDATA[After a while far from Gcal development (due to a lot of undercover work ) here is a new update for the Java ME Google Calendar client, specifically released to fix the different timezone issues that various users are reporting. With version 0.3.5 it&#8217;s now possible to manually set the preferred timezone from the application [...]]]></description>
			<content:encoded><![CDATA[<p>After a while far from <a title="J2ME Google Calendar" href="http://www.jappit.com/blog/2008/12/22/j2me-google-calendar-client/">Gcal</a> development (due to a lot of undercover work <img src='http://www.jappit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) here is a new update for the <strong>Java ME Google Calendar client</strong>, specifically released to <strong>fix the different timezone issues</strong> that various users are reporting.</p>
<p style="text-align: center;"><img class="aligncenter" title="GCal timezone settings" src="http://www.jappit.com/images/blog/uploads/GCal_timezone_settings.png" alt="" width="301" height="125" /></p>
<p>With <strong>version 0.3.5</strong> it&#8217;s now possible to <strong>manually set the preferred timezone from the application Settings screen</strong>. To do so, you have 2 choices:</p>
<ul>
<li>If you want to <strong>use the timezone sent by Google Calendar server</strong>, you can set to &#8220;<strong>Yes</strong>&#8221; the &#8220;<strong>Use server timezone?</strong>&#8221; option</li>
<li>If you want to <strong>explicitly set your timezone</strong>, then set the previous option to &#8220;<strong>No</strong>&#8220;, and then specify your timezone offset in the <strong>&#8220;Timezone&#8221; field</strong></li>
</ul>
<p>If you have <strong>problems with timezone</strong> in your <strong>GCal</strong> client, then <strong>you should definitely update</strong>. Just update from within GCal (<em>&#8220;Options&#8221; -&gt; &#8220;More..&#8221; -&gt; &#8220;Check updates&#8221;</em>), or <strong>download version 0.3.5</strong> from here:</p>
<p style="text-align: center;"><a href="http://www.jappit.com/download_j2me_google_calendar.htm"><img class="aligncenter" title="Download Google Calendar Mobile" src="http://www.jappit.com/images/blog/uploads/GCal_download.png" alt="" width="198" height="69" /></a></p>
<p><strong>JAD file</strong> is also available for download here: <a title="Gcal J2ME Google Calendar JAD" href="http://www.jappit.com/m/gcal/Gcal.jad">Gcal JAD download</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2009/04/30/gcal-update-version-035-with-manual-timezone-setting/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Gcal update: version 0.3.4 to fix login errors</title>
		<link>http://www.jappit.com/blog/2009/03/20/gcal-update-version-034-to-fix-login-errors/</link>
		<comments>http://www.jappit.com/blog/2009/03/20/gcal-update-version-034-to-fix-login-errors/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 10:47:40 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[google calendar mobile]]></category>
		<category><![CDATA[java me]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=361</guid>
		<description><![CDATA[Here&#8217;s a small update to Gcal, that will hopefully fix (or help to fix) the login errors that some users still encounter on specific devices. Give it a try and, if you still get error messages while logging in, leave a comment here specifying the exact message you get. Thanks! JAD file is also available [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a <strong>small update</strong> to Gcal, that will hopefully <strong>fix (or help to fix) the login errors</strong> that some users still encounter on specific devices.</p>
<p>Give it a try and, <strong>if you still get error messages</strong> while logging in, <strong>leave a comment here specifying the exact message</strong> you get. Thanks! <img src='http://www.jappit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a title="Download J2ME Google Calendar" href="http://www.jappit.com/download_j2me_google_calendar.htm"><img class="aligncenter" title="Download J2ME Google Calendar" src="http://www.jappit.com/images/blog/uploads/GCal_download.png" alt="" width="198" height="69" /></a></p>
<p>JAD file is also available for download here: <a title="Gcal J2ME Google Calendar JAD" href="http://www.jappit.com/m/gcal/Gcal.jad">Gcal JAD download</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2009/03/20/gcal-update-version-034-to-fix-login-errors/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Gcal version 0.3.3: more fixes and S60 1st/2nd edition support</title>
		<link>http://www.jappit.com/blog/2009/03/16/gcal-version-033-more-fixes-and-s60-1st2nd-edition-support/</link>
		<comments>http://www.jappit.com/blog/2009/03/16/gcal-version-033-more-fixes-and-s60-1st2nd-edition-support/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 16:16:40 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[j2me]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[google calendar mobile]]></category>
		<category><![CDATA[java me]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=350</guid>
		<description><![CDATA[After some days away from Gcal, due to a lot of work going on in these days, here&#8217;s an update that will hopefully solve some of the issues related to accessing your calendar data, and various other bugs, including: Wrong saving of &#8220;All day&#8221; events Wrong time of events saved on device calendar Various other [...]]]></description>
			<content:encoded><![CDATA[<p>After some days away from <a title="J2ME Google Calendar" href="http://www.jappit.com/blog/2008/12/22/j2me-google-calendar-client/">Gcal</a>, due to a lot of work going on in these days, here&#8217;s an update that will hopefully<strong> solve </strong>some of the <strong>issues related to accessing your calendar data</strong>, and various other bugs, including:</p>
<ul>
<li>Wrong saving of <strong>&#8220;All day&#8221; events</strong></li>
<li>Wrong time of <strong>events saved on device calendar</strong></li>
<li>Various other <strong>unhandled Exceptions</strong> that were causing crashes of the application</li>
</ul>
<p>In this release, a first <strong>support for previous Nokia Series60 editions</strong> (specifically: <strong>1st</strong> and <strong>2nd</strong> editions) has also been added, so you should now be able to use Gcal on your beloved <a title="Nokia 6600 specifications" href="http://www.forum.nokia.com/devices/6600" target="_blank">Nokia 6600</a> <img src='http://www.jappit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>And, for those who still experience problems, <strong>more meaningful error messages</strong> have been set, so that it&#8217;ll be easier to spot out and solve the issues. So, <strong>when reporting a problem, please also add the exact error message</strong> you get in the related error popup. Thanks! <img src='http://www.jappit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a title="J2ME Mobile Google Calendar" href="http://www.jappit.com/download_j2me_google_calendar.htm"><img class="aligncenter" title="Download J2ME Google Calendar" src="http://www.jappit.com/images/blog/uploads/GCal_download.png" alt="" width="198" height="69" /></a></p>
<p style="text-align: left;">If your mobile phone also needs a <strong>JAD file</strong>, you can <strong>download it from here</strong>: <a title="Gcal J2ME Google Calendar JAD" href="http://www.jappit.com/m/gcal/Gcal.jad">download Gcal JAD</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2009/03/16/gcal-version-033-more-fixes-and-s60-1st2nd-edition-support/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

