hai....i got a question...
Suppose Screen1 is the main screen of an Android application MyAndroid. Now if another screen, Screen2 has to be opened from Screen1, then which of the following are true?
- Screen2 has to be a part of MyAndroid.
- Screen2 can exist in any other Android application installed on the device.
- Screen2 will always be launched asynchronously.
- Screen2 can be launched synchronously.
- Screen2 can return a result code to Screen1 if launched with startActivity.
- Screen2 can return a result code to Screen1 if launched with startSubActivity.
plz tell me which will be correct.... thanz