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 core building blocks of android?

2 Answers  


When does anr occur?

0 Answers  


What does adb stands for?

0 Answers  


Can I update my version of android?

0 Answers  


What is .idea/ directory?

0 Answers  






What is google dagger?

0 Answers  


What is the API profile exposed by Mono for Android?

1 Answers  


How method is implemented in android studio?

0 Answers  


What is motion tween?

0 Answers  


What is google android sdk?

0 Answers  


What is referred to explicit and implicit intent?

0 Answers  


What do I do if I have problems downloading your App?

1 Answers  


Categories