Skip to main content
Inspiring
March 30, 2012
Question

Using BusyIndicator in a Mobile app

  • March 30, 2012
  • 1 reply
  • 548 views

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

This topic has been closed for replies.

1 reply

chris.campbell
Legend
March 30, 2012

Hi Bob,

Could you please open a new bug report on this over at bugbase.adobe.com?  Please post back with the URL so that others affected can add their comments and votes.

Thanks,

Chris

Inspiring
April 1, 2012

Looking at the code, this is just a normal component using a timer to animate the wait activity. I dont see how it could rotate the spinner with a long running, non interrupted process like component rendering. I guess the hope was there was some magic going on in the runtime to make that happen.

Maybe the docs should be updated to reflect the limitation.

Thanks,

Bob.