<?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 on: Ever tried &#8216;localhost&#8217; with the android emulator ?</title>
	<atom:link href="http://www.droidnova.com/ever-tried-localhost-with-the-android-emulator,102.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.droidnova.com/ever-tried-localhost-with-the-android-emulator,102.html</link>
	<description>Rapid android development from Berlin</description>
	<lastBuildDate>Wed, 08 Feb 2012 18:19:07 +0000</lastBuildDate>
	<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>By: Misha Chandan</title>
		<link>http://www.droidnova.com/ever-tried-localhost-with-the-android-emulator,102.html/comment-page-1#comment-2547</link>
		<dc:creator>Misha Chandan</dc:creator>
		<pubDate>Fri, 03 Feb 2012 16:51:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=102#comment-2547</guid>
		<description>Hey , its great to know &quot;10.0.2.2&quot;.</description>
		<content:encoded><![CDATA[<p>Hey , its great to know &#8220;10.0.2.2&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WilliamB</title>
		<link>http://www.droidnova.com/ever-tried-localhost-with-the-android-emulator,102.html/comment-page-1#comment-2522</link>
		<dc:creator>WilliamB</dc:creator>
		<pubDate>Wed, 25 Jan 2012 13:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=102#comment-2522</guid>
		<description>So i&#039;m still stuck on this.
I can add dns with the -dns-server option but it doesn&#039;t help if i can&#039;t change the alias being 10.0.2.3-6.
If i could change the alias then the dns server option would work.

Any idea?</description>
		<content:encoded><![CDATA[<p>So i&#8217;m still stuck on this.<br />
I can add dns with the -dns-server option but it doesn&#8217;t help if i can&#8217;t change the alias being 10.0.2.3-6.<br />
If i could change the alias then the dns server option would work.</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.droidnova.com/ever-tried-localhost-with-the-android-emulator,102.html/comment-page-1#comment-2479</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 13 Jan 2012 23:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=102#comment-2479</guid>
		<description>This works only if your host is accessible from outside/through the internet. I doubt that every developer wants to forward port 80 to their developer machine just to get some pages loaded from a server that could be access from your device in the same network. And your sample works only on windows as the path must be modified if you use linux...</description>
		<content:encoded><![CDATA[<p>This works only if your host is accessible from outside/through the internet. I doubt that every developer wants to forward port 80 to their developer machine just to get some pages loaded from a server that could be access from your device in the same network. And your sample works only on windows as the path must be modified if you use linux&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suryakanta</title>
		<link>http://www.droidnova.com/ever-tried-localhost-with-the-android-emulator,102.html/comment-page-1#comment-2478</link>
		<dc:creator>suryakanta</dc:creator>
		<pubDate>Fri, 13 Jan 2012 22:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=102#comment-2478</guid>
		<description>Apart from this you can also access your local host by using your IP address provided by your ISP(check http://www.ip-adress.com/)

if you want to access an HTML (say abc.html located in wamp&gt;www&gt;folder1&gt;subfolder1&gt;abc.html) then in case of android browser type&quot;http://YOUR_IP(get it from ipconfig in command prompt)&quot;/folder1/subfolder1/abc.html 


incase you want to get  access  through code(say to the file xyz.php which is located in the same path )     then add the following line:::
 HttpPost httppost = new HttpPost(&quot;http://YOUR_IP(refer above)/folder1/subfolder1/xyz.php&quot;)</description>
		<content:encoded><![CDATA[<p>Apart from this you can also access your local host by using your IP address provided by your ISP(check <a href="http://www.ip-adress.com/" rel="nofollow">http://www.ip-adress.com/</a>)</p>
<p>if you want to access an HTML (say abc.html located in wamp&gt;www&gt;folder1&gt;subfolder1&gt;abc.html) then in case of android browser type&#8221;http://YOUR_IP(get it from ipconfig in command prompt)&#8221;/folder1/subfolder1/abc.html </p>
<p>incase you want to get  access  through code(say to the file xyz.php which is located in the same path )     then add the following line:::<br />
 HttpPost httppost = new HttpPost(&#8220;http://YOUR_IP(refer above)/folder1/subfolder1/xyz.php&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WilliamB</title>
		<link>http://www.droidnova.com/ever-tried-localhost-with-the-android-emulator,102.html/comment-page-1#comment-2476</link>
		<dc:creator>WilliamB</dc:creator>
		<pubDate>Fri, 13 Jan 2012 17:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=102#comment-2476</guid>
		<description>Thanks, how would one go about a subdomain though?
If my subdomain is : sub.localhost what should i type?
sub.10.0.0.2 doesn&#039;t work of course.

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Thanks, how would one go about a subdomain though?<br />
If my subdomain is : sub.localhost what should i type?<br />
sub.10.0.0.2 doesn&#8217;t work of course.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: crisanto</title>
		<link>http://www.droidnova.com/ever-tried-localhost-with-the-android-emulator,102.html/comment-page-1#comment-2406</link>
		<dc:creator>crisanto</dc:creator>
		<pubDate>Mon, 26 Dec 2011 14:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=102#comment-2406</guid>
		<description>i&#039;m not an android developer, but this was very helpful in testing my SharePoint sites..Thanks!</description>
		<content:encoded><![CDATA[<p>i&#8217;m not an android developer, but this was very helpful in testing my SharePoint sites..Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orijit</title>
		<link>http://www.droidnova.com/ever-tried-localhost-with-the-android-emulator,102.html/comment-page-1#comment-2393</link>
		<dc:creator>Orijit</dc:creator>
		<pubDate>Wed, 14 Dec 2011 06:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=102#comment-2393</guid>
		<description>Very helpful.</description>
		<content:encoded><![CDATA[<p>Very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caruso</title>
		<link>http://www.droidnova.com/ever-tried-localhost-with-the-android-emulator,102.html/comment-page-1#comment-2350</link>
		<dc:creator>caruso</dc:creator>
		<pubDate>Fri, 11 Nov 2011 22:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=102#comment-2350</guid>
		<description>Still very helpfull :)</description>
		<content:encoded><![CDATA[<p>Still very helpfull <img src='http://www.droidnova.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unoti</title>
		<link>http://www.droidnova.com/ever-tried-localhost-with-the-android-emulator,102.html/comment-page-1#comment-2333</link>
		<dc:creator>Unoti</dc:creator>
		<pubDate>Wed, 26 Oct 2011 22:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=102#comment-2333</guid>
		<description>Thanks! Worked great.</description>
		<content:encoded><![CDATA[<p>Thanks! Worked great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.droidnova.com/ever-tried-localhost-with-the-android-emulator,102.html/comment-page-1#comment-2190</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 17 Aug 2011 21:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.droidnova.com/?p=102#comment-2190</guid>
		<description>When your webserver reacts on an ip adress you type in the adressbar of your browser on the pc, you should be able to see your webpage. It is also possible, that your webserver doesn&#039;t allow access from other than localhost. In that case it still will fail.</description>
		<content:encoded><![CDATA[<p>When your webserver reacts on an ip adress you type in the adressbar of your browser on the pc, you should be able to see your webpage. It is also possible, that your webserver doesn&#8217;t allow access from other than localhost. In that case it still will fail.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

