[android-developers] Re: Initial Doubt

2009-07-31 Thread Mark Murphy
Michelle Silva wrote: > public class MakeCall extends Activity { > /** Called when the activity is first created. */ > @Override > public void onCreate(Bundle savedInstanceState) { > super.onCreate( > savedInstanceState); > Intent intent = new Intent(Intent.ACTION_DIAL)

[android-developers] Re: Initial Doubt

2009-07-31 Thread Michelle Silva
Hi Mak, it works! But i want something different... i want to see the number being dialed and after the call key being pressured. How can i do this? []s, Michelle. 2009/7/31 Mark Murphy > > Michelle Silva wrote: > > public class MakeCall extends Activity { > > /**

[android-developers] Re: Initial Doubt

2009-07-31 Thread Michelle Silva
Hi Mak, it works! But i want something different... i want to see the number being dialed and after the call key being pressured. How can i do this? []s, Michelle. 2009/7/31 Mark Murphy > > Michelle Silva wrote: > > public class MakeCall extends Activity { > > /**

[android-developers] Re: Initial Doubt

2009-07-31 Thread Mark Murphy
Michelle Silva wrote: >it works! But i want something different... i want to see the > number being dialed and after the call key being pressured. How can i do > this? 1. I have no idea what your question means. 2. You have posted this four times to the same list in 37 minutes. Please st

[android-developers] Re: Initial Doubt

2009-07-31 Thread Michelle Silva
Hi Mark, sorry about the four messages, but i received messages from group saying that my email wasn't sent. About my doubts, i wanna know how can i do to make a call? When i execute my code, appears Dials screen with the number dialed in the emulator. I want to make the call, count time and a

[android-developers] Re: Initial Doubt

2009-07-31 Thread Mark Murphy
Michelle Silva wrote: > sorry about the four messages, but i received messages from group > saying that my email wasn't sent. About my doubts, i wanna know how can > i do to make a call? When i execute my code, appears Dials screen with > the number dialed in the emulator. I want to make the c

[android-developers] Re: Initial Doubt

2009-07-31 Thread Mark Murphy
Michelle Silva wrote: > It works! Thank you! Only one more doubt: how can i do to capture when > the user press end call key? In your own activity, use onKeyDown() and watch for KeyEvent.KEYCODE_ENDCALL. If, however, you are referring to determining when the user ends the call, you can try a Pho

[android-developers] Re: Initial Doubt

2009-07-31 Thread Michelle Silva
It works! Thank you! Only one more doubt: how can i do to capture when the user press end call key? []s, Michelle. 2009/7/31 Mark Murphy > > Michelle Silva wrote: > > sorry about the four messages, but i received messages from group > > saying that my email wasn't sent. About my doubts,