This is an example of both Context and Intent, perhaps someone else
can explain the meaning but I suggest you don't bother and simply
write some code.
Intent i = new Intent(this, GameActivity.class);
startActivityForResult(i, 0);
Heres the reference:
http://developer.android.com/reference/android/content/Intent.html
Mark
On Oct 23, 11:24 am, zeeshan mirza <[email protected]>
wrote:
> Hello, I have a question about android. I just want to know what is
> Context and what is Intent in android world. Kindly give an example
> where we can pass a Context and Intent to a method.
>
> //Shan
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en