<?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>Codigo Android &#187; general</title>
	<atom:link href="http://www.codigoandroid.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codigoandroid.com</link>
	<description>Comunidad de programadores y desarrolladores para Android</description>
	<lastBuildDate>Sun, 08 Nov 2009 19:10:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Carrefour empieza a vender sus portatiles con sistema operativo Android</title>
		<link>http://www.codigoandroid.com/carrefour-empieza-a-vender-sus-portatiles-con-sistema-operativo-android/</link>
		<comments>http://www.codigoandroid.com/carrefour-empieza-a-vender-sus-portatiles-con-sistema-operativo-android/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 00:04:28 +0000</pubDate>
		<dc:creator>Mikel</dc:creator>
				<category><![CDATA[Noticias]]></category>
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.codigoandroid.com/?p=92</guid>
		<description><![CDATA[Carrefour vende portatiles con Android]]></description>
			<content:encoded><![CDATA[<p>Buenas noticias para los desarrolladores y amantes de Android, al parecer Carrefour ha enviado publicidad en la que afirma que vende portatiles con doble sistema operativo Windows 7 y Android.</p>
<p>Que Android es el futuro tanto de la telefonía y ordenadores es cada vez más claro, parece que se le empieza a dar la importancia que se merece.</p>
<p><img class="alignnone size-full wp-image-93" title="portatil_con_adroid-833x1024" src="http://www.codigoandroid.com/wp-content/uploads/2009/11/portatil_con_adroid-833x1024.jpg" alt="portatil_con_adroid-833x1024" width="600" height="738" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.codigoandroid.com/carrefour-empieza-a-vender-sus-portatiles-con-sistema-operativo-android/feed/</wfw:commentRss>
		<slash:comments>82</slash:comments>
		</item>
		<item>
		<title>Bienvenidos a codigoandroid.com</title>
		<link>http://www.codigoandroid.com/hello-world/</link>
		<comments>http://www.codigoandroid.com/hello-world/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 11:50:00 +0000</pubDate>
		<dc:creator>Mikel</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[hello world]]></category>

		<guid isPermaLink="false">http://www.codigoandroid.com/?p=1</guid>
		<description><![CDATA[helloworld.java
package com.android.helloandroid;

import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;

public class HelloAndroid extends Activity {
   /** Called when the activity is first created. */
   @Override
   public void onCreate(Bundle savedInstanceState) {
       super.onCreate(savedInstanceState);
       TextView tv = new TextView(this);
       [...]]]></description>
			<content:encoded><![CDATA[<pre>helloworld.java
<pre><strong>package com.android.helloandroid;

import android.app.Activity;
import android.os.Bundle;
<strong>import android.widget.TextView;</strong>

public class HelloAndroid extends Activity {
   /** Called when the activity is first created. */
   @Override
   public void onCreate(Bundle savedInstanceState) {
       super.onCreate(savedInstanceState);
       <strong>TextView tv = new TextView(this);
       tv.setText("Bienvenidos a codigoandroid.com");
       setContentView(tv);</strong>
   }
}</strong></pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.codigoandroid.com/hello-world/feed/</wfw:commentRss>
		<slash:comments>1205</slash:comments>
		</item>
	</channel>
</rss>
