<?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>Tseng's dev blog &#187; Listener</title>
	<atom:link href="http://tseng-blog.nge-web.net/blog/tag/listener/feed/" rel="self" type="application/rss+xml" />
	<link>http://tseng-blog.nge-web.net/blog</link>
	<description>A developers blog</description>
	<lastBuildDate>Thu, 29 Apr 2010 18:36:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to implement your own Listener in Android/Java</title>
		<link>http://tseng-blog.nge-web.net/blog/2009/02/17/how-implement-your-own-listener-android-java/</link>
		<comments>http://tseng-blog.nge-web.net/blog/2009/02/17/how-implement-your-own-listener-android-java/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:31:58 +0000</pubDate>
		<dc:creator>Tseng</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Custom Widget]]></category>
		<category><![CDATA[Implementation]]></category>
		<category><![CDATA[Listener]]></category>

		<guid isPermaLink="false">http://tseng-blog.nge-web.net/blog/?p=92</guid>
		<description><![CDATA[When you’re developing application, there is often a need to create your own controls/widgets/classes or to extend already available ones. And in most cases, you want this control/widget to be as flexible as possible. In order to achieve this, you have to create special events, which can be handled outside of your widget.
Some of the [...]


No related posts.]]></description>
		<wfw:commentRss>http://tseng-blog.nge-web.net/blog/2009/02/17/how-implement-your-own-listener-android-java/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Implementing Listeners in your Android/Java application</title>
		<link>http://tseng-blog.nge-web.net/blog/2009/02/14/implementing-listeners-in-your-android-java-application/</link>
		<comments>http://tseng-blog.nge-web.net/blog/2009/02/14/implementing-listeners-in-your-android-java-application/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 15:18:17 +0000</pubDate>
		<dc:creator>Tseng</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Implementation]]></category>
		<category><![CDATA[Listener]]></category>

		<guid isPermaLink="false">http://tseng-blog.nge-web.net/blog/2009/02/14/implementing-listeners-in-your-androidjava-application/</guid>
		<description><![CDATA[I’ve seen many people asking how to implement Listeners in their applications. Implementing a Listener is quite easy. There are 3 ways to implement an Listener and the have their advantages and disadvantages. 

The tree way to implement Listeners are


No related posts.]]></description>
		<wfw:commentRss>http://tseng-blog.nge-web.net/blog/2009/02/14/implementing-listeners-in-your-android-java-application/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
	</channel>
</rss>
