<?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>Tutorials &#124; Java 2 ME &#38; Bluetooth Programmierung</title>
	<atom:link href="http://www.karbacher.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.karbacher.org</link>
	<description>Programmierung und Softwareentwicklung für mobile Geräte, Bluetooth, Locationbased Services</description>
	<lastBuildDate>Sat, 05 Sep 2009 12:16:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Unterschiedliche Arten von UMTS Flatrates</title>
		<link>http://www.karbacher.org/tipps-tricks/unterschiedliche-arten-von-umts-flatrates/</link>
		<comments>http://www.karbacher.org/tipps-tricks/unterschiedliche-arten-von-umts-flatrates/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 12:16:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tipps & Tricks]]></category>
		<category><![CDATA[flatrate]]></category>
		<category><![CDATA[handy]]></category>
		<category><![CDATA[umts]]></category>

		<guid isPermaLink="false">http://www.karbacher.org/?p=388</guid>
		<description><![CDATA[

Es gibt mittlerweile zahlreiche Anbieter die eine UMTS Flatrate auf den Markt gebracht haben. Bei diesen verschiedenen Angeboten gibt es zahlreiche Unterschiede, es gibt ganz normale Flatrates aber auch so genannte Tagesflatrates oder Stundenflatrates.

Jedes Angebot hat für irgend jemanden diverse Vorteile und für andere Nachteile. Wer nur ab und zu surfen möchte mit seinem Netbook [...]]]></description>
		<wfw:commentRss>http://www.karbacher.org/tipps-tricks/unterschiedliche-arten-von-umts-flatrates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Benutzeroberflächen mit Google Android</title>
		<link>http://www.karbacher.org/android/benutzeroberflachen-mit-google-android/</link>
		<comments>http://www.karbacher.org/android/benutzeroberflachen-mit-google-android/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 13:22:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[benutzeroberfläche]]></category>
		<category><![CDATA[google android]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[User Interface]]></category>

		<guid isPermaLink="false">http://www.karbacher.org/?p=383</guid>
		<description><![CDATA[

Benutzeroberflächen können entweder in Java-Code entwickelt werden, oder über XML-Code ähnlich wie bei einer Website definiert werden. Der View wird so automatisch von der Programmlogik getrennt und das Model View Controller-Pattern umgesetzt.

Die Elemente können hier wie in einer Baumstruktur an bestimmten Stellen eingehängt werden:
Beispiel:
&#60;?xml version=&#8220;1.0&#8243; encoding=&#8220;utf-8&#8243;?&#62;
&#60;LinearLayout xmlns:android=&#8220;http://schemas.android.com/apk/res/android&#8221; android:orientation=&#8220;vertical&#8221; android:layout_width=&#8220;fill_parent&#8221; android:layout_height=&#8220;fill_parent&#8221;&#62;
&#60;TextView android:layout_width=&#8220;wrap_content&#8221; android:layout_height=&#8220;wrap_content&#8221; android:text=&#8220;Hello World&#8221;/&#62;
&#60;/LinearLayout&#62; 
Um [...]]]></description>
		<wfw:commentRss>http://www.karbacher.org/android/benutzeroberflachen-mit-google-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Manifest XML</title>
		<link>http://www.karbacher.org/android/android-manifest-xml/</link>
		<comments>http://www.karbacher.org/android/android-manifest-xml/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 13:19:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[google android]]></category>
		<category><![CDATA[manifest xml]]></category>

		<guid isPermaLink="false">http://www.karbacher.org/?p=378</guid>
		<description><![CDATA[

Android Manifest XML
Von besonderer Bedeutung ist die Datei AndroidManifest.xml. Sie ist für jede Android-Applikation nötig und befindet sich im Root der Applikation.

Die Anroid Manifest XML enthält die Metadaten einer Applikation, in ihr wird angegeben, welche Komponenten eine Applikation nutzt, welche Fähigkeiten die Applikation hat und welche Voraussetzungen zum Betrieb nötig sind. Activities veröffentlichen ihre Intent-Filter [...]]]></description>
		<wfw:commentRss>http://www.karbacher.org/android/android-manifest-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Android Programmierung: Services und Content Provider</title>
		<link>http://www.karbacher.org/android/google-android-programmierung-services-und-content-provider/</link>
		<comments>http://www.karbacher.org/android/google-android-programmierung-services-und-content-provider/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 11:16:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[content provider]]></category>
		<category><![CDATA[google android]]></category>
		<category><![CDATA[services]]></category>

		<guid isPermaLink="false">http://www.karbacher.org/?p=375</guid>
		<description><![CDATA[

Google Android Service
Ein Service ist eine Applikation in Google Android, die nicht direkt mit dem User interagiert, sondern im Hintergrund abläuft. Sie besitzt keine eigene Benutzeroberfläche und spielt zum Beispiel ein Musikstück im Hintergrund ab.

Ein Service wird über die Methode Context.startService() gestartet. Über die Methode Context.bindService() kann eine Applikation sich mit einem Service verbinden und [...]]]></description>
		<wfw:commentRss>http://www.karbacher.org/android/google-android-programmierung-services-und-content-provider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grundlagen von Google Android</title>
		<link>http://www.karbacher.org/android/grundlagen-von-google-android/</link>
		<comments>http://www.karbacher.org/android/grundlagen-von-google-android/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 13:08:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[android]]></category>
		<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[google android]]></category>
		<category><![CDATA[grundlagen]]></category>

		<guid isPermaLink="false">http://www.karbacher.org/?p=368</guid>
		<description><![CDATA[

Wie schon erwähnt, findet die Entwicklung für Google Android in Java statt. Jedoch ist Android nicht mit J2ME zu vergleichen. Es existieren hunderte spezifischer Klassen, welche die API von Google Android bereitstellt. Die Entwicklung für Android-Applikationen setzt auf das Model View Controller-Pattern.

Eine Übersicht aller Klassen des Android-Frameworks befindet sich hier.
Eine detaillierte Einführung in die Grundlagen [...]]]></description>
		<wfw:commentRss>http://www.karbacher.org/android/grundlagen-von-google-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
