Hi All,
I m a neebie with Android. Jus went through the Notepad application. I
have several of doubts regarding the application.
1. What is the exact purpose of Intent class?
2. Why do we pass this Intent object to
startActivityForResult(i, ACTIVITY_CREATE); method.
3. What happens at the end of startActivityForResult(i,
ACTIVITY_CREATE); method, which method is getting called after that?
4. What is the purpose of  onActivityResult(int requestCode, int
resultCode,
                           Intent intent) method??

Any explanation would be highly appreciated

Thanks in Advance


Thanks
JavaAndroid


--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to