Re: [android-beginners] Launch other activity on pressing the on-screen camera/camcorder button?

2010-02-05 Thread Rogério de Souza Moraes
Hi Abhi, it is possible. You can do like this: private class ExpandedDialog extends Dialog { ExpandedDialog(Context context) { super(context, com.android.internal.R.style.Theme_Light_NoTitleBar); } @Override public boolean dispatchKeyEvent(KeyEvent

[android-beginners] Launch other activity on pressing the on-screen camera/camcorder button?

2010-02-05 Thread Abhi
Hi, Is it possible to launch another activity or invoke a sensor (e.g. accelerometer) on the press of capture or video record button? Abhi -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack