Page 1 of 1

Spinner on Android not good?

Posted: Thu Jun 06, 2013 3:08 pm
by andi

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?


Spinner on Android not good?

Posted: Thu Jun 06, 2013 3:08 pm
by andi

on the Test in chrom it works perfect ...


Spinner on Android not good?

Posted: Thu Jun 06, 2013 3:11 pm
by Kateryna Grynko

Hi Andreas,

Thank you for reporting this, will be tested.


Spinner on Android not good?

Posted: Thu Jun 06, 2013 3:43 pm
by Kateryna Grynko

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


Spinner on Android not good?

Posted: Thu Jun 06, 2013 3:56 pm
by andi

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?

Spinner on Android not good?

Posted: Thu Jun 06, 2013 4:42 pm
by Kateryna Grynko

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