Android built-in spinner -


i have web service queries cloud data , populates listview.

i display sort of spinning indicator user letting them know cloud being queried.

i prefer not show popup spinner on it, want user still able use application. use log in screen, here not applicable.

is there built-in way this? hack myself including own spinning image resource , hiding/showing resource while cloud being queried, hoping there built-in resource didn't have use own.

option 1: can have subtle spinner on top right in title bar. activity.setprogressbarindeterminatevisibility().

option 2: can add progressbar in layout. sure make indeterminate looks spinner, not bar. can turn on , off changing visibility.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -