<?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>J2ME, Android und Mobile Softwareentwicklung &#187; intent</title>
	<atom:link href="http://www.karbacher.org/tag/intent/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.karbacher.org</link>
	<description>Karbacher.org</description>
	<lastBuildDate>Fri, 28 Oct 2011 10:48:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Google Android Programmierung: Intents</title>
		<link>http://www.karbacher.org/android/google-android-programmierung-intents/</link>
		<comments>http://www.karbacher.org/android/google-android-programmierung-intents/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 14:12:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[anroid]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[intent]]></category>
		<category><![CDATA[intent receiver]]></category>

		<guid isPermaLink="false">http://www.karbacher.org/?p=372</guid>
		<description><![CDATA[Ein Intent beschreibt in Google Android, was eine Applikation tun möchte. Intents bestehen aus einer Aktion und den Daten, mit denen diese Aktion ausgeführt werden soll. So ruft man z. B. eine Website über einen Intent mit der Action „View“ auf, und übergibt zusätzlich den URL der Seite, die man ansehen will. Beispiel: new Intent(android.content.Intent.VIEW_ACTION, [...]]]></description>
		<wfw:commentRss>http://www.karbacher.org/android/google-android-programmierung-intents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

