Hi as per my understanding of the question intent can be used to
launch any activity,service,brodcast receiver.
The methods used for launching any activity component are:

1.startActivity(myIntent):-myintent is the Intent object containing
descriptions about the activity to be    launched ad the operation to
be performed.

2.startActivityForResult(myintent,requestcode):-requestcode is the
code>=0 wen an activity exits.This method is used when the called
activity needs to return something to the calling activity.

I hope this explanation answers your question.


On Jan 7, 3:08 pm, "Sasikumar.S" <sasikumar.it1...@gmail.com> wrote:
> Hi,,
>
> How to invoke call in android using ntent?...
>
> --
> Thanks & Regards
> Sasikumar.S
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to