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 |
Is apple an android?
What is dagger and explain dependency injection?
What is the manifest file and how is it used?
how to fix an android application crash? How to analyze a crash using logcat?
What are the data types supported by aidl?
What do you think are some disadvantages of android?
Explain how to send sms in android?
What is so special about android?
What are handlers?
Explain the differences between a domain and a workgroup?
How to handle an audio stream for call in android?
How can the ANR be prevented in Android?