[tssg-tech] Debugging MessageList

  • From: "Beatrice W. Chaney" <bwchaney@xxxxxxxx>
  • To: tssg-tech@xxxxxxxxxxxxx
  • Date: Thu, 30 Sep 2010 10:06:10 -0400

Hi Harry,
After you helped me load MessageList, I tried running it and looked at the log file and set a few breakpoints. It appears the application was missing a permission. Add the following to the manifest, at the very end, near the other <uses-sdk...> (it took me a few tries to find the right spot...)
<uses-permission android:name="android.permission.INTERNET" />

Also, did you know that the sample RSS URL is a Russion site?? I replaced the feedUrl lenta.ru/rss with http://www.bostoneventslist.com/rss.xml. (in FeedParserFactory.java)

So, it now seems to work!!
Screen shot is attached.

Bea

Harry Henriques wrote:

Hello,

I think Bea referenced the IBM website regarding RSS parser alternatives. I downloaded the application from the website, and massaged the files. I was able to get the application to successfully create an apk and load successfully into the Android Emulator. The application is partially working, but I could use some help debugging it. The application doesn't parse the BostonEventsList. For some reason, it stops before displaying a ListView.

I delivered the work I have finished to the SVN Repository in a Android project called MessageList.

I will continue to work on it as time permits. I've only just begun to fight.

Regards,
Harry Henriques
Java Developer

PNG image

Other related posts:

  • » [tssg-tech] Debugging MessageList - Beatrice W. Chaney