<?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: Android Basics &#8211; Managing Activity States &#8211; Part I</title>
	<atom:link href="http://www.androidcompetencycenter.com/2009/01/android-basics-managing-activity-states-part-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.androidcompetencycenter.com/2009/01/android-basics-managing-activity-states-part-i/</link>
	<description>Tutorials, Tips and tricks, Tools for Android development</description>
	<lastBuildDate>Fri, 10 Sep 2010 10:12:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zamir</title>
		<link>http://www.androidcompetencycenter.com/2009/01/android-basics-managing-activity-states-part-i/comment-page-1/#comment-364</link>
		<dc:creator>zamir</dc:creator>
		<pubDate>Fri, 26 Feb 2010 09:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=304#comment-364</guid>
		<description>i need to call this activity(StateExampleActivity) from another activity say Act2 ,then i use Intent int1=new Intent(this,StateExampleActivity.class);startActivity(int1);
but then nothing is stored ie the string value is not stoed at all.what do i do?</description>
		<content:encoded><![CDATA[<p>i need to call this activity(StateExampleActivity) from another activity say Act2 ,then i use Intent int1=new Intent(this,StateExampleActivity.class);startActivity(int1);<br />
but then nothing is stored ie the string value is not stoed at all.what do i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaobin0604</title>
		<link>http://www.androidcompetencycenter.com/2009/01/android-basics-managing-activity-states-part-i/comment-page-1/#comment-159</link>
		<dc:creator>shaobin0604</dc:creator>
		<pubDate>Wed, 16 Sep 2009 05:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=304#comment-159</guid>
		<description>&lt;a href=&quot;#comment-107&quot; rel=&quot;nofollow&quot;&gt;@Swaroop&lt;/a&gt;
you can save your persistent state in Activity#onPause() method</description>
		<content:encoded><![CDATA[<p><a href="#comment-107" rel="nofollow">@Swaroop</a><br />
you can save your persistent state in Activity#onPause() method</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jose Ayerdis</title>
		<link>http://www.androidcompetencycenter.com/2009/01/android-basics-managing-activity-states-part-i/comment-page-1/#comment-146</link>
		<dc:creator>Jose Ayerdis</dc:creator>
		<pubDate>Wed, 26 Aug 2009 09:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=304#comment-146</guid>
		<description>No necesarilly is ok to save temporal state like this when you want to go out of the activity and everything stay as you let it when you leaved.... plus Provider spend to much of memory to be used on simple state save imaging exiting an application and waiting all the data to be save.. is like comparing serializable a object or Parcelable with android....</description>
		<content:encoded><![CDATA[<p>No necesarilly is ok to save temporal state like this when you want to go out of the activity and everything stay as you let it when you leaved&#8230;. plus Provider spend to much of memory to be used on simple state save imaging exiting an application and waiting all the data to be save.. is like comparing serializable a object or Parcelable with android&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeeshan</title>
		<link>http://www.androidcompetencycenter.com/2009/01/android-basics-managing-activity-states-part-i/comment-page-1/#comment-108</link>
		<dc:creator>zeeshan</dc:creator>
		<pubDate>Thu, 25 Jun 2009 12:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=304#comment-108</guid>
		<description>Hi Swaroop,
    For saving information and retrieving next time when you start the application, the best option is to use SQLiteDatabase , also the next option is use files.

Regards,</description>
		<content:encoded><![CDATA[<p>Hi Swaroop,<br />
    For saving information and retrieving next time when you start the application, the best option is to use SQLiteDatabase , also the next option is use files.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swaroop</title>
		<link>http://www.androidcompetencycenter.com/2009/01/android-basics-managing-activity-states-part-i/comment-page-1/#comment-107</link>
		<dc:creator>Swaroop</dc:creator>
		<pubDate>Thu, 25 Jun 2009 12:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidcompetencycenter.com/?p=304#comment-107</guid>
		<description>Awesome info, this tutorial helped me a lot, i have been stuck at how to save the state for 2 hours.
and i have one question,is it possible to save information, hit cancel button and when application is launched again retrive the stored information.</description>
		<content:encoded><![CDATA[<p>Awesome info, this tutorial helped me a lot, i have been stuck at how to save the state for 2 hours.<br />
and i have one question,is it possible to save information, hit cancel button and when application is launched again retrive the stored information.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
