<?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>Tseng's dev blog &#187; Activity Lifecycle</title>
	<atom:link href="http://tseng-blog.nge-web.net/blog/tag/activity-lifecycle/feed/" rel="self" type="application/rss+xml" />
	<link>http://tseng-blog.nge-web.net/blog</link>
	<description>A developers blog</description>
	<lastBuildDate>Thu, 29 Apr 2010 18:36:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SavedState: Preserve data when your Activity is recreated &#8211; Part 1</title>
		<link>http://tseng-blog.nge-web.net/blog/2009/02/27/savedstate-preserve-data-when-application-is-recreated/</link>
		<comments>http://tseng-blog.nge-web.net/blog/2009/02/27/savedstate-preserve-data-when-application-is-recreated/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 22:07:24 +0000</pubDate>
		<dc:creator>Tseng</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Activity]]></category>
		<category><![CDATA[Activity Lifecycle]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[SavedState]]></category>

		<guid isPermaLink="false">http://tseng-blog.nge-web.net/blog/2009/02/27/savedstate-preserve-data-when-application-is-recreated/</guid>
		<description><![CDATA[Certain events (like low on memory, or configuration change) can lead that your Android application is killed and possibly important data is lost when it's recreated again. To prevent this, you need to temoprary preserve your important data in SavedStates (onSavedInstanceState and onRestoreInstanceState) and load it when the application is recreated to prevent losing critical data necessary for your application


No related posts.]]></description>
		<wfw:commentRss>http://tseng-blog.nge-web.net/blog/2009/02/27/savedstate-preserve-data-when-application-is-recreated/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
