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
Post a Comment