<?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>Android Development &#187; network</title>
	<atom:link href="http://www.droidnova.com/tag/network/feed" rel="self" type="application/rss+xml" />
	<link>http://www.droidnova.com</link>
	<description>Rapid android development from Berlin</description>
	<lastBuildDate>Wed, 25 Jan 2012 00:00:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Get the ip address of your device</title>
		<link>http://www.droidnova.com/get-the-ip-address-of-your-device,304.html</link>
		<comments>http://www.droidnova.com/get-the-ip-address-of-your-device,304.html#comments</comments>
		<pubDate>Fri, 24 Jul 2009 12:03:37 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[tutorial]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://www.droidnova.com/?p=304</guid>
		<description><![CDATA[The obvious way to get the IP-Address of your device simply doesn&#8217;t work on Android. The first thing I tried was using the WifiInfo. 1 2 3 WifiManager wifiManager = &#40;WifiManager&#41; getSystemService&#40;WIFI_SERVICE&#41;; WifiInfo wifiInfo = wifiManager.getConnectionInfo&#40;&#41;; int ipAddress = wifiInfo.getIpAddress&#40;&#41;; But wait: ipAddress is an integer? Of course not. I also did the math but [...]]]></description>
		<wfw:commentRss>http://www.droidnova.com/get-the-ip-address-of-your-device,304.html/feed</wfw:commentRss>
		<slash:comments>69</slash:comments>
		</item>
	</channel>
</rss>

