 <?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>GuruCoder &#187; Java</title>
	<atom:link href="http://www.gurucoder.org/category/java/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gurucoder.org</link>
	<description>= new CodingSource();</description>
	<lastBuildDate>Tue, 08 Nov 2011 10:04:33 +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>Google API getFromLocationName throws IOException</title>
		<link>http://www.gurucoder.org/google-api-getfromlocationname-throws-ioexception.html</link>
		<comments>http://www.gurucoder.org/google-api-getfromlocationname-throws-ioexception.html#comments</comments>
		<pubDate>Tue, 08 Nov 2011 10:01:00 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=1105</guid>
		<description><![CDATA[
<p>If you are using the <strong>Google GPS API for Android</strong> you could encounter an IOException for &#8220;Service Not Available&#8221; , calling the method <strong>getFromLocationName() </strong>of the<strong> GeoCoder</strong> class.</p>
<p>This method should be able, given a location name, to retrieve an array of Address objects related to the specified string.</p>
<p>Sometimes the mehod works pretty good, but others the exception is thrown.</p>
<p><strong>The Solution</strong></p>
<p>Here there is a long discussion about the issue:</p>
<p>http://code.google.com/p/android/issues/detail?id=8816</p>
<p>On comment 21 there the  workaround calling the <strong>web api</strong> directly and retrieving data [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/google-api-getfromlocationname-throws-ioexception.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change the Android ListView divider color</title>
		<link>http://www.gurucoder.org/how-to-change-the-android-listview-divider-color.html</link>
		<comments>http://www.gurucoder.org/how-to-change-the-android-listview-divider-color.html#comments</comments>
		<pubDate>Tue, 08 Nov 2011 09:52:18 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=1099</guid>
		<description><![CDATA[
<p>If you need to change the divider colo in an android ListView view, all you need to do is to add the following code inside the xml layout file</p>
<pre> &#60;ListView        
       android:id="@+id/android:list"        
       android:layout_width="wrap_content"        
       android:layout_height="wrap_content"        
       android:divider="#FFCC00"            
  [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/how-to-change-the-android-listview-divider-color.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Preferences on Mac OS</title>
		<link>http://www.gurucoder.org/java-preferences-on-mac-os.html</link>
		<comments>http://www.gurucoder.org/java-preferences-on-mac-os.html#comments</comments>
		<pubDate>Thu, 14 Jul 2011 15:59:22 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[mac]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=1073</guid>
		<description><![CDATA[
<p>While on Windows the Java Preferences keys are stored inside the system registry ( regedit ), under MAC OS it is far more simple to get access to that info.</p>
<p>The preferences files generated by the Preferences API are named com.apple.java.util.prefs.</p>
<p><strong>The user’s preferences</strong> file is stored in their home directory (~/Library/Preferences/).</p>
<p> <strong>The system preferences</strong> are stored in /Library/Preferences/ and are only persisted to disk if the user is an administrator.</p>
<p>&#160;</p>


]]></description>
		<wfw:commentRss>http://www.gurucoder.org/java-preferences-on-mac-os.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype-Java-Api 1.1 the new Java API for Skype</title>
		<link>http://www.gurucoder.org/skype-java-api-1-1-the-new-java-api-for-skype.html</link>
		<comments>http://www.gurucoder.org/skype-java-api-1-1-the-new-java-api-for-skype.html#comments</comments>
		<pubDate>Mon, 11 Jul 2011 07:39:33 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=1054</guid>
		<description><![CDATA[
<p>If someone wants to integrate Skype services and functionalities inside a Java program, the best Java API it&#8217;s always been Skype4Java. The problem is that the library has not been updated since 2006 and it is quite old to fully manage all the Skype features and <strong>it is not compatible with Java 64 bit installations</strong>.
BUT now the things are changed!!!
Thanks to Gabriel Takeuchi, Skype4Java revives with a new name and version!</p>
<p><strong>skype-java-api 1.1</strong></p>
<p>The library starts to be a clone of the old [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/skype-java-api-1-1-the-new-java-api-for-skype.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come utilizzare MBROLA con FreeTTS in Java</title>
		<link>http://www.gurucoder.org/come-utilizzare-mbrola-con-freetts-in-java.html</link>
		<comments>http://www.gurucoder.org/come-utilizzare-mbrola-con-freetts-in-java.html#comments</comments>
		<pubDate>Sat, 05 Jun 2010 08:58:14 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Text To Speech]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=931</guid>
		<description><![CDATA[
<p>In generale il riconoscimento vocale puo essere logicamente suddiviso in due aspetti: Sintesi e Riconoscimento.
L` implementazione di un servizio TTS (Test To Speech) in Java puo essere realizzata utilizzando le JSAPI realizzate dalla Sun di cui ne esiste una implemntazione free denominata FreeTTS.
FreeTTS offre solo i servizi di Sintesi, ignorando completamente l` aspetto legato al riconoscimento vocale.</p>
<p>In fase di sintesi, FreeTTS offre un set di voci decisamente metalliche e poco gradevoli tra cui quella di default e` denominata kevin16. L` [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/come-utilizzare-mbrola-con-freetts-in-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JTwitter , come interagire con Twitter tramite Java</title>
		<link>http://www.gurucoder.org/jtwitter-come-interagire-con-twitter-tramite-java.html</link>
		<comments>http://www.gurucoder.org/jtwitter-come-interagire-con-twitter-tramite-java.html#comments</comments>
		<pubDate>Sun, 30 Aug 2009 06:26:34 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://gurucoder.wordpress.com/?p=332</guid>
		<description><![CDATA[
<p style="text-align: justify;">Mentre nel precedente post ho illustrato la libreria Skype4Java , quest&#8217; oggi vi parlo di <strong>JTwitter</strong>. Si tratta di una libreria open source per la gestione del proprio account twitter da un&#8217; applicazione scritta in Java. Il sito del produttore è questo da cui è possibile scaricare la libreria jtwitter.jar oltre che la documentazione ed il codice sorgente. L&#8217;aspetto entusiasmante di questa API è l&#8217;estrema facilità di utilizzo .<img class="aligncenter size-full wp-image-339" title="duke_twitter" src="http://gurucoder.files.wordpress.com/2009/08/duke_twitter.png" alt="duke_twitter" width="236" height="208" /></p>
<p [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/jtwitter-come-interagire-con-twitter-tramite-java.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Skype4Java, come utilizzare Skype in Java</title>
		<link>http://www.gurucoder.org/skype4java-come-utilizzare-skype-con-java.html</link>
		<comments>http://www.gurucoder.org/skype4java-come-utilizzare-skype-con-java.html#comments</comments>
		<pubDate>Sat, 29 Aug 2009 22:09:38 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Skype]]></category>

		<guid isPermaLink="false">http://gurucoder.wordpress.com/?p=315</guid>
		<description><![CDATA[
<pre>UPDATE:
Una nuova versione della libreria con un nuovo nome è disponibile e risolve
molti bugs preesistenti!
ecco il link al post:
skype-java-api 1.1</pre>
<p><strong>Skype4Java</strong> è una API completamente open source. Gli sviluppatori hanno realizzato una serie di metodi statici per gestire la maggiorparte delle funzionalità offerte da Skype.  E&#8217; possibile scaricare la libreria da questo indirizzo. Per presentare un esempio , ipotiziamo di utilizzare NetBeans come IDE di sviluppo . Una volta terminato il download , è necessario importare l&#8217;intera cartella &#8220;release&#8221; nelle librerie [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/skype4java-come-utilizzare-skype-con-java.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Popolare una HashMap in Java</title>
		<link>http://www.gurucoder.org/popolare-una-hashmap-in-java.html</link>
		<comments>http://www.gurucoder.org/popolare-una-hashmap-in-java.html#comments</comments>
		<pubDate>Sat, 22 Aug 2009 18:45:10 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blogbre.wordpress.com/?p=97</guid>
		<description><![CDATA[
<p style="text-align: justify;"><img class="size-full wp-image-292 alignleft" title="java" src="http://gurucoder.files.wordpress.com/2009/08/java.png" alt="java" width="227" height="157" />Il post di oggi si pone l&#8217;obbiettivo di presentare un modo semplice ed intuitivo di popolare una HashMap in Java.</p>
<p style="text-align: justify;">Premesso che per &#8220;Tabella di Hashing&#8221; si intende una struttura dati di tipo associativo in cui c&#8217;è un associazione univoca tra chiave e relativo valore. Per poter accedere un certo valore bisogna conoscerne la relativa chiave. Senza entrare troppo nei dettagli teorici, l&#8217;uso di tabelle di hashing risulata [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/popolare-una-hashmap-in-java.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

