Re: [android-developers] Change Button Function and name when clicked

2011-04-12 Thread Marcin Orlowski
If by "name" you mean label, then yes. As for different function - handle this in your code, no big deal. PS: http://developer.android.com/resources/tutorials/views/hello-formstuff.html Regards, Marcin Orlowski *Tray Agenda * - keep you daily schedule handy... WebnetMob

Re: [android-developers] Change Button Function and name when clicked

2011-04-12 Thread TreKing
On Tue, Apr 12, 2011 at 8:51 AM, Gabriel wrote: > Is it possible?? Yup. - TreKing - Chicago transit tracking app for Android-powered devices --

[android-developers] Change Button Function and name when clicked

2011-04-12 Thread Gabriel
I want to make a two-function button. When I click it makes a function and transform into another button, with other name and function. When I click it again it comes back to the first one. Is it possible?? -- You received this message because you are subscribed to the Google Groups "Android De