<?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; forum nokia</title>
	<atom:link href="http://www.jappit.com/blog/tag/forum-nokia/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>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>How to build a CoverFlow component with QML</title>
		<link>http://www.jappit.com/blog/2011/02/21/how-to-build-a-coverflow-component-with-qml/</link>
		<comments>http://www.jappit.com/blog/2011/02/21/how-to-build-a-coverflow-component-with-qml/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 15:07:43 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[coverflow]]></category>
		<category><![CDATA[forum nokia]]></category>
		<category><![CDATA[qml]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[qt quick]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=1667</guid>
		<description><![CDATA[Today I&#8217;ve published a new technical article on Forum Nokia Wiki, that shows how a CoverFlow component can be easily built with Qt Quick and QML. You can see a video of the CoverFlow component in action on a Nokia N8 device below. The full source code is available here: Building a CoverFlow component with [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ve published a new technical article on <a title="Forum Nokia Wiki" href="http://wiki.forum.nokia.com">Forum Nokia Wiki</a>, that shows <a title="Qt Quick CoverFlow component" href="http://wiki.forum.nokia.com/index.php/Building_a_CoverFlow_component_with_QML">how a <strong>CoverFlow component</strong> can be easily built with Qt Quick and QML</a>.</p>
<p><a href="http://wiki.forum.nokia.com/index.php/Building_a_CoverFlow_component_with_QML"><img class="aligncenter size-full wp-image-1668" title="QML CoverFlow" src="http://www.jappit.com/blog/wp-content/blog_n8_qml_coverflow_front.png" alt="" width="580" height="293" /></a></p>
<p>You can <a href="http://www.youtube.com/watch?v=X8kvlPNBLeg">see a video</a> of the CoverFlow component in action on a <strong>Nokia N8</strong> device below.</p>
<div style="width: 560px; margin: auto;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="349" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/X8kvlPNBLeg?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="349" src="http://www.youtube.com/v/X8kvlPNBLeg?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<p>The <strong>full source code</strong> is available here: <a title="Qt Quick CoverFlow component" href="http://wiki.forum.nokia.com/index.php/Building_a_CoverFlow_component_with_QML">Building a CoverFlow component with QML</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2011/02/21/how-to-build-a-coverflow-component-with-qml/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Three open source projects for WRT developers: Bing, Buzz and RSS</title>
		<link>http://www.jappit.com/blog/2010/06/30/three-open-source-projects-for-wrt-developers-bing-buzz-and-rss/</link>
		<comments>http://www.jappit.com/blog/2010/06/30/three-open-source-projects-for-wrt-developers-bing-buzz-and-rss/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 22:42:56 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[cool stuff]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[symbian]]></category>
		<category><![CDATA[web runtime]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[forum nokia]]></category>
		<category><![CDATA[forumnokia]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[rss buzz]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[wrt]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=1432</guid>
		<description><![CDATA[Today I&#8217;ve released three widgets as open source projects on the brand new project management tool by Nokia, to allow all WRT developers to freely use and contribute to them. The first project is for a widget that allows the user to perform searches through the Bing search engine. Its code shows how many widgets&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ve released <strong>three widgets as open source projects</strong> on the brand new <a href="http://projects.forum.nokia.com">project management tool</a> by <a href="http://www.nokia.com">Nokia</a>, to allow all <strong>WRT developers</strong> to freely use and contribute to them.</p>
<p>The <a href="https://projects.forum.nokia.com/wrtbing">first project</a> is for a widget that allows the user to perform searches through the <a href="http://www.bing.com">Bing</a> search engine.</p>
<p><a href="https://projects.forum.nokia.com/wrtbing"><img class="aligncenter size-full wp-image-1434" title="Open source WRT Bing widget" src="http://www.jappit.com/blog/wp-content/opensource_wrt_bing.png" alt="" width="381" height="327" /></a></p>
<p>Its code shows how many widgets&#8217; common features can be implemented, including:</p>
<ul>
<li>integrate a <strong>public REST API</strong></li>
<li>retrieve and show <strong>dynamic data</strong> from  network</li>
<li>detect and adapt to <strong>different screen resolutions</strong></li>
<li>handle <strong>touch  and key-based user interaction</strong></li>
<li>show <strong>tabbed views</strong></li>
<li>download dynamic <strong>code  updates</strong> and new versions of the widget</li>
</ul>
<p>The <a href="https://projects.forum.nokia.com/wrtrssreader">second widget</a> is a <strong>configurable RSS reader</strong> supporting multiple RSS feeds at once. The widget is easily adaptable to different needs, where retrieval and displaying of remote XML feeds is needed.</p>
<p><a href="https://projects.forum.nokia.com/wrtrssreader"><img class="aligncenter size-full wp-image-1435" title="Open source RSS reader WRT widget" src="http://www.jappit.com/blog/wp-content/opensource_wrt_multirss.png" alt="" width="580" height="345" /></a></p>
<p>The <a href="https://projects.forum.nokia.com/buzzer">last project</a> is a client for Google&#8217;s <a href="http://buzz.google.com">Buzz</a> social network: the current functionalities include <strong>searching</strong> by keyword, and retrieving of <strong>Buzzes of a single user</strong>. Many more features are under development: feel free to take a look and integrate yours <img src='http://www.jappit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="https://projects.forum.nokia.com/buzzer"><img class="aligncenter size-full wp-image-1436" title="Open source WRT Buzz widget" src="http://www.jappit.com/blog/wp-content/opensource_wrt_buzz.png" alt="" width="580" height="345" /></a></p>
<p>As these are <strong>open source projects</strong>, everyone is invited to <strong>dig into the code</strong> and to <strong>contribute</strong> to the them: just join the project, and start experimenting! To start, visit <a title="Forum Nokia Projects" href="http://projects.forum.nokia.com">Forum Nokia Projects</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2010/06/30/three-open-source-projects-for-wrt-developers-bing-buzz-and-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forum Nokia Web Developer&#8217;s Library 1.9 available</title>
		<link>http://www.jappit.com/blog/2010/03/17/forum-nokia-web-developers-library-1-9-available/</link>
		<comments>http://www.jappit.com/blog/2010/03/17/forum-nokia-web-developers-library-1-9-available/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 09:20:57 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web runtime]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[forum nokia]]></category>
		<category><![CDATA[forumnokia]]></category>
		<category><![CDATA[mobile web]]></category>
		<category><![CDATA[wdl]]></category>
		<category><![CDATA[web developer's library]]></category>
		<category><![CDATA[wrt]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=1339</guid>
		<description><![CDATA[Forum Nokia has just updated its excellent resource for mobile Web development, the Web Developer&#8217;s Library, adding a lot of resources to support the design and development of Web Runtime widgets. Changes in this last release include: Samples and packaging information for Platform Services 2.0 Guidelines and how-to&#8217;s for home-screen widgets Optimization of performances and [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Forum Nokia" href="http://www.forum.nokia.com">Forum Nokia</a> has just updated its excellent resource for <strong>mobile Web development</strong>, the <a title="Forum Nokia Web Developer's Library" href="http://library.forum.nokia.com/index.jsp?topic=/Web_Developers_Library/GUID-4D13AF3F-4733-44E7-996F-F27A11C9D6BF_cover.html">Web Developer&#8217;s Library</a>, adding a lot of resources to support the design and development of <a title="Web Runtime" href="http://www.forum.nokia.com/Technology_Topics/Web_Technologies/Web_Runtime/">Web Runtime widgets</a>.</p>
<p><a title="Forum Nokia Web Developer's Library" href="http://library.forum.nokia.com/index.jsp?topic=/Web_Developers_Library/GUID-4D13AF3F-4733-44E7-996F-F27A11C9D6BF_cover.html"><img class="alignnone size-full wp-image-1341" title="Forum Nokia Library" src="http://www.jappit.com/blog/wp-content/forum_nokia_library.png" alt="" width="620" height="107" /></a></p>
<p>Changes in this last release include:</p>
<ul>
<li><a href="http://library.forum.nokia.com/topic/Web_Developers_Library/GUID-9B5ACA61-9BBB-4F67-A994-22016FB36A1E.html#GUID-9B5ACA61-9BBB-4F67-A994-22016FB36A1E">Samples</a> and <a href="http://library.forum.nokia.com/topic/Web_Developers_Library/GUID-0084E4E8-4A60-41C8-8CEB-93A08A0292FF.html#GUID-0084E4E8-4A60-41C8-8CEB-93A08A0292FF">packaging information</a> for Platform Services 2.0</li>
<li><a href="http://library.forum.nokia.com/topic/Web_Developers_Library/GUID-FB279BC9-9751-4F03-B00E-A0406324BC47.html#GUID-FB279BC9-9751-4F03-B00E-A0406324BC47">Guidelines</a> and <a href="http://library.forum.nokia.com/topic/Web_Developers_Library/GUID-249C566A-7F14-4D42-8117-1EADAB137838.html#GUID-249C566A-7F14-4D42-8117-1EADAB137838">how-to&#8217;s</a> for home-screen widgets</li>
<li><a href="http://library.forum.nokia.com/topic/Web_Developers_Library/GUID-40782DAD-F6E2-44A5-8036-1D1FD8860ABA.html#GUID-40782DAD-F6E2-44A5-8036-1D1FD8860ABA">Optimization</a> of performances and battery life</li>
</ul>
<p>If you&#8217;re a mobile Web developer, <a title="Forum Nokia Web Developer's Library" href="http://library.forum.nokia.com/index.jsp?topic=/Web_Developers_Library/GUID-4D13AF3F-4733-44E7-996F-F27A11C9D6BF_cover.html">check it out</a>!</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2010/03/17/forum-nokia-web-developers-library-1-9-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rich Internet Application developer&#8217;s guide for Nokia devices</title>
		<link>http://www.jappit.com/blog/2010/02/16/rich-internet-application-developers-guide-for-nokia-devices/</link>
		<comments>http://www.jappit.com/blog/2010/02/16/rich-internet-application-developers-guide-for-nokia-devices/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 10:17:55 +0000</pubDate>
		<dc:creator>pit</dc:creator>
				<category><![CDATA[flash lite]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web runtime]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[developers guide]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[forum nokia]]></category>
		<category><![CDATA[forumnokia]]></category>
		<category><![CDATA[ria]]></category>

		<guid isPermaLink="false">http://www.jappit.com/blog/?p=1230</guid>
		<description><![CDATA[Forum Nokia has recently published a very informative guide about developing RIAs for mobile devices: A developer’s guide to creating Rich Internet Applications for Nokia devices. The document focuses on three kind of applications: websites, web apps, and stand-alone Adobe Flash applications, covering all topics involved in design and development of a RIA, from development [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Forum Nokia" href="http://www.forum.nokia.com">Forum Nokia</a> has recently published a very <strong>informative guide about developing RIAs for mobile devices</strong>: <a title="A developer’s guide to creating Rich Internet Applications for Nokia devices" href="http://www.forum.nokia.com/info/sw.nokia.com/id/fd380812-9ef6-4c83-97d2-7430fc4a9861/RIA_Developers_Guide.html">A developer’s guide to creating Rich Internet Applications for Nokia devices</a>.</p>
<p><a href="http://www.jappit.com/blog/wp-content/ria_developers_guide.png"><img class="alignnone size-full wp-image-1231" title="ria developers guide" src="http://www.jappit.com/blog/wp-content/ria_developers_guide.png" alt="" width="620" height="172" /></a></p>
<p>The document focuses on three kind of applications: <strong>websites, web apps, and stand-alone <a href="http://www.adobe.com/products/flashplayer/">Adobe Flash</a> applications</strong>, covering all topics involved in design and development of a RIA, from <strong>development tools</strong> to <strong>user experience</strong> design and evaluation, from <strong>testing</strong> to <strong>going to market</strong>.</p>
<blockquote><p>Mobile offers significant opportunities for RIAs. The ability to <em>access data and information anywhere there is a suitable network connection</em> is of significant appeal to mobile users. The knowledge that their <em>data is also securely stored on a remote server</em>, regardless of what happens to the mobile device, is a significant attraction as well.<br />
With <em>many hundreds of millions of Nokia</em> devices already in the market place that can run RIAs now, there has never been a better time to go mobile with your RIA.</p></blockquote>
<p><a href="http://www.forum.nokia.com/info/sw.nokia.com/id/fd380812-9ef6-4c83-97d2-7430fc4a9861/RIA_Developers_Guide.html">Check it out</a>!</p>]]></content:encoded>
			<wfw:commentRss>http://www.jappit.com/blog/2010/02/16/rich-internet-application-developers-guide-for-nokia-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

