<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/xml/tags/android</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 06:11:55 GMT</pubDate>
<item>
<title>(XML) Manifest file - Service tag - hmvrulz</title>
<link>http://snipplr.com/view/58174/manifest-file--service-tag/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 26 Aug 2011 03:56:05 GMT</pubDate>
<guid>http://snipplr.com/view/58174/manifest-file--service-tag/</guid>
</item>
<item>
<title>(XML) Manifest file - Application tag - hmvrulz</title>
<link>http://snipplr.com/view/58173/manifest-file--application-tag/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 26 Aug 2011 03:54:21 GMT</pubDate>
<guid>http://snipplr.com/view/58173/manifest-file--application-tag/</guid>
</item>
<item>
<title>(XML) Manifest file - Activity tag - hmvrulz</title>
<link>http://snipplr.com/view/58172/manifest-file--activity-tag/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 26 Aug 2011 03:52:26 GMT</pubDate>
<guid>http://snipplr.com/view/58172/manifest-file--activity-tag/</guid>
</item>
<item>
<title>(XML) [android] Tabbar bottom without border - KolNedra</title>
<link>http://snipplr.com/view/56003/android-tabbar-bottom-without-border/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 01 Jul 2011 21:55:55 GMT</pubDate>
<guid>http://snipplr.com/view/56003/android-tabbar-bottom-without-border/</guid>
</item>
<item>
<title>(XML) Android - Tabs on the bottom - rottendevice</title>
<link>http://snipplr.com/view/55565/android--tabs-on-the-bottom/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 22 Jun 2011 04:53:29 GMT</pubDate>
<guid>http://snipplr.com/view/55565/android--tabs-on-the-bottom/</guid>
</item>
<item>
<title>(XML) Android Table Layout width problem - rottendevice</title>
<link>http://snipplr.com/view/53888/android-table-layout-width-problem/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 21 May 2011 01:08:40 GMT</pubDate>
<guid>http://snipplr.com/view/53888/android-table-layout-width-problem/</guid>
</item>
<item>
<title>(XML) Android: Layout with a vertically-centered widget - BenClayton</title>
<link>http://snipplr.com/view/49747/android-layout-with-a-verticallycentered-widget/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 27 Feb 2011 09:29:39 GMT</pubDate>
<guid>http://snipplr.com/view/49747/android-layout-with-a-verticallycentered-widget/</guid>
</item>
<item>
<title>(XML) allow android apps install on external device - ashsa</title>
<link>http://snipplr.com/view/48605/allow-android-apps-install-on-external-device/</link>
<description><![CDATA[ <p>If you declare "preferExternal", you request that your application be installed on the external storage, but the system does not guarantee that your application will be installed on the external storage. If the external storage is full, the system will install it on the internal storage. The user can also move your application between the two locations.

If you declare "auto", you indicate that your application may be installed on the external storage, but you don't have a preference of install location. The system will decide where to install your application based on several factors. The user can also move your application between the two locations.</p> ]]></description>
<pubDate>Tue, 08 Feb 2011 20:57:28 GMT</pubDate>
<guid>http://snipplr.com/view/48605/allow-android-apps-install-on-external-device/</guid>
</item>
<item>
<title>(XML) Android text View - hmvrulz</title>
<link>http://snipplr.com/view/45565/android-text-view/</link>
<description><![CDATA[ <p>To change your textview id
android:id=”@+id/TextView”

To change your textview text
android:text=”This is my first textview sample application”

To enable or disable textview
android:enabled=”false”

To change your textview width &amp; height
android:layout_height=”wrap_content”
android:layout_width=”fill_parent”

To change your textview background
android:background=”@drawable/icon”

To change your textview text size
android:textSize=”16px”

To change your textview text style
android:textStyle=”bold”</p> ]]></description>
<pubDate>Fri, 10 Dec 2010 15:12:52 GMT</pubDate>
<guid>http://snipplr.com/view/45565/android-text-view/</guid>
</item>
<item>
<title>(XML) Android Intent Filter for Hijacking Specific Web Site URLs - abwaters</title>
<link>http://snipplr.com/view/13537/android-intent-filter-for-hijacking-specific-web-site-urls/</link>
<description><![CDATA[ <p>With android you can define intent-filters to indicate that your app wants to handle requests for specific urls.</p> ]]></description>
<pubDate>Sat, 28 Mar 2009 19:28:13 GMT</pubDate>
<guid>http://snipplr.com/view/13537/android-intent-filter-for-hijacking-specific-web-site-urls/</guid>
</item>
</channel>
</rss>