Hello,
I have multiple ListActivity(s) with a custom ArrayAdapter. I have to load an XML file from the Web, and the user moves to a new activity by selecting a list item.
What is best practice for:
- Displaying a loading indication to the user.
- Threading the networking stuff so that the user can cancel the loading of the data if need be / move to the previous activity.
Example/source code would be greatly appreciated - I've used http://www.helloandroid.com/tutorials/newsdroid-rss-reader as an introduction, however it doesn't display a loading indication.
Thanks