Re: [android-developers] Re: How to manage events on a button

2011-10-31 Thread Jean Tinguely Awais
Hello, Thank you for your clear answer. Best regards. Jean Tinguely Awais. 2011/10/25 Boozel boozelcl...@gmail.com ((ImageButton) findViewById (R.id.MyButton)).**setOnFocusChangeListener(new OnFocusChangeListener() { public void onFocusChange(View view, boolean hasFocus) { //

[android-developers] Re: How to manage events on a button

2011-10-25 Thread Boozel
((ImageButton) findViewById (R.id.MyButton)).setOnFocusChangeListener(new OnFocusChangeListener() { public void onFocusChange(View view, boolean hasFocus) { // Do anything you want here } }); -- You received this message because you are subscribed to the Google Groups