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 folders are impotent in android project?
What is the name of the latest android os?
Differentiate activities from services?
How to avoid anr status?
What is a change gravity?
How do I download android os?
What is a pending intent?
Is android 7 any good?
What is tdd (test-driven development)?
What are the multimedia features involved in making android popular?
Explain me what is the android application architecture?
Tell us what is the difference between mobile application testing and mobile testing?