<?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: Ground-Up Android, Part 5: Tweeting and Debugging</title>
	<atom:link href="http://activefrequency.com/blog/2009/ground-up-android-part-5-tweeting-and-debugging/feed/" rel="self" type="application/rss+xml" />
	<link>http://activefrequency.com/blog/2009/ground-up-android-part-5-tweeting-and-debugging/</link>
	<description>Web Development and Design</description>
	<lastBuildDate>Wed, 21 Jul 2010 04:25:23 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TRAVIS</title>
		<link>http://activefrequency.com/blog/2009/ground-up-android-part-5-tweeting-and-debugging/comment-page-1/#comment-128</link>
		<dc:creator>TRAVIS</dc:creator>
		<pubDate>Wed, 21 Jul 2010 04:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=279#comment-128</guid>
		<description>&lt;strong&gt;&lt;blockquote&gt;&lt;a href=&quot;http://medicamentspot.com/&quot; rel=&quot;nofollow&quot;&gt;Medicamentspot.com. Canadian Health&amp;Care.Best quality drugs.Special Internet Prices.No prescription online pharmacy. High quality pills. Order pills online&lt;/a&gt;...&lt;/strong&gt;

Buy:Prevacid.Arimidex.Actos.Petcam (Metacam) Oral Suspension.Mega Hoodia.Lumigan.Zyban.Prednisolone.Human Growth Hormone.Zovirax.Retin-A.Nexium.100% Pure Okinawan Coral Calcium.Synthroid.Valtrex.Accutane....</description>
		<content:encoded><![CDATA[<p><strong><br />
<blockquote><a href="http://medicamentspot.com/" rel="nofollow">Medicamentspot.com. Canadian Health&amp;Care.Best quality drugs.Special Internet Prices.No prescription online pharmacy. High quality pills. Order pills online</a>&#8230;</p></blockquote>
<p></strong></p>
<p>Buy:Prevacid.Arimidex.Actos.Petcam (Metacam) Oral Suspension.Mega Hoodia.Lumigan.Zyban.Prednisolone.Human Growth Hormone.Zovirax.Retin-A.Nexium.100% Pure Okinawan Coral Calcium.Synthroid.Valtrex.Accutane&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremiah Holder</title>
		<link>http://activefrequency.com/blog/2009/ground-up-android-part-5-tweeting-and-debugging/comment-page-1/#comment-115</link>
		<dc:creator>Jeremiah Holder</dc:creator>
		<pubDate>Tue, 29 Jun 2010 21:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=279#comment-115</guid>
		<description>Good tutorial.&lt;br&gt;&lt;br&gt;It would be very helpful if you could add the steps for using OAuth as it is clearly a better practice.   I know this is for beginners (which I am), but the transition to using the OAuth has some more advanced features that lead to confusion.&lt;br&gt;&lt;br&gt;Of course, not to look a gift horse in the mouth, I do appreciate the tutorial you&#039;ve provided.  If a more advanced continuation of it could be made, that would be really appreciated.</description>
		<content:encoded><![CDATA[<p>Good tutorial.</p>
<p>It would be very helpful if you could add the steps for using OAuth as it is clearly a better practice.   I know this is for beginners (which I am), but the transition to using the OAuth has some more advanced features that lead to confusion.</p>
<p>Of course, not to look a gift horse in the mouth, I do appreciate the tutorial you&#39;ve provided.  If a more advanced continuation of it could be made, that would be really appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://activefrequency.com/blog/2009/ground-up-android-part-5-tweeting-and-debugging/comment-page-1/#comment-94</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 24 Feb 2010 11:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=279#comment-94</guid>
		<description>Well I figured out it was not the code at all by the jtwitter library throwing an exception. I switched to the twitter4j library and I had no problems.</description>
		<content:encoded><![CDATA[<p>Well I figured out it was not the code at all by the jtwitter library throwing an exception. I switched to the twitter4j library and I had no problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ysamlan</title>
		<link>http://activefrequency.com/blog/2009/ground-up-android-part-5-tweeting-and-debugging/comment-page-1/#comment-93</link>
		<dc:creator>ysamlan</dc:creator>
		<pubDate>Tue, 23 Feb 2010 18:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=279#comment-93</guid>
		<description>It&#039;s supposed to crash until you fix the permissions issue. Read the portion of the article about debugging and permissions first.&lt;br&gt;&lt;br&gt;If you&#039;re still getting errors after setting the permissions, make sure you&#039;ve set the username and password in the code to a real Twitter login. If that doesn&#039;t do it, check the traceback from the emulator -- run the app in Debug mode in Eclipse, and when it crashes it should prompt you to enter the debugger, where you can step through and find your error. Chances are the LogCat window output after a few steps should give you a fairly descriptive traceback to find your error.</description>
		<content:encoded><![CDATA[<p>It&#39;s supposed to crash until you fix the permissions issue. Read the portion of the article about debugging and permissions first.</p>
<p>If you&#39;re still getting errors after setting the permissions, make sure you&#39;ve set the username and password in the code to a real Twitter login. If that doesn&#39;t do it, check the traceback from the emulator &#8212; run the app in Debug mode in Eclipse, and when it crashes it should prompt you to enter the debugger, where you can step through and find your error. Chances are the LogCat window output after a few steps should give you a fairly descriptive traceback to find your error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://activefrequency.com/blog/2009/ground-up-android-part-5-tweeting-and-debugging/comment-page-1/#comment-92</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 23 Feb 2010 06:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=279#comment-92</guid>
		<description>Great tutorial, thank you! :)</description>
		<content:encoded><![CDATA[<p>Great tutorial, thank you! <img src='http://activefrequency.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://activefrequency.com/blog/2009/ground-up-android-part-5-tweeting-and-debugging/comment-page-1/#comment-86</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 15 Feb 2010 12:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=279#comment-86</guid>
		<description>When I am clicking the tweet button in the application the emulator states a force close error. Any ideas what is causing that?</description>
		<content:encoded><![CDATA[<p>When I am clicking the tweet button in the application the emulator states a force close error. Any ideas what is causing that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://activefrequency.com/blog/2009/ground-up-android-part-5-tweeting-and-debugging/comment-page-1/#comment-76</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 17 Nov 2009 02:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=279#comment-76</guid>
		<description>Thanks for taking the time to help educate!  Each tutorial I read (yours and others)  helps in unfolding the Android dev. process which for this &#039;old&#039; programmer is a fun new journey.  Appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for taking the time to help educate!  Each tutorial I read (yours and others)  helps in unfolding the Android dev. process which for this &#39;old&#39; programmer is a fun new journey.  Appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt J.</title>
		<link>http://activefrequency.com/blog/2009/ground-up-android-part-5-tweeting-and-debugging/comment-page-1/#comment-74</link>
		<dc:creator>Matt J.</dc:creator>
		<pubDate>Fri, 23 Oct 2009 17:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=279#comment-74</guid>
		<description>It is a &quot;good catch&quot; I expected some one of the many eyeballs of the Internet to catch before I did. Perhaps there aren&#039;t enough people using your tutorial? I put in a good word for it in Android Beginners, let&#039;s see if that attracts any more eyeballs.</description>
		<content:encoded><![CDATA[<p>It is a &#8220;good catch&#8221; I expected some one of the many eyeballs of the Internet to catch before I did. Perhaps there aren&#39;t enough people using your tutorial? I put in a good word for it in Android Beginners, let&#39;s see if that attracts any more eyeballs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ysamlan</title>
		<link>http://activefrequency.com/blog/2009/ground-up-android-part-5-tweeting-and-debugging/comment-page-1/#comment-73</link>
		<dc:creator>ysamlan</dc:creator>
		<pubDate>Fri, 23 Oct 2009 16:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=279#comment-73</guid>
		<description>I actually meant Resume, which steps deeper into the execution stack (not over) -- I was referring to the function of the button and not its label. But since the label is actually Resume I&#039;ve updated the post to be a little clearer about that.</description>
		<content:encoded><![CDATA[<p>I actually meant Resume, which steps deeper into the execution stack (not over) &#8212; I was referring to the function of the button and not its label. But since the label is actually Resume I&#39;ve updated the post to be a little clearer about that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ysamlan</title>
		<link>http://activefrequency.com/blog/2009/ground-up-android-part-5-tweeting-and-debugging/comment-page-1/#comment-72</link>
		<dc:creator>ysamlan</dc:creator>
		<pubDate>Fri, 23 Oct 2009 13:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=279#comment-72</guid>
		<description>Good catch; there actually was a typo in Part 4 (it was correct in the code recap at the bottom and in the completed-code download, but not in the entry follow-along snippet). The onClick should have read:&lt;br&gt; public void onClick(View v) {&lt;br&gt;        String twitterStatus = tweetEditText.getText().toString();&lt;br&gt;        Toast.makeText(TwitterPoster.this,&lt;br&gt;            twitterStatus, &lt;br&gt;            Toast.LENGTH_LONG).show();&lt;br&gt;    }&lt;br&gt;})&lt;br&gt;&lt;br&gt;That way the twitterStatus variable refers to the contents of the EditText at the onClick event, not just a fixed string.</description>
		<content:encoded><![CDATA[<p>Good catch; there actually was a typo in Part 4 (it was correct in the code recap at the bottom and in the completed-code download, but not in the entry follow-along snippet). The onClick should have read:<br /> public void onClick(View v) {<br />        String twitterStatus = tweetEditText.getText().toString();<br />        Toast.makeText(TwitterPoster.this,<br />            twitterStatus, <br />            Toast.LENGTH_LONG).show();<br />    }<br />})</p>
<p>That way the twitterStatus variable refers to the contents of the EditText at the onClick event, not just a fixed string.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
