[android-developers] Press button makes a spinner "gone" in another screen

2011-06-10 Thread JackD
Hi everyone, I'm trying to make an button activity that when it's pressed a spinner will be "gone" in another screen I have a screen 1 (with the button) and screen 2 (with 2 spinner and several textviews). The main goal is just showing 1 spinner of the 2 in the end. I know the standard code for

Re: [android-developers] Press button makes a spinner "gone" in another screen

2011-06-10 Thread TreKing
On Fri, Jun 10, 2011 at 5:22 AM, JackD wrote: > I'm trying to make an button activity that when it's pressed a spinner will > be "gone" in another screen > Use Intents to pass information from one Activity to the other, which would contain something like a flag indicating that the view should be