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 |
Toast is a class to display a message in android. How to set position of a toast?
What is the APK format in Android?
Which shortcut key we can use to change orientation in an avd simulator?
what is adb in android?
What is the benefit of an android library project?
What is dagger2?
What is startanimation?
What happen if the latitude is less than -90 or greater than 90?
Can the user set a priority?
Explain briefly what is meant by activities?
What features does android have?
what is a content provider in android?