<?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>GeekDroid - the Android Developers Community&#187; Android</title>
	<atom:link href="http://www.geekdroid.com/tag/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekdroid.com</link>
	<description>Tutorials &#124; Hints &#124; Tricks &#124; Reviews &#124; Tests</description>
	<lastBuildDate>Thu, 01 Apr 2010 11:03:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[Screencast Android #1] &#8211; Ciao Mondo</title>
		<link>http://www.geekdroid.com/screencast-android-1-ciao-mondo/</link>
		<comments>http://www.geekdroid.com/screencast-android-1-ciao-mondo/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 23:46:42 +0000</pubDate>
		<dc:creator>GeekDroid</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Screencast]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[ciao]]></category>
		<category><![CDATA[hello]]></category>
		<category><![CDATA[lezioni]]></category>
		<category><![CDATA[mondo]]></category>
		<category><![CDATA[programmazione]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[world]]></category>

		<guid isPermaLink="false">http://www.geekdroid.com/?p=123</guid>
		<description><![CDATA[Questo è il primo episodio di una serie di screencasts in italiano (o lezioni video) dedicati al mondo della programmazione Android.
In questa prima puntata creeremo una semplice applicazione, un tipico &#8220;Ciao Mondo&#8221; e la faremo girare sull&#8217;emulatore.
English
This is the first episode of a series of screencasts talking about Android programming.
In this first video we will  <a href="http://www.geekdroid.com/screencast-android-1-ciao-mondo/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Questo è il primo episodio di una serie di screencasts in italiano (o lezioni video) dedicati al mondo della programmazione Android.</p>
<p>In questa prima puntata creeremo una semplice applicazione, un tipico &#8220;Ciao Mondo&#8221; e la faremo girare sull&#8217;emulatore.</p>
<p><strong>English</strong></p>
<p>This is the first episode of a series of screencasts talking about Android programming.</p>
<p>In this first video we will make a simple application: a typical &#8220;Hello World&#8221; and we will make it run on the emulator.</p>
<p>Language: Italian.</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/Efp8TyGaH3I&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Efp8TyGaH3I&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x234900&#038;color2=0x4e9e00" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekdroid.com/screencast-android-1-ciao-mondo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Tip — Go Fullscreen</title>
		<link>http://www.geekdroid.com/android-tip-fullscreen/</link>
		<comments>http://www.geekdroid.com/android-tip-fullscreen/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:25:01 +0000</pubDate>
		<dc:creator>GeekDroid</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[fullscreen]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://www.geekdroid.com/?p=119</guid>
		<description><![CDATA[In your applications and games, you often have to go fullscreen. Actually, different kinds of fullscreen exist. You may need to remove the title bar only or to get a real fullscreen.
If you want to remove the title bar, but not the Android notifications bar, simply modify your manifest under the activity tag of your XML:

android:theme="@android:style/Theme.NoTitleBar.Fullscreen"

If  <a href="http://www.geekdroid.com/android-tip-fullscreen/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p style="margin-top: 0.6em; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px; line-height: 19px; padding: 0px;">In your applications and games, you often have to go fullscreen. Actually, different kinds of fullscreen exist. You may need to remove the title bar only or to get a real fullscreen.</p>
<p style="margin-top: 0.6em; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px; line-height: 19px; padding: 0px;">If you want to remove the title bar, but not the Android notifications bar, simply modify your manifest under the <em style="padding: 0px; margin: 0px;">activity </em>tag of your XML:</p>
<p style="margin-top: 0.6em; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px; line-height: 19px; padding: 0px;"><br style="padding: 0px; margin: 0px;" /></p>
<pre style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font: normal normal normal 12px/18px Consolas, Monaco, 'Courier New', Courier, monospace; overflow-x: hidden; overflow-y: hidden; white-space: pre-wrap; font-size: 12px; font-family: 'Courier New', Courier, 'Lucida Console', Monaco, 'DejaVu Sans Mono', 'Nimbus Mono L', 'Bitstream Vera Sans Mono'; background-color: #ffffff; width: 716px; padding: 0.8em; border: 1px solid #dddddd;">android:theme="@android:style/Theme.NoTitleBar.Fullscreen"</pre>
<p style="margin-top: 0.6em; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px; line-height: 19px; padding: 0px;"><br style="padding: 0px; margin: 0px;" /></p>
<p style="margin-top: 0.6em; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px; line-height: 19px; padding: 0px;">If you need a <em style="padding: 0px; margin: 0px;">real</em> fullscreen, then you have to use this code in your Activity class:</p>
<p style="margin-top: 0.6em; margin-right: 0px; margin-bottom: 0.3em; margin-left: 0px; line-height: 19px; padding: 0px;"><br style="padding: 0px; margin: 0px;" /></p>
<pre style="margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; font: normal normal normal 12px/18px Consolas, Monaco, 'Courier New', Courier, monospace; overflow-x: hidden; overflow-y: hidden; white-space: pre-wrap; font-size: 12px; font-family: 'Courier New', Courier, 'Lucida Console', Monaco, 'DejaVu Sans Mono', 'Nimbus Mono L', 'Bitstream Vera Sans Mono'; background-color: #ffffff; width: 716px; padding: 0.8em; border: 1px solid #dddddd;">requestWindowFeature(Window.FEATURE_NO_TITLE);<br style="padding: 0px; margin: 0px;" />getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,<br style="padding: 0px; margin: 0px;" />WindowManager.LayoutParams.FLAG_FULLSCREEN);</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.geekdroid.com/android-tip-fullscreen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rokon Game Framework</title>
		<link>http://www.geekdroid.com/rokon-game-framework/</link>
		<comments>http://www.geekdroid.com/rokon-game-framework/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 21:53:04 +0000</pubDate>
		<dc:creator>GeekDroid</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[rokon]]></category>

		<guid isPermaLink="false">http://www.geekdroid.com/?p=109</guid>
		<description><![CDATA[Android really needs a solid framework. Specifically, a multimedia multipurpose framework. Something to help game developers in their hard work. Rokon Framework is an open source project that aims to that. It started with very few library functions, some months ago, and now it&#8217;s becoming something serious.
Give it a look and if you are going  <a href="http://www.geekdroid.com/rokon-game-framework/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Android really needs a solid framework. Specifically, a multimedia multipurpose framework. Something to help game developers in their hard work.<em> Rokon Framework</em> is an open source project that aims to that. It started with very few library functions, some months ago, and now it&#8217;s becoming something serious.</p>
<p>Give it a look and if you are going to try it, share your feedback!</p>
<p><em>Note for the Rokon developer: <strong>please</strong> fix your Wiki page on your site. Your tutorials have been (and they are) inaccessible for days!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekdroid.com/rokon-game-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>La nuova community di sviluppatori Android italiani!</title>
		<link>http://www.geekdroid.com/community-sviluppatori-android-italiani/</link>
		<comments>http://www.geekdroid.com/community-sviluppatori-android-italiani/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 17:21:29 +0000</pubDate>
		<dc:creator>GeekDroid</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[GeekDroid]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[italiani]]></category>
		<category><![CDATA[sviluppatori]]></category>

		<guid isPermaLink="false">http://www.geekdroid.com/?p=95</guid>
		<description><![CDATA[Vi dò il benvenuto alla nuova community dedicata a noi sviluppatori Android italiani. Ho voluto creare questo spazio dove riunirci perchè ad oggi, 6 Gennaio 2010, sento la mancanza di una vera community che ci riunisca e che faccia sentire la nostra voce. Io mi chiamo Marco, ho quasi 26 anni e sono un felicissimo  <a href="http://www.geekdroid.com/community-sviluppatori-android-italiani/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Vi dò il benvenuto alla <a title="GeekDroid Community Italiana Android" href="http://www.geekdroid.com/forum">nuova community</a> dedicata a noi sviluppatori Android italiani. Ho voluto creare questo spazio dove riunirci perchè ad oggi, 6 Gennaio 2010, sento la mancanza di una vera community che ci riunisca e che faccia sentire la nostra voce. Io mi chiamo Marco, ho quasi 26 anni e sono un felicissimo possessore di un HTC Magic (Tim) con rom Cyanogen. Studio Ingegneria Informatica presso La Sapienza e ho da qualche tempo iniziato ad interessarmi alla programmazione per il mondo mobile.<br style="padding: 0px; margin: 0px;" /><br style="padding: 0px; margin: 0px;" />Il mondo Android è in grandissimo fermento, lo sappiamo tutti. Proprio ieri è stato annunciato il primo vero telefono Android &#8220;made in Google&#8221;, il Nexus One. E il nostro amico robottino verde sta cominciando seriamente a far tremare le certezze di tante multinazionali che pensavano di avere il campo libero sull&#8217;argomento dei &#8220;webfonini&#8221; (perdonatemi il triste nomignolo).<br style="padding: 0px; margin: 0px;" /><br style="padding: 0px; margin: 0px;" />Le vere sfide cominciano adesso, perchè questo mondo in grande fermento ha bisogno di applicazioni, migliaia di applicazioni e giochi per divertire e soddisfare le esigenze di un sempre crescente numero di utenti che si stanno convertendo. Sta a noi fornire loro ciò di cui hanno bisogno. E convincerli ad aver bisogno di qualcosa che ancora non esiste, se necessario <img style="border-width: 0px; padding: 0px; margin: 0px;" title="Very Happy" src="http://www.geekdroid.com/forum/images/smilies/icon_e_biggrin.gif" alt=":D" /> <br style="padding: 0px; margin: 0px;" /><br style="padding: 0px; margin: 0px;" />Allora sfoderiamo la nostra creatività e le nostre capacità, uniamo le forze e diamoci da fare. Presentiamo i nostri lavori alla community nazionale e internazionale e cerchiamo di tirarne fuori qualcosa. Ma soprattutto cerchiamo di essere attivi e di aiutarci vicendevolmente con le (innumerevoli) sfide che ogni ambiente di sviluppo (più che mai uno mobile) ci presenterà. Riempiamo questi spazi con nostri articoli, impressioni, idee per nuove applicazioni, tutorial, tips &#8216;n tricks e quant&#8217;altro per far progredire tutti. Chissà che la cosa non confluirà in un team di programmazione e non ci si incontrerà nella nostra nuova sede in California a lavorare tutti insieme su qualche grande progetto? <img style="border-width: 0px; padding: 0px; margin: 0px;" title="Very Happy" src="http://www.geekdroid.com/forum/images/smilies/icon_e_biggrin.gif" alt=":D" /> <br style="padding: 0px; margin: 0px;" /><br style="padding: 0px; margin: 0px;" />Ok, smetto di sognare, sebbene un pizzico di follia sia proprio quel che ci serve per riuscire nella creazione di qualcosa di nuovo!<br style="padding: 0px; margin: 0px;" /><br style="padding: 0px; margin: 0px;" />Non mi resta che ringraziarvi per il vostro tempo e sperare di incontrarvi tutti in questa nuova community, pronti a condividere la nostra conoscenza. Buon inizio di anno e a prestissimo! <img style="border-width: 0px; padding: 0px; margin: 0px;" title="Cool" src="http://www.geekdroid.com/forum/images/smilies/icon_cool.gif" alt="8-)" /></p>
<p><a title="Community" href="http://www.geekdroid.com/forum">http://www.geekdroid.com/forum</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekdroid.com/community-sviluppatori-android-italiani/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WaveSecure per Android &#8230; e i ladri hanno vita difficile!</title>
		<link>http://www.geekdroid.com/wavesecure-per-android/</link>
		<comments>http://www.geekdroid.com/wavesecure-per-android/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 18:20:10 +0000</pubDate>
		<dc:creator>GeekDroid</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[localizzazione]]></category>
		<category><![CDATA[sicurezza]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[wavesecure]]></category>
		<category><![CDATA[wipe]]></category>

		<guid isPermaLink="false">http://www.geekdroid.com/?p=87</guid>
		<description><![CDATA[
Tra i vincitori dell&#8217;Android Developer Challenge 2 troviamo un vero mattatore, essendo risultato trionfante in più di una categoria. Sto parlando di WaveSecure (ancora in versione beta), ovviamente per Android.
Questo software migliora quel che già da un pò di tempo esiste su diversi dispositivi mobili, e cioè un sistema per trovare il proprio telefono quando  <a href="http://www.geekdroid.com/wavesecure-per-android/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-88" title="wave_secure" src="http://www.geekdroid.com/wp-content/uploads/2009/12/wave_secure.jpg" alt="wave_secure" width="450" height="310" /></p>
<p>Tra i vincitori dell&#8217;Android Developer Challenge 2 troviamo un vero mattatore, essendo risultato trionfante in più di una categoria. Sto parlando di WaveSecure (ancora in versione beta), ovviamente per Android.</p>
<p>Questo software migliora quel che già da un pò di tempo esiste su diversi dispositivi mobili, e cioè un sistema per trovare il proprio telefono quando esso viene rubato. Dal sito del servizio è possibile, entrando nel proprio account, controllare le varie funzioni, come ad esempio la <em>localizzazione</em>, oppure il <em>backup degli sms e della rubrica </em>con la relativa distruzione (<em>wipe)</em>, per evitare che dati sensibili finiscano nelle mani sbagliate, oppure la funzione che permette di conoscere il numero della SIM che viene inserita quando dovesse venir tolta la nostra.</p>
<p>Nel pannello di configurazione è possibile entrare solo a patto di conoscere il pin di 6 cifre che viene impostato al primo avvio.</p>
<p>La semplicità e la (almeno apparente) funzionalità di questo software <em>gratuito</em> hanno contribuito al successo che ha avuto e sta avendo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekdroid.com/wavesecure-per-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GMail e l&#8217;icona del robottino verde: Connesso da Android o da computer?</title>
		<link>http://www.geekdroid.com/robot-verde/</link>
		<comments>http://www.geekdroid.com/robot-verde/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 11:41:19 +0000</pubDate>
		<dc:creator>GeekDroid</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[VoiP]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[gtalk]]></category>
		<category><![CDATA[robot]]></category>
		<category><![CDATA[talk]]></category>
		<category><![CDATA[verde]]></category>

		<guid isPermaLink="false">http://www.geekdroid.com/?p=84</guid>
		<description><![CDATA[
Attivando la funzione &#8220;Green Robot&#8221; dai Labs di GMail, sarà possibile determinare se un nostro contatto è connesso su GMail (o GTalk) da un terminale Android o da computer. Simpatica funzione, specialmente in questi giorni di fring-frenesia!
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-85" title="green_robot" src="http://www.geekdroid.com/wp-content/uploads/2009/11/green_robot.png" alt="green_robot" width="320" height="146" /></p>
<p>Attivando la funzione &#8220;Green Robot&#8221; dai Labs di GMail, sarà possibile determinare se un nostro contatto è connesso su GMail (o GTalk) da un terminale Android o da computer. Simpatica funzione, specialmente in questi giorni di fring-frenesia!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekdroid.com/robot-verde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPSTracker e Instamapper &#8211; Accoppiata perfetta in versione Android</title>
		<link>http://www.geekdroid.com/gpstracker-instamapper/</link>
		<comments>http://www.geekdroid.com/gpstracker-instamapper/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 13:12:53 +0000</pubDate>
		<dc:creator>GeekDroid</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[instamapper]]></category>
		<category><![CDATA[tracker]]></category>
		<category><![CDATA[tracking]]></category>

		<guid isPermaLink="false">http://www.geekdroid.com/?p=82</guid>
		<description><![CDATA[Se non conoscete Instamapper, sappiate che è un servizio disponibile per più piattaforme mobili come iPhone, Blackberry e Android. A detta del team di sviluppo (e mi rimane difficile dare loro torto) la miglior piattaforma su cui abbiano sviluppato la loro applicazione è Android. Date un&#8217;occhiata a quanto dicono in questa pagina per farvi un&#8217;idea.
La  <a href="http://www.geekdroid.com/gpstracker-instamapper/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>Se non conoscete Instamapper, sappiate che è un servizio disponibile per più piattaforme mobili come iPhone, Blackberry e Android. A detta del team di sviluppo (e mi rimane difficile dare loro torto) la miglior piattaforma su cui abbiano sviluppato la loro applicazione è Android. Date un&#8217;occhiata a quanto dicono <a href="http://www.instamapper.com/phones.html">in questa pagina</a> per farvi un&#8217;idea.</p>
<p>La possibilità di runnare applicazioni in background è uno dei punti di forza di Android e applicazioni come GPS Tracker fanno tesoro di questa potenzialità. L&#8217;applicazione permette di trackare il proprio telefono e di vedere il percorso effettuato in passato o in tempo reale. Ottimo dunque per ritrovare il proprio telefono smarrito/rubato, per trackare un telefono di un amico (sempre a scopi leciti ovviamente&#8230;) o per farsi un&#8217;idea di percorsi fatti in passato per i più svariati motivi.</p>
<p>L&#8217;applicazione è attivabile anche via SMS, funzione questa che lo rende estremamente utile. Ho già inserito l&#8217;app tra le mie preferite per Android.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekdroid.com/gpstracker-instamapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Da morire dal ridere</title>
		<link>http://www.geekdroid.com/da-morire-dal-ridere/</link>
		<comments>http://www.geekdroid.com/da-morire-dal-ridere/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 11:36:52 +0000</pubDate>
		<dc:creator>GeekDroid</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[personalizzazione]]></category>
		<category><![CDATA[screens]]></category>

		<guid isPermaLink="false">http://www.geekdroid.com/?p=70</guid>
		<description><![CDATA[Queste sono le screens di vari utenti iPhone che hanno personalizzato la propria home:

E queste sono le screens di vari utenti che hanno personalizzato la propria home su Android:

Assolutamente divertente!
]]></description>
			<content:encoded><![CDATA[<p>Queste sono le screens di vari utenti iPhone che hanno personalizzato la propria home:</p>
<p><img class="alignnone size-full wp-image-71" title="seriously1" src="http://www.geekdroid.com/wp-content/uploads/2009/10/seriously1.jpg" alt="seriously1" width="625" height="264" /></p>
<p>E queste sono le screens di vari utenti che hanno personalizzato la propria home su Android:</p>
<p><img class="alignnone size-full wp-image-72" title="androidhomescreens" src="http://www.geekdroid.com/wp-content/uploads/2009/10/androidhomescreens.JPG" alt="androidhomescreens" width="471" height="785" /></p>
<p>Assolutamente divertente!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekdroid.com/da-morire-dal-ridere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 3D era of Android gaming is beginning</title>
		<link>http://www.geekdroid.com/3dandroid-gaming-is-beginning/</link>
		<comments>http://www.geekdroid.com/3dandroid-gaming-is-beginning/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 11:44:42 +0000</pubDate>
		<dc:creator>GeekDroid</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[forge]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[gioco]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://www.geekdroid.com/?p=58</guid>
		<description><![CDATA[SpeedForge 3D has been released (not on the market, since the developers are Polish and Polish developers can&#8217;t sell applications, yet).
I&#8217;m thinking to buy it and review as soon as possible&#8230; But they are going to release a demo very soon&#8230;
If you tried the game, leave a comment!
]]></description>
			<content:encoded><![CDATA[<p>SpeedForge 3D <a href="https://slideme.org/application/speed-forge-3d">has been released</a> (not on the market, since the developers are Polish and Polish developers can&#8217;t sell applications, yet).</p>
<p>I&#8217;m thinking to buy it and review as soon as possible&#8230; But they are going to release a demo very soon&#8230;</p>
<p>If you tried the game, leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekdroid.com/3dandroid-gaming-is-beginning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I love my Android</title>
		<link>http://www.geekdroid.com/love-android/</link>
		<comments>http://www.geekdroid.com/love-android/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 10:51:08 +0000</pubDate>
		<dc:creator>GeekDroid</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[love]]></category>
		<category><![CDATA[ode]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[reddit]]></category>

		<guid isPermaLink="false">http://www.geekdroid.com/?p=22</guid>
		<description><![CDATA[This is a post I&#8217;ve found on Reddit:


I love my Android phone, it&#8217;s awesome. Over the last few months it has now become my preferred interface to my computer. All my emails, from work and personal accounts gets sent to my phone, I deal with a lot of it right there. Also Facebook through Babbler,  <a href="http://www.geekdroid.com/love-android/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p>This is a <a href="http://www.reddit.com/r/Android/comments/9e0dl/and_ode_to_android/">post </a>I&#8217;ve found on Reddit:</p>
<div>
<div>
<blockquote><p>I love my Android phone, it&#8217;s awesome. Over the last few months it has now become my preferred interface to my computer. All my emails, from work and personal accounts gets sent to my phone, I deal with a lot of it right there. Also Facebook through <a href="http://www.babblerforandroid.com/">Babbler</a>, and Reddit through <a href="http://www.cyrket.com/asset/-4015172088046204885">Reddit is Fun</a>. If I&#8217;m lonely, I can fire up <a href="http://www.cyrket.com/package/com.ebuddy.android">eBuddy</a> and have a quick MSNversation. I can check on my <a href="http://www.cyrket.com/package/com.bonfiremedia.android_ebay">eBay auctions</a> wherever I may be.</p>
<p>I can control all parts of my computer, controlling movies through VLC using <a href="http://www.cyrket.com/package/org.peterbaldwin.client.android.vlcremote">VLC Remote</a>, my music through <a href="http://dacp.jsharkey.org/">Tunes Remote</a>, I can <a href="http://www.cyrket.com/package/com.ap.DroidFtp">FTP</a> to the file system or anywhere else for that matter, I can <a href="http://www.cyrket.com/package/org.connectbot">SSH</a> to any of my boxes and control them remotely, or even <a href="http://www.cyrket.com/package/android.androidVNC">VNC</a> to them and get a graphical interface. I can even download <a href="http://www.cyrket.com/package/org.transdroid">torrents</a> while I&#8217;m out and about.</p>
<p>I can access the wealth of information available on <a href="http://www.cyrket.com/package/net.veveo.ui.android">Wikipedia</a> and a plethora of other media like podcasts, youtube, the BBC TV and radio with beebPlayer, <a href="http://www.cyrket.com/package/com.pureinnovation.purerss">RSS feeds</a>, and even <a href="http://www.cyrket.com/package/com.tedtalk">TED Talks</a>. I can also see data in the real world with <a href="http://www.cyrket.com/package/com.sprx.layar">Layar</a> and <a href="http://www.cyrket.com/package/com.wikitude">Wikitude</a>, find <a href="http://www.cyrket.com/package/com.google.android.apps.localdirectory">local stuff</a>, or go <a href="http://www.cyrket.com/package/com.google.code.geobeagle">Geocaching</a>.</p>
<p>I just can&#8217;t describe how much this little, white bundle of joy has changed my life. Three cheers for Android phones!</p></blockquote>
<p>&#8230; and I totally agree with this user!</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.geekdroid.com/love-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
