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 |
How do I reinstall operating system on galaxy s6?
Can you run exe files on android?
What is src file in android?
Logging methods require two strings, what does each string represent?
What features does it have?
What is orm android?
Which scenario can test only on real devices but not on emulator?
Which attribute will be used in xml if the java code needs a reference to view??
How do I enable google play services on android?
An android application needs to access device data e.g sms messages, camera etc. At what stage user needs to grant the permissions?
Explain the difference between nine-patch image vs regular bitmap image?
What is an android framework?