<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Use intents to start other activities</title>
	<atom:link href="http://www.droidnova.com/use-intents-to-start-other-activities,76.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.droidnova.com/use-intents-to-start-other-activities,76.html</link>
	<description>Rapid android development from Berlin</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:31:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: nitin</title>
		<link>http://www.droidnova.com/use-intents-to-start-other-activities,76.html/comment-page-1#comment-1116</link>
		<dc:creator>nitin</dc:creator>
		<pubDate>Fri, 28 May 2010 11:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=76#comment-1116</guid>
		<description>hi
i did as mention in above code.but the output is blank.Pls advice

thanks</description>
		<content:encoded><![CDATA[<p>hi<br />
i did as mention in above code.but the output is blank.Pls advice</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Velis</title>
		<link>http://www.droidnova.com/use-intents-to-start-other-activities,76.html/comment-page-1#comment-1022</link>
		<dc:creator>Bob Velis</dc:creator>
		<pubDate>Thu, 08 Apr 2010 17:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=76#comment-1022</guid>
		<description>Hi Martin!
I think there is not error, my problem is how to declare in Eclipse 3.5.1 one application using package from other project.</description>
		<content:encoded><![CDATA[<p>Hi Martin!<br />
I think there is not error, my problem is how to declare in Eclipse 3.5.1 one application using package from other project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.droidnova.com/use-intents-to-start-other-activities,76.html/comment-page-1#comment-1021</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 08 Apr 2010 12:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=76#comment-1021</guid>
		<description>What do you want to do?
Is the error in your Manifest file or in the Manifest given by the tutorial?</description>
		<content:encoded><![CDATA[<p>What do you want to do?<br />
Is the error in your Manifest file or in the Manifest given by the tutorial?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Velis</title>
		<link>http://www.droidnova.com/use-intents-to-start-other-activities,76.html/comment-page-1#comment-1020</link>
		<dc:creator>Bob Velis</dc:creator>
		<pubDate>Thu, 08 Apr 2010 12:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=76#comment-1020</guid>
		<description>Hi!
I&#039;d like try your example for Eclipse 1.5.1.
For the PickYourDude project I have the error message for the Manifest file :
&quot;com.droidnova.android.sample.Contacts  does not exist&quot;
normal because I must declare the link with the LinkContacts project.
How can I declare this ?
(PickYourDude-&gt;Properties-&gt;... etc?)</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I&#8217;d like try your example for Eclipse 1.5.1.<br />
For the PickYourDude project I have the error message for the Manifest file :<br />
&#8220;com.droidnova.android.sample.Contacts  does not exist&#8221;<br />
normal because I must declare the link with the LinkContacts project.<br />
How can I declare this ?<br />
(PickYourDude-&gt;Properties-&gt;&#8230; etc?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.droidnova.com/use-intents-to-start-other-activities,76.html/comment-page-1#comment-810</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 22 Jan 2010 21:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=76#comment-810</guid>
		<description>Hi Wollis,

sorry, Wordpress strips your lines without warning. It always do so if you post html/xml tags :/

Anyway, this application was created with SDK 1.1 as far as I can remember.

I know that the Contacts where changed during SDK updates, so please look at the official documentation for more information.

I will update this example asap.</description>
		<content:encoded><![CDATA[<p>Hi Wollis,</p>
<p>sorry, Wordpress strips your lines without warning. It always do so if you post html/xml tags :/</p>
<p>Anyway, this application was created with SDK 1.1 as far as I can remember.</p>
<p>I know that the Contacts where changed during SDK updates, so please look at the official documentation for more information.</p>
<p>I will update this example asap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wollis</title>
		<link>http://www.droidnova.com/use-intents-to-start-other-activities,76.html/comment-page-1#comment-809</link>
		<dc:creator>Wollis</dc:creator>
		<pubDate>Fri, 22 Jan 2010 21:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=76#comment-809</guid>
		<description>Hey where are my lines?!
So once again. I mean line 8 to 15 in Manifest.xml</description>
		<content:encoded><![CDATA[<p>Hey where are my lines?!<br />
So once again. I mean line 8 to 15 in Manifest.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wollis</title>
		<link>http://www.droidnova.com/use-intents-to-start-other-activities,76.html/comment-page-1#comment-808</link>
		<dc:creator>Wollis</dc:creator>
		<pubDate>Fri, 22 Jan 2010 21:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=76#comment-808</guid>
		<description>Hi,
I really appreciate this tutorial. But I do not understand these lines in Manifest.xml:

            
                
                
                
            
        
What exactly does it mean? (I&#039;m newbie in this field so please be patient :) )
I cannot see any class whit name Contacts. Is there some other part of this tutorial where is class Contacts implemented? 
Thanks for your comment.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I really appreciate this tutorial. But I do not understand these lines in Manifest.xml:</p>
<p>What exactly does it mean? (I&#8217;m newbie in this field so please be patient <img src='http://www.droidnova.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )<br />
I cannot see any class whit name Contacts. Is there some other part of this tutorial where is class Contacts implemented?<br />
Thanks for your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.droidnova.com/use-intents-to-start-other-activities,76.html/comment-page-1#comment-91</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 26 Jun 2009 20:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=76#comment-91</guid>
		<description>Hey,

no thats not correct. In your Manifest you have used this line of code:
&lt;pre lang=&quot;xml&quot; line=&quot;1&quot;&gt;&lt;application android:icon=&quot;@drawable/icon&quot; android:label=&quot;@string/app_name&quot;&gt;&lt;/pre&gt;
That means that android check your locale and display in the main menu the app_name you defined in your string.xml

You can check that on the emulator! It is directly active after installing the application. And it will change without starting the app if you change your locale.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>no thats not correct. In your Manifest you have used this line of code:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;application</span> <span style="color: #000066;">android:icon</span>=<span style="color: #ff0000;">&quot;@drawable/icon&quot;</span> <span style="color: #000066;">android:label</span>=<span style="color: #ff0000;">&quot;@string/app_name&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span></pre></td></tr></table></div>

<p>That means that android check your locale and display in the main menu the app_name you defined in your string.xml</p>
<p>You can check that on the emulator! It is directly active after installing the application. And it will change without starting the app if you change your locale.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chabfive</title>
		<link>http://www.droidnova.com/use-intents-to-start-other-activities,76.html/comment-page-1#comment-90</link>
		<dc:creator>chabfive</dc:creator>
		<pubDate>Fri, 26 Jun 2009 15:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=76#comment-90</guid>
		<description>Hi Martin,

I&#039;m sory but I don&#039;t understand.

With your solution you need to launch at least one time the app to change the app name. It&#039;s right?</description>
		<content:encoded><![CDATA[<p>Hi Martin,</p>
<p>I&#8217;m sory but I don&#8217;t understand.</p>
<p>With your solution you need to launch at least one time the app to change the app name. It&#8217;s right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.droidnova.com/use-intents-to-start-other-activities,76.html/comment-page-1#comment-86</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 24 Jun 2009 14:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=76#comment-86</guid>
		<description>Hi chabfive,

you can find the answer on my post about &lt;a href=&quot;http://www.droidnova.com/make-use-of-simple-multilanguage-support,85.html&quot; rel=&quot;nofollow&quot;&gt;Make use of simple mulitlanguage support&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi chabfive,</p>
<p>you can find the answer on my post about <a href="http://www.droidnova.com/make-use-of-simple-multilanguage-support,85.html" rel="nofollow">Make use of simple mulitlanguage support</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->