<?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: Code and Slides from FITC Mobile 2009</title>
	<atom:link href="http://www.activefrequency.com/blog/2009/code-and-slides-from-fitc-mobile-200/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activefrequency.com/blog/2009/code-and-slides-from-fitc-mobile-200/</link>
	<description>Web &#38; Mobile Development</description>
	<lastBuildDate>Tue, 31 Jan 2012 22:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.activefrequency.com/blog/2009/code-and-slides-from-fitc-mobile-200/comment-page-1/#comment-203</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 21 Oct 2009 19:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=221#comment-203</guid>
		<description></description>
		<content:encoded><![CDATA[]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://www.activefrequency.com/blog/2009/code-and-slides-from-fitc-mobile-200/comment-page-1/#comment-59</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Wed, 21 Oct 2009 17:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=221#comment-59</guid>
		<description>Looks like the company firewall was causing issues - the app was throwing 403 exceptions.  Thanks for the tip!  I thought the home screen widget contains an edit box for tweets so thought something was missing, but I must&#039;ve confused it with the twitter app instead.</description>
		<content:encoded><![CDATA[<p>Looks like the company firewall was causing issues &#8211; the app was throwing 403 exceptions.  Thanks for the tip!  I thought the home screen widget contains an edit box for tweets so thought something was missing, but I must&#39;ve confused it with the twitter app instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ysamlan</title>
		<link>http://www.activefrequency.com/blog/2009/code-and-slides-from-fitc-mobile-200/comment-page-1/#comment-58</link>
		<dc:creator>ysamlan</dc:creator>
		<pubDate>Wed, 21 Oct 2009 17:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=221#comment-58</guid>
		<description>It should work fine -- I just tested it from a clean download to be sure. Possible issues: You have to give the code a valid Twitter username and password (in TwitterPoster.java where it says &quot;USERNAME_HERE&quot; and &quot;PASSWORD_HERE&quot;), and your emulator needs network access up and running. It&#039;s very basic with no error handling at all on the widget, so when it runs into any problems at all (connection timeout, username/password twitter error) it ought to crash hard with a stacktrace if you&#039;re running in Debug mode in Eclipse... What does the ADB log tell you when you add the widget to your emulator homescreen?</description>
		<content:encoded><![CDATA[<p>It should work fine &#8212; I just tested it from a clean download to be sure. Possible issues: You have to give the code a valid Twitter username and password (in TwitterPoster.java where it says &#8220;USERNAME_HERE&#8221; and &#8220;PASSWORD_HERE&#8221;), and your emulator needs network access up and running. It&#39;s very basic with no error handling at all on the widget, so when it runs into any problems at all (connection timeout, username/password twitter error) it ought to crash hard with a stacktrace if you&#39;re running in Debug mode in Eclipse&#8230; What does the ADB log tell you when you add the widget to your emulator homescreen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://www.activefrequency.com/blog/2009/code-and-slides-from-fitc-mobile-200/comment-page-1/#comment-57</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Wed, 21 Oct 2009 16:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=221#comment-57</guid>
		<description>Is the source code for the android home screen widgets incomplete?  All I get is the &quot;Loading...&quot; text.</description>
		<content:encoded><![CDATA[<p>Is the source code for the android home screen widgets incomplete?  All I get is the &#8220;Loading&#8230;&#8221; text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ysamlan</title>
		<link>http://www.activefrequency.com/blog/2009/code-and-slides-from-fitc-mobile-200/comment-page-1/#comment-41</link>
		<dc:creator>ysamlan</dc:creator>
		<pubDate>Mon, 21 Sep 2009 11:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=221#comment-41</guid>
		<description>Thanks for coming to the session; hope it helped clear up AppWidgets a bit. I&#039;ll try to post a more complete writeup and notes from the FITC talks later this week, too.</description>
		<content:encoded><![CDATA[<p>Thanks for coming to the session; hope it helped clear up AppWidgets a bit. I&#39;ll try to post a more complete writeup and notes from the FITC talks later this week, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d3space</title>
		<link>http://www.activefrequency.com/blog/2009/code-and-slides-from-fitc-mobile-200/comment-page-1/#comment-39</link>
		<dc:creator>d3space</dc:creator>
		<pubDate>Sat, 19 Sep 2009 12:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://activefrequency.com/blog/?p=221#comment-39</guid>
		<description>Thank you!  I attended your session and have been wanting to make a homescreen widget since cupcake come out.  This should be a great start!</description>
		<content:encoded><![CDATA[<p>Thank you!  I attended your session and have been wanting to make a homescreen widget since cupcake come out.  This should be a great start!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

