<?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>Horatio Caine&#039;s Blog &#187; ad</title>
	<atom:link href="http://hxcaine.com/blog/tag/ad/feed/" rel="self" type="application/rss+xml" />
	<link>http://hxcaine.com/blog</link>
	<description>A blog of life, ideas and code</description>
	<lastBuildDate>Thu, 19 Jun 2014 00:46:16 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>How to change the refresh rate/interval of AdMob ads on Android</title>
		<link>http://hxcaine.com/blog/2010/09/07/change-admob-ads-refresh-rate/</link>
		<comments>http://hxcaine.com/blog/2010/09/07/change-admob-ads-refresh-rate/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 23:03:15 +0000</pubDate>
		<dc:creator><![CDATA[Horatio Caine]]></dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[admob]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[refresh interval]]></category>
		<category><![CDATA[refresh rate]]></category>
		<category><![CDATA[sample]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://hxcaine.wordpress.com/?p=37</guid>
		<description><![CDATA[Once you&#8217;ve set up AdMob ads for your application, you might want to change how often they are refreshed. If they are refreshed often, your users will see more ads when they&#8217;re on the same screen. This is good in that they see more ads, but can also be very annoying. In the XML entry [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Once you&#8217;ve set up AdMob ads for your application, you might want to change how often they are refreshed.</p>
<p>If they are refreshed often, your users will see more ads when they&#8217;re on the same screen. This is good in that they see more ads, but can also be very annoying.</p>
<p>In the XML entry for your AdMob banner, just add this attribute to set your refresh rate to 60 seconds, as an example:</p>
<p></p><pre class="crayon-plain-tag">app:refreshInterval=&quot;60&quot;</pre><p></p>
<p>AdMob only allows you to have a refresh rate between 12-120 seconds</p>
<p>The complete XML element for the AdMob banner should look something like this:</p>
<p></p><pre class="crayon-plain-tag">&lt;com.admob.android.ads.AdView
	android:id=&quot;@+id/ad&quot;
	android:layout_width=&quot;fill_parent&quot;
	android:layout_height=&quot;wrap_content&quot;
	app:backgroundColor=&quot;#000000&quot;
	app:primaryTextColor=&quot;#FFFFFF&quot;
	app:secondaryTextColor=&quot;#CCCCCC&quot;
	app:keywords=&quot;@string/admob_keywords&quot;
	app:refreshInterval=&quot;60&quot;
	android:layout_gravity=&quot;bottom&quot;
/&gt;</pre><p></p>
]]></content:encoded>
			<wfw:commentRss>http://hxcaine.com/blog/2010/09/07/change-admob-ads-refresh-rate/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
