12.02.2011 0:13, Danielle Murkerson пишет:


Part of my app has to access some RSS feeds from the website for my company and we've been having server issues so I know that was causing problems. Our streaming servers are separate so the device that was actually running the app had no problems accessing the streams but could not access the feeds due to the above mentioned issues with the website.

Are you loading the RSS feeds in the main application thread (same one where onCreate, etc) are called?

If so, that would explain the black screen and all.

This is an introduction on why this should not be done and how to change it:

http://developer.android.com/guide/appendix/faq/commontasks.html#threading

--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to