<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Android - Ruby on Rails app, setup and HttpClient hello world</title>
	<link>http://mgmblog.com/2008/10/01/android-ruby-on-rails-app-setup-and-httpclient-hello-world/</link>
	<description>My eclectic journey into the blogosphere</description>
	<pubDate>Fri, 30 Jul 2010 01:32:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Andrew Gertig</title>
		<link>http://mgmblog.com/2008/10/01/android-ruby-on-rails-app-setup-and-httpclient-hello-world/#comment-750</link>
		<dc:creator>Andrew Gertig</dc:creator>
		<pubDate>Tue, 27 Jul 2010 17:18:55 +0000</pubDate>
		<guid>http://mgmblog.com/2008/10/01/android-ruby-on-rails-app-setup-and-httpclient-hello-world/#comment-750</guid>
		<description>Michael,

This is great stuff!  I used your code snippets to get me going in the right direction and have added a visual component to your Android app with a ListView and added the ability to POST to the Ruby on Rails app.  I just uploaded a blog post on this at my site.

Thanks,
Andrew</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>This is great stuff!  I used your code snippets to get me going in the right direction and have added a visual component to your Android app with a ListView and added the ability to POST to the Ruby on Rails app.  I just uploaded a blog post on this at my site.</p>
<p>Thanks,<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: winston</title>
		<link>http://mgmblog.com/2008/10/01/android-ruby-on-rails-app-setup-and-httpclient-hello-world/#comment-719</link>
		<dc:creator>winston</dc:creator>
		<pubDate>Wed, 07 Jul 2010 02:16:14 +0000</pubDate>
		<guid>http://mgmblog.com/2008/10/01/android-ruby-on-rails-app-setup-and-httpclient-hello-world/#comment-719</guid>
		<description>Awesome post!</description>
		<content:encoded><![CDATA[<p>Awesome post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajay1kumar1</title>
		<link>http://mgmblog.com/2008/10/01/android-ruby-on-rails-app-setup-and-httpclient-hello-world/#comment-521</link>
		<dc:creator>ajay1kumar1</dc:creator>
		<pubDate>Wed, 06 May 2009 11:20:01 +0000</pubDate>
		<guid>http://mgmblog.com/2008/10/01/android-ruby-on-rails-app-setup-and-httpclient-hello-world/#comment-521</guid>
		<description>Hello Michael,

You have this great tutorial but on my pc (fedora 7) i am unable to see log file in Android/tools
i also used adb logcat

how to see the log file by this example?

Thanks and Regards
Ajay singh rahore.</description>
		<content:encoded><![CDATA[<p>Hello Michael,</p>
<p>You have this great tutorial but on my pc (fedora 7) i am unable to see log file in Android/tools<br />
i also used adb logcat</p>
<p>how to see the log file by this example?</p>
<p>Thanks and Regards<br />
Ajay singh rahore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yawningman</title>
		<link>http://mgmblog.com/2008/10/01/android-ruby-on-rails-app-setup-and-httpclient-hello-world/#comment-517</link>
		<dc:creator>yawningman</dc:creator>
		<pubDate>Thu, 09 Apr 2009 19:59:46 +0000</pubDate>
		<guid>http://mgmblog.com/2008/10/01/android-ruby-on-rails-app-setup-and-httpclient-hello-world/#comment-517</guid>
		<description>Hi Michael

Thanks for your 3 part series, I've just(last two days) got into Android development and pretty much started with the exact steps you have here.

I think rails rest + android have great potential.

p.s you can use 'rake db:create' in rails without needing to use the 'mysqladmin' command directly to create the database.</description>
		<content:encoded><![CDATA[<p>Hi Michael</p>
<p>Thanks for your 3 part series, I&#8217;ve just(last two days) got into Android development and pretty much started with the exact steps you have here.</p>
<p>I think rails rest + android have great potential.</p>
<p>p.s you can use &#8216;rake db:create&#8217; in rails without needing to use the &#8216;mysqladmin&#8217; command directly to create the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mariano Kamp</title>
		<link>http://mgmblog.com/2008/10/01/android-ruby-on-rails-app-setup-and-httpclient-hello-world/#comment-267</link>
		<dc:creator>Mariano Kamp</dc:creator>
		<pubDate>Fri, 12 Dec 2008 23:11:06 +0000</pubDate>
		<guid>http://mgmblog.com/2008/10/01/android-ruby-on-rails-app-setup-and-httpclient-hello-world/#comment-267</guid>
		<description>Hi,

  very interesting. I am looking forward to read the rest of the series!

  Out of curiosity, why didn't use a BufferedReader to read the response line by line? Is this a performance thing for you to do it so low level?

  Did you find an easy way to output the whole response somewhere for further reference, like in a file? I am trying to understand a larger XML I am getting as a server response, but the output from logcat is, of course, not formatted.

Cheers,
Mariano</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>  very interesting. I am looking forward to read the rest of the series!</p>
<p>  Out of curiosity, why didn&#8217;t use a BufferedReader to read the response line by line? Is this a performance thing for you to do it so low level?</p>
<p>  Did you find an easy way to output the whole response somewhere for further reference, like in a file? I am trying to understand a larger XML I am getting as a server response, but the output from logcat is, of course, not formatted.</p>
<p>Cheers,<br />
Mariano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://mgmblog.com/2008/10/01/android-ruby-on-rails-app-setup-and-httpclient-hello-world/#comment-18</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 02 Oct 2008 20:33:41 +0000</pubDate>
		<guid>http://mgmblog.com/2008/10/01/android-ruby-on-rails-app-setup-and-httpclient-hello-world/#comment-18</guid>
		<description>Excellent write-up I found you though this website:
http://androidmember.com/forums/viewtopic.php?f=4&#38;t=27</description>
		<content:encoded><![CDATA[<p>Excellent write-up I found you though this website:<br />
<a href="http://androidmember.com/forums/viewtopic.php?f=4&amp;t=27" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/androidmember.com');">http://androidmember.com/forums/viewtopic.php?f=4&amp;t=27</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
