<?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; alpha</title>
	<atom:link href="https://blog.developpez.com/android2ee-mathias-seguy/ptag/alpha/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>Gestion de la brillance de l&#8217;écran et dégradé de couleur.</title>
		<link>https://blog.developpez.com/android2ee-mathias-seguy/p10291/android-2/le-savoir-faire/android_brillance_degrade</link>
		<comments>https://blog.developpez.com/android2ee-mathias-seguy/p10291/android-2/le-savoir-faire/android_brillance_degrade#comments</comments>
		<pubDate>Fri, 16 Sep 2011 09:28:39 +0000</pubDate>
		<dc:creator><![CDATA[MathiasSeguy]]></dc:creator>
				<category><![CDATA[Le savoir faire]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[Android2EE]]></category>
		<category><![CDATA[SCREEN_BRIGHTNESS_MODE]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Bonjour, Grosse patate cette semaine. Alors aujourd&#8217;hui, au moins une nouvelle astuce (j&#8217;en ai 4 sur le feu pour vous:o) : Comment modifier la brillance de l&#8217;écran, ah ça c&#8217;est une bonne question. Le code: &#160; &#160; &#160; &#160; &#160;// change the brightness using i where 0&#38;lt;=i&#38;lt;255 &#160; &#160;android.provider.Settings.System.putInt(getContentResolver(), &#160; &#160;android.provider.Settings.System.SCREEN_BRIGHTNESS, i); &#160; &#160;// make it effective &#160; &#160;LayoutParams lp = getWindow().getAttributes(); &#160; &#160;lp.screenBrightness = 1.0f; // 0.0 - 1.0 &#160; &#160;getWindow().setAttributes(lp); Les choses à [&#8230;]]]></description>
		<wfw:commentRss></wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
