andi
Posts: 0
Joined: Sat May 25, 2013 9:32 am

Spinner on Android not good?

I just saw that the spinner on the android device is not showing good
the REST operation needs about 10 seconds, but the spinner is only animated for about 1-2 seconds?

What is wrong?

andi
Posts: 0
Joined: Sat May 25, 2013 9:32 am

Spinner on Android not good?

on the Test in chrom it works perfect ...

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Spinner on Android not good?

Hi Andreas,

Thank you for reporting this, will be tested.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Spinner on Android not good?

Could you please give us a public link?
Do you see the problem on mobile browser or on installed app?

andi
Posts: 0
Joined: Sat May 25, 2013 9:32 am

Spinner on Android not good?

Hmmmm i think i know what the problem is :(

The spinner is only showen when the REST service is loading this takes about 1 second (13kB)
And when the Mapping is done no spinner is shown (is this correct)
on the mobile device the mapping takes about 7 seconds (on the PC under 1 second!)

the 13kb are about 70 Records which is mapped in a Listview with 1 Grid, and 4 LAbels ....

  • is there some possibility to speed this up?
Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Spinner on Android not good?

You're right. Spinner disappears as soon as response received and before mapping. You would need to call the spinner manually:
codeshowSpinner();
hideSpinner();/code

Return to “Issues”