<?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; email</title>
	<atom:link href="https://blog.developpez.com/android2ee-mathias-seguy/ptag/email/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>Envoyer une email au sein de votre activité</title>
		<link>https://blog.developpez.com/android2ee-mathias-seguy/p10306/android-2/le-savoir-faire/envoyer_une_email_au_sein_de_votre_activ</link>
		<comments>https://blog.developpez.com/android2ee-mathias-seguy/p10306/android-2/le-savoir-faire/envoyer_une_email_au_sein_de_votre_activ#comments</comments>
		<pubDate>Wed, 21 Sep 2011 13:34:25 +0000</pubDate>
		<dc:creator><![CDATA[MathiasSeguy]]></dc:creator>
				<category><![CDATA[Le savoir faire]]></category>
		<category><![CDATA[Android2EE]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[envoie]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Pour envoyer un email: //load string for email: String[] adresses=getResources().getStringArray(R.string.mail_adresses); String subject=getResources().getString(R.string.mail_subject); String body=getResources().getString(R.string.mail_body); // send an email final Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND); &#160; &#160; &#160; &#160; emailIntent.setType(&#34;plain/text&#34;); emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL, adresses); emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, subject); emailIntent.putExtra(android.content.Intent.EXTRA_TEXT, body); startActivity(Intent.createChooser(emailIntent, &#34;Send mail...&#34;)); Alors, merci qui? Merci, Android2ee, les Ebooks de programmation Android :o) Mathias Séguy mathias.seguy.it@gmail.com Auteur Android2EE Ebooks pour apprendre la programmation sous Android.]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
