How to call another activity in android?
Answer / maanya
Intent i = new Intent(getApplicationContext(), ActivityTwo.class);
startActivity(i);
| Is This Answer Correct ? | 1 Yes | 0 No |
What is build/ directory?
What is mvp in android?
Can fragments be added without using a user interface?
What View Group in Android?
What is color os in mobile?
What is activity component of android?
What is the relationship between the life cycle of an asynctask and an activity?
What is the advantage of android?
Why is it called android?
What is a dagger component?
Tell us how would you update the ui of an activity from a background service?
Is android free for manufacturers?