<?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>theblaine.com</title>
	<atom:link href="http://theblaine.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://theblaine.com</link>
	<description>Here&#039;s my little spot on the Net</description>
	<lastBuildDate>Sun, 07 Aug 2011 17:58:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Unfinished Posts</title>
		<link>http://theblaine.com/2011/07/unfinished-posts/</link>
		<comments>http://theblaine.com/2011/07/unfinished-posts/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 22:28:20 +0000</pubDate>
		<dc:creator>theBlaine</dc:creator>
				<category><![CDATA[Android Code Snippets]]></category>

		<guid isPermaLink="false">http://theblaine.com/?p=662</guid>
		<description><![CDATA[All the posts in this category are unfinished. Currently they are just lines of code with no explanation other than the post title. When I get time I will go back through all these posts and thoroughly comment them. ~ Blaine]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p><span style="color: #ff0000;">All the posts in this category are unfinished. Currently they are just lines of code with no explanation other than the post title. When I get time I will go back through all these posts and thoroughly comment them. ~ Blaine</span></p>
<div class="shr-publisher-662"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Funfinished-posts%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Funfinished-posts%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://theblaine.com/2011/07/unfinished-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QR Code to My First Sudoku Mobile App</title>
		<link>http://theblaine.com/2011/07/qr-code-to-my-first-sudoku-mobile-app/</link>
		<comments>http://theblaine.com/2011/07/qr-code-to-my-first-sudoku-mobile-app/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 20:25:58 +0000</pubDate>
		<dc:creator>theBlaine</dc:creator>
				<category><![CDATA[Android Dev]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[qr code]]></category>

		<guid isPermaLink="false">http://theblaine.com/?p=682</guid>
		<description><![CDATA[This is the QR-Code to my first Sudoku app in the Android Market. I built this out of a tutorial in one of my Android Dev books. Link to the app in Android Market]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p style="clear: both;">This is the QR-Code to my first Sudoku app in the Android Market. I built this out of a tutorial in one of my Android Dev books.</p>
<p><a href="http://theblaine.com/uploads/2011/07/sudoku-qr-code.png"><img class="size-thumbnail wp-image-681 alignnone" title="sudoku-qr-code" src="http://theblaine.com/uploads/2011/07/sudoku-qr-code-150x150.png" alt="Click to enlarge and scan." width="150" height="150" /></a></p>
<p style="clear: both;"><a href="https://market.android.com/details?id=com.theblaine.sudoku" target="_blank">Link to the app in Android Market</a></p>
<div class="shr-publisher-682"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fqr-code-to-my-first-sudoku-mobile-app%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fqr-code-to-my-first-sudoku-mobile-app%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://theblaine.com/2011/07/qr-code-to-my-first-sudoku-mobile-app/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SharedPreferences Sample</title>
		<link>http://theblaine.com/2011/07/sharedpreferences-sample/</link>
		<comments>http://theblaine.com/2011/07/sharedpreferences-sample/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 00:22:45 +0000</pubDate>
		<dc:creator>theBlaine</dc:creator>
				<category><![CDATA[Android Code Snippets]]></category>

		<guid isPermaLink="false">http://theblaine.com/?p=675</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><pre class="brush: java; title: ; notranslate">
import android.content.SharedPreferences;
</pre>
<pre class="brush: java; title: ; notranslate">
SharedPreferences settings = getSharedPreferences(GAME_PREFERENCES, MODE_PRIVATE);
String lastLaunch = &quot;First launch&quot;;
if (settings.contains(&quot;lastLaunch&quot;) == true)
	lastLaunch = settings.getString(&quot;lastLaunch&quot;, lastLaunch);
String currentTime = (String) DateFormat.format(&quot;yyyy-MM-dd hh:mm:ss&quot;, new Date());
SharedPreferences.Editor prefEditor = settings.edit();
prefEditor.putString(&quot;lastLaunch&quot;, currentTime);
prefEditor.commit();
</pre>
<div class="shr-publisher-675"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsharedpreferences-sample%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsharedpreferences-sample%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://theblaine.com/2011/07/sharedpreferences-sample/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample Get Current Date and Time to String</title>
		<link>http://theblaine.com/2011/07/sample-get-current-date-and-time-to-string/</link>
		<comments>http://theblaine.com/2011/07/sample-get-current-date-and-time-to-string/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 00:16:40 +0000</pubDate>
		<dc:creator>theBlaine</dc:creator>
				<category><![CDATA[Android Code Snippets]]></category>

		<guid isPermaLink="false">http://theblaine.com/?p=669</guid>
		<description><![CDATA[&#160;]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><pre class="brush: java; title: ; notranslate">
import java.util.Date;
import android.text.format.DateFormat;
</pre>
<p>&nbsp;</p>
<pre class="brush: java; title: ; notranslate">
String currentTime = (String) DateFormat.format(&quot;yyyy-MM-dd hh:mm:ss&quot;, new Date());
</pre>
<div class="shr-publisher-669"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsample-get-current-date-and-time-to-string%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsample-get-current-date-and-time-to-string%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://theblaine.com/2011/07/sample-get-current-date-and-time-to-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample Layout File</title>
		<link>http://theblaine.com/2011/07/sample-layout-file/</link>
		<comments>http://theblaine.com/2011/07/sample-layout-file/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 00:02:21 +0000</pubDate>
		<dc:creator>theBlaine</dc:creator>
				<category><![CDATA[Android Code Snippets]]></category>

		<guid isPermaLink="false">http://theblaine.com/?p=654</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><pre class="brush: java; title: ; notranslate">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;LinearLayout xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;
    android:orientation=&quot;vertical&quot;
    android:layout_width=&quot;fill_parent&quot;
    android:layout_height=&quot;fill_parent&quot;
    &gt;
&lt;TextView
    android:layout_width=&quot;fill_parent&quot;
    android:layout_height=&quot;wrap_content&quot;
    android:text=&quot;@string/hello&quot;
    android:textColor=&quot;@color/text_top_color&quot;
	android:textSize=&quot;@dimen/text_top_size&quot;
    /&gt;
&lt;TextView
	android:layout_width=&quot;fill_parent&quot;
	android:layout_height=&quot;wrap_content&quot;
	android:text=&quot;@string/moretext&quot;
	/&gt;
&lt;ImageView
	android:layout_width=&quot;wrap_content&quot;
	android:layout_height=&quot;wrap_content&quot;
	android:src=&quot;@drawable/computer&quot;
/&gt;
&lt;/LinearLayout&gt;
</pre>
<div class="shr-publisher-654"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsample-layout-file%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsample-layout-file%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://theblaine.com/2011/07/sample-layout-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample arrays.xml File</title>
		<link>http://theblaine.com/2011/07/sample-arrays-xml-file/</link>
		<comments>http://theblaine.com/2011/07/sample-arrays-xml-file/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 00:01:20 +0000</pubDate>
		<dc:creator>theBlaine</dc:creator>
				<category><![CDATA[Android Code Snippets]]></category>

		<guid isPermaLink="false">http://theblaine.com/?p=652</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><pre class="brush: java; title: ; notranslate">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;resources&gt;
   &lt;array name=&quot;difficulty&quot;&gt;
      &lt;item&gt;@string/easy_label&lt;/item&gt;
      &lt;item&gt;@string/medium_label&lt;/item&gt;
      &lt;item&gt;@string/hard_label&lt;/item&gt;
   &lt;/array&gt;	

   &lt;array name=&quot;languages&quot;&gt;
      &lt;item&gt;Bulgarian (bg)&lt;/item&gt;
      &lt;item&gt;Chinese Simplified (zh-CN)&lt;/item&gt;
      &lt;item&gt;Chinese Traditional (zh-TW)&lt;/item&gt;
      &lt;item&gt;Catalan (ca)&lt;/item&gt;
      &lt;item&gt;Croatian (hr)&lt;/item&gt;
      &lt;item&gt;Czech (cs)&lt;/item&gt;
      &lt;item&gt;Danish (da)&lt;/item&gt;
      &lt;item&gt;Dutch (nl)&lt;/item&gt;
      &lt;item&gt;English (en)&lt;/item&gt;
      &lt;item&gt;Filipino (tl)&lt;/item&gt;
      &lt;item&gt;Finnish (fi)&lt;/item&gt;
      &lt;item&gt;French (fr)&lt;/item&gt;
      &lt;item&gt;German (de)&lt;/item&gt;
      &lt;item&gt;Greek (el)&lt;/item&gt;
      &lt;item&gt;Indonesian (id)&lt;/item&gt;
      &lt;item&gt;Italian (it)&lt;/item&gt;
      &lt;item&gt;Japanese (ja)&lt;/item&gt;
      &lt;item&gt;Korean (ko)&lt;/item&gt;
      &lt;item&gt;Latvian (lv)&lt;/item&gt;
      &lt;item&gt;Lithuanian (lt)&lt;/item&gt;
      &lt;item&gt;Norwegian (no)&lt;/item&gt;
      &lt;item&gt;Polish (pl)&lt;/item&gt;
      &lt;item&gt;Portuguese (pt-PT)&lt;/item&gt;
      &lt;item&gt;Romanian (ro)&lt;/item&gt;
      &lt;item&gt;Russian (ru)&lt;/item&gt;
      &lt;item&gt;Spanish (es)&lt;/item&gt;
      &lt;item&gt;Serbian (sr)&lt;/item&gt;
      &lt;item&gt;Slovak (sk)&lt;/item&gt;
      &lt;item&gt;Slovenian (sl)&lt;/item&gt;
      &lt;item&gt;Swedish (sv)&lt;/item&gt;
      &lt;item&gt;Ukrainian (uk)&lt;/item&gt;
   &lt;/array&gt;
&lt;/resources&gt;
</pre>
<div class="shr-publisher-652"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsample-arrays-xml-file%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsample-arrays-xml-file%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://theblaine.com/2011/07/sample-arrays-xml-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample colors.xml File</title>
		<link>http://theblaine.com/2011/07/sample-colors-xml-file/</link>
		<comments>http://theblaine.com/2011/07/sample-colors-xml-file/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 23:59:36 +0000</pubDate>
		<dc:creator>theBlaine</dc:creator>
				<category><![CDATA[Android Code Snippets]]></category>

		<guid isPermaLink="false">http://theblaine.com/?p=650</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><pre class="brush: java; title: ; notranslate">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;resources&gt;
	&lt;color name=&quot;text_top_color&quot;&gt;#00ff00&lt;/color&gt;
	&lt;color name=&quot;test_color&quot;&gt;#FF0000&lt;/color&gt;
&lt;/resources&gt;
</pre>
<div class="shr-publisher-650"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsample-colors-xml-file%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsample-colors-xml-file%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://theblaine.com/2011/07/sample-colors-xml-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample dimens.xml File</title>
		<link>http://theblaine.com/2011/07/sample-dimens-xml-file/</link>
		<comments>http://theblaine.com/2011/07/sample-dimens-xml-file/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 23:58:39 +0000</pubDate>
		<dc:creator>theBlaine</dc:creator>
				<category><![CDATA[Android Code Snippets]]></category>

		<guid isPermaLink="false">http://theblaine.com/?p=648</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><pre class="brush: java; title: ; notranslate">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;resources&gt;
	&lt;dimen name=&quot;text_top_size&quot;&gt;22pt&lt;/dimen&gt;
&lt;/resources&gt;
</pre>
<div class="shr-publisher-648"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsample-dimens-xml-file%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsample-dimens-xml-file%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://theblaine.com/2011/07/sample-dimens-xml-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample strings.xml File</title>
		<link>http://theblaine.com/2011/07/sample-strings-xml-file/</link>
		<comments>http://theblaine.com/2011/07/sample-strings-xml-file/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 23:55:36 +0000</pubDate>
		<dc:creator>theBlaine</dc:creator>
				<category><![CDATA[Android Code Snippets]]></category>

		<guid isPermaLink="false">http://theblaine.com/?p=646</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><pre class="brush: java; title: ; notranslate">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;resources&gt;
	&lt;color name=&quot;text_top_color&quot;&gt;#00ff00&lt;/color&gt;
	&lt;color name=&quot;test_color&quot;&gt;#FF0000&lt;/color&gt;
&lt;/resources&gt;
</pre>
<div class="shr-publisher-646"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsample-strings-xml-file%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsample-strings-xml-file%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://theblaine.com/2011/07/sample-strings-xml-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample AndroidManifest.xml File</title>
		<link>http://theblaine.com/2011/07/sample-androidmanifest-xml-file/</link>
		<comments>http://theblaine.com/2011/07/sample-androidmanifest-xml-file/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 23:51:37 +0000</pubDate>
		<dc:creator>theBlaine</dc:creator>
				<category><![CDATA[Android Code Snippets]]></category>

		<guid isPermaLink="false">http://theblaine.com/?p=640</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><pre class="brush: java; title: ; notranslate">
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
&lt;manifest xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;
      package=&quot;com.sample.someapp&quot;
      android:versionCode=&quot;1&quot;
      android:versionName=&quot;1.0&quot;&gt;
    &lt;uses-sdk android:minSdkVersion=&quot;7&quot; /&gt;

    &lt;uses-permission android:name=&quot;android.permission.CAMERA&quot;&gt;&lt;/uses-permission&gt;

    &lt;application android:label=&quot;@string/app_name&quot; android:description=&quot;@string/app_desc&quot;
    	android:icon=&quot;@drawable/quizicon&quot; android:debuggable=&quot;true&quot;&gt;
        &lt;activity android:name=&quot;.QuizSplashActivity&quot;
                  android:label=&quot;@string/app_name&quot;&gt;
            &lt;intent-filter&gt;
                &lt;action android:name=&quot;android.intent.action.MAIN&quot; /&gt;
                &lt;category android:name=&quot;android.intent.category.LAUNCHER&quot; /&gt;
            &lt;/intent-filter&gt;
        &lt;/activity&gt;
        &lt;activity android:name=&quot;QuizMenuActivity&quot;&gt;&lt;/activity&gt;
        &lt;activity android:name=&quot;QuizHelpActivity&quot;&gt;&lt;/activity&gt;
        &lt;activity android:name=&quot;QuizScoresActivity&quot;&gt;&lt;/activity&gt;
        &lt;activity android:name=&quot;QuizSettingsActivity&quot;&gt;&lt;/activity&gt;
        &lt;activity android:name=&quot;QuizGameActivity&quot;&gt;&lt;/activity&gt;

        &lt;activity android:name=&quot;About&quot;
        	android:label=&quot;@string/about_title&quot;
        	android:theme=&quot;@android:style/Theme.Dialog&quot; /&gt;

        &lt;activity android:name=&quot;Prefs&quot;
        	android:label=&quot;@string/settings_title&quot; /&gt;

        &lt;activity android:name=&quot;Game&quot;
        	android:label=&quot;@string/game_title&quot; /&gt;

        &lt;activity android:name=&quot;Keypad&quot;
        	android:label=&quot;@string/keypad_title&quot; /&gt;

    &lt;/application&gt;
&lt;/manifest&gt;
</pre>
<div class="shr-publisher-640"></div><!-- Start Shareaholic LikeButtonSetBottom --><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><div class='shareaholic-like-buttonset' style='float:none;height:30px;'><a class='shareaholic-fblike' shr_layout='button_count' shr_showfaces='false' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsample-androidmanifest-xml-file%2F'></a><a class='shareaholic-googleplusone' shr_size='medium' shr_count='true' shr_href='http%3A%2F%2Ftheblaine.com%2F2011%2F07%2Fsample-androidmanifest-xml-file%2F'></a></div><div style="clear: both; min-height: 1px; height: 3px; width: 100%;"></div><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://theblaine.com/2011/07/sample-androidmanifest-xml-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

