How will you launch an Activity within you application?5
1082 5b5cc7d6e4d2b419777514fd
Q: How will you launch an Activity within you application?
- Show Answer
- Workspace
- Discuss
Answer :
Explanation :
For launching an application, we will need to create an intent that explicitly defines the activity that we wish to start. For example: Code Intent intent = new Intent(this, MyTestActivity.class); startActivity(intent);
Similar Questions
Since Nithya and Suganya exchange places, so Rita’s new position is the same as Monika’s earlier position. This position is 17th from the right and 10th from the left. Therefore Number of girls in the row = (16 + 1 + 9) = 26.