cancel
Showing results for 
Search instead for 
Did you mean: 

Remove android progress bar flowsv2

axeldion
Explorer
0 Kudos
190

Helllo,

I'm using the SAP android SDK. When starting the application I want the user to see a splash screen until the app is fully loaded. When I'm starting the flow activity from SAP I'm seeing a progress bar in the form of a circle. I cannot change this because this activity is from the SAP android sdk. How can I fix this?

Thanks!

View Entire Topic
qiang_zhang3
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi there,

Thanks for the feedback. Unfortunately, I'm afraid this cannot be fixed from the client side for now. The reason for this is that, the progress circle you're seeing is the first page of every flow. For onboarding, the 2nd page after this might be either activation(either discovery service or QR code scan) or one of the authenticate screen(basic, OAuth, SAML, etc), they will take some time to be ready, then we have that progress circle before them. For 'restore' flow, the flows framework will also need some time to load the current user information from the secure store.

But we do like to have your input on you want to see, if you can provide more information on your expectation, we may be able to consider this in the next release. Maybe for example, let client code passing in UI widget to replace that circular progress indicator?

Looking forward to your feedback.

Thanks

Qiang