<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Sob(o)log</title>
	<atom:link href="http://www.sobolog.de/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sobolog.de</link>
	<description>Just another Sob(o)log Blogs site</description>
	<lastBuildDate>Mon, 25 Oct 2010 09:25:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Android EditText Widget submit on Enter Pressed by Rüdi</title>
		<link>http://www.sobolog.de/2009/12/20/android-edittext-widget-submit-on-enter-pressed/#comment-20</link>
		<dc:creator>Rüdi</dc:creator>
		<pubDate>Mon, 25 Oct 2010 09:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsobik.de/?p=97#comment-20</guid>
		<description>Hallo,

@Christian

Das Event wird bei Key down und Key up ausgeführt.
Also einfach noch event.getAction() == KeyEvent.ACTION_DOWN mit in die if reinnehmen.</description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>@Christian</p>
<p>Das Event wird bei Key down und Key up ausgeführt.<br />
Also einfach noch event.getAction() == KeyEvent.ACTION_DOWN mit in die if reinnehmen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Android EditText Widget submit on Enter Pressed by Christian</title>
		<link>http://www.sobolog.de/2009/12/20/android-edittext-widget-submit-on-enter-pressed/#comment-13</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Tue, 29 Jun 2010 18:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsobik.de/?p=97#comment-13</guid>
		<description>Hallo,

wenn man den den Code verwendet um z.B. ne simple Ausgabe auf die Standardausgabe zu machen wird der Code doppelt ausgeführt. z.b. bei

text1.setOnEditorActionListener(new OnEditorActionListener() {
			@Override
			public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
				if (event != null &amp;&amp; event.getKeyCode() == KeyEvent.KEYCODE_ENTER) {

					System.out.println(&quot;Test&quot;);

					return true;
				}
				return false;
			}
		});

kommt:

Test
Test

heraus.

fiel mir gerade so auf.</description>
		<content:encoded><![CDATA[<p>Hallo,</p>
<p>wenn man den den Code verwendet um z.B. ne simple Ausgabe auf die Standardausgabe zu machen wird der Code doppelt ausgeführt. z.b. bei</p>
<p>text1.setOnEditorActionListener(new OnEditorActionListener() {<br />
			@Override<br />
			public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {<br />
				if (event != null &amp;&amp; event.getKeyCode() == KeyEvent.KEYCODE_ENTER) {</p>
<p>					System.out.println(&#8220;Test&#8221;);</p>
<p>					return true;<br />
				}<br />
				return false;<br />
			}<br />
		});</p>
<p>kommt:</p>
<p>Test<br />
Test</p>
<p>heraus.</p>
<p>fiel mir gerade so auf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Relaunch oder überhaupt erstmal &#039;Launch&#039;! by Seebi</title>
		<link>http://www.sobolog.de/2008/11/05/herzlich-willkommen/#comment-2</link>
		<dc:creator>Seebi</dc:creator>
		<pubDate>Mon, 17 Nov 2008 18:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tsobik.de/?p=1#comment-2</guid>
		<description>Hallo Sobo, sehr schön dein Sobolog - und es skaliert so fein ... :-)</description>
		<content:encoded><![CDATA[<p>Hallo Sobo, sehr schön dein Sobolog &#8211; und es skaliert so fein &#8230; <img src='http://www.sobolog.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

