 <?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; Android</title>
	<atom:link href="http://www.gurucoder.org/category/android/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>Disabilitare rotazione Activity in Android</title>
		<link>http://www.gurucoder.org/disabilitare-rotazione-activity-in-android.html</link>
		<comments>http://www.gurucoder.org/disabilitare-rotazione-activity-in-android.html#comments</comments>
		<pubDate>Sun, 27 Feb 2011 17:01:18 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=1044</guid>
		<description><![CDATA[Quando il dispositivo viene ruotato, avviene il ricaricamento dell' Activity correntemente visualizzata e presentata nella cosidetta modalità "Landscape Mode" . Se la vostra Activity non risulta ottimizzata per questa modalità di visualizzazione, conviene disabilitarne il carimamento.]]></description>
		<wfw:commentRss>http://www.gurucoder.org/disabilitare-rotazione-activity-in-android.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hero con Android 2.1 finalmente è arrivato!</title>
		<link>http://www.gurucoder.org/hero-con-android-2-1-finalmente-e-arrivato.html</link>
		<comments>http://www.gurucoder.org/hero-con-android-2-1-finalmente-e-arrivato.html#comments</comments>
		<pubDate>Sun, 11 Jul 2010 13:27:25 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[HTC]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=936</guid>
		<description><![CDATA[
<p>HTC finalmente dopo una lunga attesa ha distribuito i due aggiornamenti FOTA per l&#8217; upgrade del mitico HERO alla versione android 2.1! Proprio ieri ho ricevuto il secondo aggiornamento, circa 70 MB , ed il mio Hero è rinato&#8230; bhe sicuramente il passaggio dalla versione 1.5 alla versione 2.1 si fa sentire ed è evidente&#8230; Per adesso non ho riscontrato particolari peggioramenti nelle performance, ma come nota di demerito deve segnalare l&#8217; assenza del supporto ai &#8220;Live Wallpapers&#8221;. Il motivo di [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/hero-con-android-2-1-finalmente-e-arrivato.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aggiornamento Hero 2.1 a Giugno&#8230;Sarà vero?</title>
		<link>http://www.gurucoder.org/aggiornamento-hero-2-1-a-giugno-sara-vero.html</link>
		<comments>http://www.gurucoder.org/aggiornamento-hero-2-1-a-giugno-sara-vero.html#comments</comments>
		<pubDate>Fri, 28 May 2010 22:18:16 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[HERO]]></category>
		<category><![CDATA[HTC]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=920</guid>
		<description><![CDATA[
<p>Dopo infiniti ritardi e promesse mai mantenute, questa volta è HTC in persona a fissare a Giugno l&#8217; upgrade alla versione Android 2.1 ( nome in codice Eclair ) dell&#8217; &#8220;eroico&#8221; terminale della casa Taiwanese.</p>
<p>Ho personalmente inoltrato una mail al servizio clienti ed ecco la riposta :</p>
<p>&#8220;Per l’aggiornamento della rom per HTC Hero La informo che HTC fornirà un aggiornamento gratuito all’ Éclair (Android 2.1) per le varianti europee di HTC Hero. A partire dal mese di giugno, chiunque abbia [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/aggiornamento-hero-2-1-a-giugno-sara-vero.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Aggiornamento Android 2.1 per Hero reinviato ad Aprile</title>
		<link>http://www.gurucoder.org/aggiornamento-android-2-1-per-hero-reinviato-ad-aprile.html</link>
		<comments>http://www.gurucoder.org/aggiornamento-android-2-1-per-hero-reinviato-ad-aprile.html#comments</comments>
		<pubDate>Sun, 21 Mar 2010 13:14:38 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[HERO]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=878</guid>
		<description><![CDATA[
<p style="text-align: justify;">E&#8217; di pochi giorni la notizia che l&#8217;attesissimo aggiornamento alla versione 2.1 di Android per HTC Hero sia ufficialmente slittato al mese di Aprile. La cas Taiwanese ha fatto sapere che tale aggiornamento verrà prima distribuito all&#8217; estero nei primi giorni del prossimo mese, per poi arrivare finalmente in Italia nella prima metà di  Aprile. HTC Hero, sebbene sia stato uno dei dispositivi più venduti e commercializzati nel corso di quest&#8217; anno, tanto da meritarsi il premio di [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/aggiornamento-android-2-1-per-hero-reinviato-ad-aprile.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Android 2.1 per HTC Hero in arrivo a metà Marzo</title>
		<link>http://www.gurucoder.org/android-2-1-per-htc-hero-in-arrivo-a-meta-marzo.html</link>
		<comments>http://www.gurucoder.org/android-2-1-per-htc-hero-in-arrivo-a-meta-marzo.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 08:20:10 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[HERO]]></category>
		<category><![CDATA[HTC]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/android-2-1-per-htc-hero-in-arrivo-a-meta-marzo.html</guid>
		<description><![CDATA[
<p>Ci sono grandi notizie per i possessori di HTC Hero. La casa Taiwanese sta infatti lavorando alla release ufficiale della nuova ROM con OS Android 2.1 , in modo da riallineare il &#8220;mitico&#8221; HERO al nuovo arrivato Nexus.</p>
<p>Quesa notizia non potrà che entusiasmare i possessori di HERO che si trova ancora con in grembo una versione ormai obsoleta di Android &#8230;.. 1.5 &#8230;.</p>
<p>Verrà introdotto anche un nuovo widget, FriendStream, pensato per incrementare ancora di più la connessione con HERO ed [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/android-2-1-per-htc-hero-in-arrivo-a-meta-marzo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installare files .apk su Android</title>
		<link>http://www.gurucoder.org/installare-files-apk-su-andorid.html</link>
		<comments>http://www.gurucoder.org/installare-files-apk-su-andorid.html#comments</comments>
		<pubDate>Sun, 28 Feb 2010 11:50:21 +0000</pubDate>
		<dc:creator>gurucoder</dc:creator>
				<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://www.gurucoder.org/?p=866</guid>
		<description><![CDATA[
<p><img class="alignleft size-medium wp-image-867" style="border: 2px solid gray;" title="1385" src="http://www.gurucoder.org/blog/wp-content/uploads/2010/02/1385-300x172.jpg" alt="" width="229" height="131" />Mentre risulta semplice installare applicazioni per Android direttamente dal Market Place, l&#8217; operazione di installazione di applicazioni esterne al Market risulta leggermente più lunga:</p>
<p>Prima di tutto bisogna accedere al Market Place ed installare l&#8217; applicazione <strong>AppInstaller </strong>. Questo applicativo permette di installare i files con estensione APK  ( Android Package Installer ) che si trovano nella SD del dispositivo.</p>
<p>Fatto questo, caricate i vostri file APK sulla SD [...]]]></description>
		<wfw:commentRss>http://www.gurucoder.org/installare-files-apk-su-andorid.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

