Using BusyIndicator in a Mobile app
So we implemented the BusyIndicator in our mobile android tablet app. We want to give the user some feedback while the app is busy rendering components or initializing.
The problem is that it stops anytime any component creation/rendering is going on then restarts once finished.
We do "chunk" our data loading and other tasks, but that only gets you so far. We have a couple of components that takes 1-3 seconds to create & render.
Is there any fix available for this?
Thanks in advance for any help.
Bob,
EDT
