<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Rambling</title>
	<atom:link href="http://kayoed.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kayoed.wordpress.com</link>
	<description>whtz in mind</description>
	<lastBuildDate>Wed, 09 Nov 2011 15:11:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kayoed.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9ce50e894ff1b8f765b17d4eb69b40ea?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Rambling</title>
		<link>http://kayoed.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kayoed.wordpress.com/osd.xml" title="Rambling" />
	<atom:link rel='hub' href='http://kayoed.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Birmingham Balaji Temple Visit</title>
		<link>http://kayoed.wordpress.com/2011/11/09/birmingham-balaji-temple-visit/</link>
		<comments>http://kayoed.wordpress.com/2011/11/09/birmingham-balaji-temple-visit/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 14:47:26 +0000</pubDate>
		<dc:creator>kayoed</dc:creator>
				<category><![CDATA[open]]></category>

		<guid isPermaLink="false">http://kayoed.wordpress.com/?p=215</guid>
		<description><![CDATA[So it been decided by me and my wife to visit this temple which is far away from the place we stay. We were actually planning for Nov 12&#8242; to pave a visit but sudden strike came from somewhere and knocked us, why don&#8217;t we make it on Nov&#8217;5 and Nov&#8217;6 there is an annual [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kayoed.wordpress.com&amp;blog=1419527&amp;post=215&amp;subd=kayoed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kayoed.wordpress.com/2011/11/09/birmingham-balaji-temple-visit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d9ccbd649c78fffd99e542e5de063a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kayoed</media:title>
		</media:content>

		<media:content url="http://kayoed.files.wordpress.com/2011/11/2011-11-05-15-47-01.jpg?w=300" medium="image">
			<media:title type="html">Victoria Square</media:title>
		</media:content>

		<media:content url="http://kayoed.files.wordpress.com/2011/11/2011-11-05-16-03-47.jpg?w=300" medium="image">
			<media:title type="html">At what time we took the photo?</media:title>
		</media:content>

		<media:content url="http://kayoed.files.wordpress.com/2011/11/2011-11-05-19-17-39.jpg?w=225" medium="image">
			<media:title type="html">2011-11-05 19.17.39</media:title>
		</media:content>

		<media:content url="http://kayoed.files.wordpress.com/2011/11/2011-11-05-19-17-54.jpg?w=300" medium="image">
			<media:title type="html">2011-11-05 19.17.54</media:title>
		</media:content>

		<media:content url="http://kayoed.files.wordpress.com/2011/11/2011-11-06-14-01-39.jpg?w=300" medium="image">
			<media:title type="html">2011-11-06 14.01.39</media:title>
		</media:content>

		<media:content url="http://kayoed.files.wordpress.com/2011/11/2011-11-06-14-17-22.jpg?w=300" medium="image">
			<media:title type="html">2011-11-06 14.17.22</media:title>
		</media:content>

		<media:content url="http://kayoed.files.wordpress.com/2011/11/2011-11-06-14-16-16.jpg?w=300" medium="image">
			<media:title type="html">2011-11-06 14.16.16</media:title>
		</media:content>

		<media:content url="http://kayoed.files.wordpress.com/2011/11/2011-11-06-14-37-37.jpg?w=300" medium="image">
			<media:title type="html">2011-11-06 14.37.37</media:title>
		</media:content>
	</item>
		<item>
		<title>Android &#8212;- ListView without list activity</title>
		<link>http://kayoed.wordpress.com/2011/11/04/android-listview-without-list-activity/</link>
		<comments>http://kayoed.wordpress.com/2011/11/04/android-listview-without-list-activity/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 15:40:50 +0000</pubDate>
		<dc:creator>kayoed</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[listview]]></category>

		<guid isPermaLink="false">http://kayoed.wordpress.com/?p=209</guid>
		<description><![CDATA[I just tried to create a listview without list activity and below is the code I used&#8230;.. import android.app.Activity; import android.os.Bundle; import android.widget.ArrayAdapter; import android.widget.ListView; public class ViewNote extends Activity { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.viewnote); String names[] = { "One", "Two", "three", "four", "five", "six","seven", "eight", "nine", "ten", "One", "Two", "three", "four", [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kayoed.wordpress.com&amp;blog=1419527&amp;post=209&amp;subd=kayoed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kayoed.wordpress.com/2011/11/04/android-listview-without-list-activity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d9ccbd649c78fffd99e542e5de063a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kayoed</media:title>
		</media:content>

		<media:content url="http://kayoed.files.wordpress.com/2011/11/device-2011-11-04-210729.png?w=180" medium="image">
			<media:title type="html">list view</media:title>
		</media:content>
	</item>
		<item>
		<title>Augmented Reality Research &#8211; from Microsoft Research</title>
		<link>http://kayoed.wordpress.com/2011/11/02/augmented-reality-research-from-microsoft-research/</link>
		<comments>http://kayoed.wordpress.com/2011/11/02/augmented-reality-research-from-microsoft-research/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 13:02:02 +0000</pubDate>
		<dc:creator>kayoed</dc:creator>
				<category><![CDATA[open]]></category>

		<guid isPermaLink="false">http://kayoed.wordpress.com/?p=206</guid>
		<description><![CDATA[3d Mesh is really cool one!!!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kayoed.wordpress.com&amp;blog=1419527&amp;post=206&amp;subd=kayoed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kayoed.wordpress.com/2011/11/02/augmented-reality-research-from-microsoft-research/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d9ccbd649c78fffd99e542e5de063a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kayoed</media:title>
		</media:content>
	</item>
		<item>
		<title>PARSH &#8211; Touch to Copy, Touch to Paste</title>
		<link>http://kayoed.wordpress.com/2011/11/02/parsh-touch-to-copy-touch-to-paste/</link>
		<comments>http://kayoed.wordpress.com/2011/11/02/parsh-touch-to-copy-touch-to-paste/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 12:48:11 +0000</pubDate>
		<dc:creator>kayoed</dc:creator>
				<category><![CDATA[open]]></category>

		<guid isPermaLink="false">http://kayoed.wordpress.com/?p=204</guid>
		<description><![CDATA[Super Cool from -Pranav &#160;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kayoed.wordpress.com&amp;blog=1419527&amp;post=204&amp;subd=kayoed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kayoed.wordpress.com/2011/11/02/parsh-touch-to-copy-touch-to-paste/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d9ccbd649c78fffd99e542e5de063a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kayoed</media:title>
		</media:content>
	</item>
		<item>
		<title>Adieu to Bachelor life!!!</title>
		<link>http://kayoed.wordpress.com/2010/08/19/adieu-to-bachelor-life/</link>
		<comments>http://kayoed.wordpress.com/2010/08/19/adieu-to-bachelor-life/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 19:12:48 +0000</pubDate>
		<dc:creator>kayoed</dc:creator>
				<category><![CDATA[open]]></category>

		<guid isPermaLink="false">http://kayoed.wordpress.com/?p=194</guid>
		<description><![CDATA[My days of being bachelor are numbered&#8230; Things which already started changing during this courtship are like updating the status of where am i and why am i! purpose and propose! Tho these are something which generally bachelor ppl tend to avoid, as they dont prefer to say everything wht they do at evey nano [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kayoed.wordpress.com&amp;blog=1419527&amp;post=194&amp;subd=kayoed&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://kayoed.wordpress.com/2010/08/19/adieu-to-bachelor-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3d9ccbd649c78fffd99e542e5de063a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kayoed</media:title>
		</media:content>
	</item>
	</channel>
</rss>
