How to call another activity in android?



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

Post New Answer

More Android OS Interview Questions

What are the different approaches that are required to share the objects?

0 Answers  


what is a service in android?

0 Answers   TryTechnicals Pvt Ltd,


What is the importance of setting up permission in app development?

0 Answers  


Explain the three common use cases for using an intent?

0 Answers  


What is ADB?

1 Answers  






What is layout/ directory?

0 Answers  


What android means?

0 Answers  


What is calibrated?

0 Answers  


What is if statement?

0 Answers  


Explain folder, file & description of android apps?

0 Answers  


What is the latest version of android 2019?

0 Answers  


What is intent in Android?

0 Answers   CDC,


Categories