hi i am not understnding this code.can anyone help me and explain me this code .thank u
/* Create an Intent to start * MySecondActivity. */ Intent i = *new* Intent( StartingSubactivities.*this*,SecondActivity.*class* *)*; /* Send intent to the OS to make * * it aware that we want to start * * MySecondActivity as a SubActivity. */ startSubActivity(i, 0x1337); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

