<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Warrior Point</title>
	
	<link>http://www.warriorpoint.com/blog</link>
	<description>Latest News and Tutorials on Salesforce.com, SaaS, and on-demand software</description>
	<pubDate>Wed, 15 Jul 2009 05:27:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/WarriorPointComments" type="application/rss+xml" /><item>
		<title>Comment on Android: How to switch between Activities by Boyan</title>
		<link>http://feedproxy.google.com/~r/WarriorPointComments/~3/0DXG5qB8AAA/</link>
		<dc:creator>Boyan</dc:creator>
		<pubDate>Tue, 07 Jul 2009 02:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.warriorpoint.com/blog/?p=308#comment-389</guid>
		<description>Cool. Thanks</description>
		<content:encoded><![CDATA[<p>Cool. Thanks</p>
<img src="http://feeds.feedburner.com/~r/WarriorPointComments/~4/0DXG5qB8AAA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.warriorpoint.com/blog/2009/05/24/android-how-to-switch-between-activities/#comment-389</feedburner:origLink></item>
	<item>
		<title>Comment on Android: How to switch between Activities by ceveni</title>
		<link>http://feedproxy.google.com/~r/WarriorPointComments/~3/pUSqSwi3f_o/</link>
		<dc:creator>ceveni</dc:creator>
		<pubDate>Mon, 06 Jul 2009 10:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.warriorpoint.com/blog/?p=308#comment-388</guid>
		<description>If your screens are simple it is better to use Layouts instead of definining it as activity by switching  Layouts</description>
		<content:encoded><![CDATA[<p>If your screens are simple it is better to use Layouts instead of definining it as activity by switching  Layouts</p>
<img src="http://feeds.feedburner.com/~r/WarriorPointComments/~4/pUSqSwi3f_o" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.warriorpoint.com/blog/2009/05/24/android-how-to-switch-between-activities/#comment-388</feedburner:origLink></item>
	<item>
		<title>Comment on Android: Switching screens in an Activity with animations (using ViewFlipper) by StarHan</title>
		<link>http://feedproxy.google.com/~r/WarriorPointComments/~3/aiDqG5PUYes/</link>
		<dc:creator>StarHan</dc:creator>
		<pubDate>Mon, 29 Jun 2009 07:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.warriorpoint.com/blog/?p=338#comment-385</guid>
		<description>why i can't rotate an acitivity with y axle but it works well when a view rotates? Is there any difference between an acitivity and a view when they are appled rotateanimation which rotated with y axle?
thanks for your help!</description>
		<content:encoded><![CDATA[<p>why i can&#8217;t rotate an acitivity with y axle but it works well when a view rotates? Is there any difference between an acitivity and a view when they are appled rotateanimation which rotated with y axle?<br />
thanks for your help!</p>
<img src="http://feeds.feedburner.com/~r/WarriorPointComments/~4/aiDqG5PUYes" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.warriorpoint.com/blog/2009/05/26/android-switching-screens-in-an-activity-with-animations-using-viewflipper/#comment-385</feedburner:origLink></item>
	<item>
		<title>Comment on Android: How to switch between Activities by Boyan</title>
		<link>http://feedproxy.google.com/~r/WarriorPointComments/~3/9G8RjApIT0g/</link>
		<dc:creator>Boyan</dc:creator>
		<pubDate>Tue, 16 Jun 2009 15:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.warriorpoint.com/blog/?p=308#comment-375</guid>
		<description>The opening and closing tags got cut out.
intent-filter
   action android:name="android.intent.action.MAIN" /
   category android:name="android.intent.category.LAUNCHER" /
/intent-filter</description>
		<content:encoded><![CDATA[<p>The opening and closing tags got cut out.<br />
intent-filter<br />
   action android:name=&#8221;android.intent.action.MAIN&#8221; /<br />
   category android:name=&#8221;android.intent.category.LAUNCHER&#8221; /<br />
/intent-filter</p>
<img src="http://feeds.feedburner.com/~r/WarriorPointComments/~4/9G8RjApIT0g" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.warriorpoint.com/blog/2009/05/24/android-how-to-switch-between-activities/#comment-375</feedburner:origLink></item>
	<item>
		<title>Comment on Android: How to switch between Activities by Boyan</title>
		<link>http://feedproxy.google.com/~r/WarriorPointComments/~3/Qf9bJ4MZ-og/</link>
		<dc:creator>Boyan</dc:creator>
		<pubDate>Tue, 16 Jun 2009 15:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.warriorpoint.com/blog/?p=308#comment-374</guid>
		<description>Hey Tim,

If I'm not mistaken it's the following lines in the Manifest that make Activity1 the default activity:

&lt;intent-filter&gt;
 &lt;action android:name="android.intent.action.MAIN" /&gt;
 &lt;category   android:name="android.intent.category.LAUNCHER" /&gt;
&lt;/intent-filter&gt;</description>
		<content:encoded><![CDATA[<p>Hey Tim,</p>
<p>If I&#8217;m not mistaken it&#8217;s the following lines in the Manifest that make Activity1 the default activity:</p>
<p><intent -filter><br />
 <action android:name="android.intent.action.MAIN" /><br />
 <category android:name="android.intent.category.LAUNCHER" /><br />
</intent></p>
<img src="http://feeds.feedburner.com/~r/WarriorPointComments/~4/Qf9bJ4MZ-og" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.warriorpoint.com/blog/2009/05/24/android-how-to-switch-between-activities/#comment-374</feedburner:origLink></item>
	<item>
		<title>Comment on Android: How to switch between Activities by Tim Almond</title>
		<link>http://feedproxy.google.com/~r/WarriorPointComments/~3/FgcBJaowyPE/</link>
		<dc:creator>Tim Almond</dc:creator>
		<pubDate>Thu, 11 Jun 2009 11:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.warriorpoint.com/blog/?p=308#comment-371</guid>
		<description>A simple question...

What makes the emulator start with Activity1 rather than Activity2? Is it the addition of

?

Thanks.
Tim</description>
		<content:encoded><![CDATA[<p>A simple question&#8230;</p>
<p>What makes the emulator start with Activity1 rather than Activity2? Is it the addition of</p>
<p>?</p>
<p>Thanks.<br />
Tim</p>
<img src="http://feeds.feedburner.com/~r/WarriorPointComments/~4/FgcBJaowyPE" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.warriorpoint.com/blog/2009/05/24/android-how-to-switch-between-activities/#comment-371</feedburner:origLink></item>
	<item>
		<title>Comment on Android: Switching screens in an Activity with animations (using ViewFlipper) by Boyan</title>
		<link>http://feedproxy.google.com/~r/WarriorPointComments/~3/6mg9TSNt9-0/</link>
		<dc:creator>Boyan</dc:creator>
		<pubDate>Sun, 07 Jun 2009 19:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.warriorpoint.com/blog/?p=338#comment-370</guid>
		<description>Thanks Stephen, I'll try it out!</description>
		<content:encoded><![CDATA[<p>Thanks Stephen, I&#8217;ll try it out!</p>
<img src="http://feeds.feedburner.com/~r/WarriorPointComments/~4/6mg9TSNt9-0" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.warriorpoint.com/blog/2009/05/26/android-switching-screens-in-an-activity-with-animations-using-viewflipper/#comment-370</feedburner:origLink></item>
	<item>
		<title>Comment on Android: Switching screens in an Activity with animations (using ViewFlipper) by stephen</title>
		<link>http://feedproxy.google.com/~r/WarriorPointComments/~3/b9cRmJSWLr8/</link>
		<dc:creator>stephen</dc:creator>
		<pubDate>Sat, 06 Jun 2009 08:16:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.warriorpoint.com/blog/?p=338#comment-369</guid>
		<description>Hi for the disclaimer.. try using another animation R.anim.slide_right instead of push_left_out . thanks for the tutorial it's really great!</description>
		<content:encoded><![CDATA[<p>Hi for the disclaimer.. try using another animation R.anim.slide_right instead of push_left_out . thanks for the tutorial it&#8217;s really great!</p>
<img src="http://feeds.feedburner.com/~r/WarriorPointComments/~4/b9cRmJSWLr8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.warriorpoint.com/blog/2009/05/26/android-switching-screens-in-an-activity-with-animations-using-viewflipper/#comment-369</feedburner:origLink></item>
	<item>
		<title>Comment on Free SaaS Webinar - 10 Laws of Building a Successful SaaS Company by Pankaj Taneja</title>
		<link>http://feedproxy.google.com/~r/WarriorPointComments/~3/2_yT-ha9n5c/</link>
		<dc:creator>Pankaj Taneja</dc:creator>
		<pubDate>Mon, 01 Jun 2009 20:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.warriorpoint.com/blog/?p=221#comment-368</guid>
		<description>We will soon be presenting a similar free webinar on "SaaS vendor Selection". The webinar will be lead by Rusty Weston, former head of InformationWeek Research. It will help SMBs, which dont have much experience with SaaS. make a more risk free SaaS purchase decision.

You can register for it at http://www.hyperoffice.com/saas-reviews-for-smbs/</description>
		<content:encoded><![CDATA[<p>We will soon be presenting a similar free webinar on &#8220;SaaS vendor Selection&#8221;. The webinar will be lead by Rusty Weston, former head of InformationWeek Research. It will help SMBs, which dont have much experience with SaaS. make a more risk free SaaS purchase decision.</p>
<p>You can register for it at <a href="http://www.hyperoffice.com/saas-reviews-for-smbs/" rel="nofollow">http://www.hyperoffice.com/saas-reviews-for-smbs/</a></p>
<img src="http://feeds.feedburner.com/~r/WarriorPointComments/~4/2_yT-ha9n5c" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.warriorpoint.com/blog/2008/10/07/221/#comment-368</feedburner:origLink></item>
	<item>
		<title>Comment on Android: Switching screens in an Activity with animations (using ViewFlipper) by Android: Switching screens by dragging over the touch screen | Warrior Point - Latest News on SaaS &amp; Tutorials for On-demand Software</title>
		<link>http://feedproxy.google.com/~r/WarriorPointComments/~3/RIBIn_4vClc/</link>
		<dc:creator>Android: Switching screens by dragging over the touch screen | Warrior Point - Latest News on SaaS &amp; Tutorials for On-demand Software</dc:creator>
		<pubDate>Fri, 29 May 2009 04:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.warriorpoint.com/blog/?p=338#comment-367</guid>
		<description>[...] To start off, we need to create an Activity with two screens. The two screens will be implemented using a ViewFlipper in the main.xml layout file. Follow the steps in this blog post to set yourself up: Android: Switching screens in an Activity with animations (using ViewFlipper). [...]</description>
		<content:encoded><![CDATA[<p>[...] To start off, we need to create an Activity with two screens. The two screens will be implemented using a ViewFlipper in the main.xml layout file. Follow the steps in this blog post to set yourself up: Android: Switching screens in an Activity with animations (using ViewFlipper). [...]</p>
<img src="http://feeds.feedburner.com/~r/WarriorPointComments/~4/RIBIn_4vClc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://www.warriorpoint.com/blog/2009/05/26/android-switching-screens-in-an-activity-with-animations-using-viewflipper/#comment-367</feedburner:origLink></item>
</channel>
</rss>
