I am trying to add a progress indicator (clock style or hour glass, depending on the user's BB theme) to an element on the main screen of my application.
In short, my application has a field at the bottom of the screen that will display a rotating list of items parsed from an XML file.
I have moved the downloading and parsing operation to the background so the application remains responsive while the XML data is being retrieved. Now I would like to add an above mentioned progress indicator.
So far, I have only found pages that describe a progress bar, which is not what I want, or displaying wait screens that would lock the application during the parsing process.
If someone could point me in the right direction, thanks.