the phantom
Newbie
Hi,
I've added a spinner to one of the pages within my app. When the page(activity) loads it calls a web service and the values that are returned need to be displayed within the spinner.
I've found lots of examples where you can add values from an array but the array values are always hard coded. I need to be able to add whatever is returned from the service into an array and then add that to my spinner.
Is this possible?
I've added a spinner to one of the pages within my app. When the page(activity) loads it calls a web service and the values that are returned need to be displayed within the spinner.
I've found lots of examples where you can add values from an array but the array values are always hard coded. I need to be able to add whatever is returned from the service into an array and then add that to my spinner.
Is this possible?
