<?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>Android2EE sur DVP &#187; tips</title>
	<atom:link href="https://blog.developpez.com/android2ee-mathias-seguy/ptag/tips/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.developpez.com/android2ee-mathias-seguy</link>
	<description>May Android be with you! Formation, Expertise, Consulting Android.</description>
	<lastBuildDate>Thu, 22 Dec 2016 10:05:44 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Comment forcer a rester dans une activité, le retour :)</title>
		<link>https://blog.developpez.com/android2ee-mathias-seguy/p11871/android-2/le-savoir-faire/comment-forcer-a-rester-dans-une-activite-le-retour</link>
		<comments>https://blog.developpez.com/android2ee-mathias-seguy/p11871/android-2/le-savoir-faire/comment-forcer-a-rester-dans-une-activite-le-retour#comments</comments>
		<pubDate>Fri, 29 Mar 2013 15:17:57 +0000</pubDate>
		<dc:creator><![CDATA[MathiasSeguy]]></dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Le savoir concevoir]]></category>
		<category><![CDATA[Le savoir faire]]></category>
		<category><![CDATA[Activity on Top]]></category>
		<category><![CDATA[Android2EE]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.developpez.com/android2ee-mathias-seguy/?p=413</guid>
		<description><![CDATA[Bonjour, Encore moi, encore mon stagiaire V. Miellet qui me pose des questions (celui de Janvier). Une autre manière de parvenir à cet objectif est tout simple aussi, il suffit quand l&#8217;activité passe en pause de lancer un service (disons StayHereActivity) et de tuer l&#8217;activité (finish). Intent startActivitiesCops=new Intent(this,ActivtiesCopsService.class); startService(startActivitiesCops); super.onPause(); finish(); Le service lui, ne fait que relancer l&#8217;activité: public int onStartCommand(Intent intent, int flags, int startId) { Log.e(&#34;ActivtiesCopsService&#34;, &#34; onStratCommand&#34;); Intent startMain = [&#8230;]]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
