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

There is a kind of animation that using an xml file to define a sequence of pictures using?

0 Answers  


What is the variance between a regular bitmap and a nine-patch image?

0 Answers  


What is .gitignore?

0 Answers  


What does @override mean in android?

0 Answers  


When will it be available in a ROM?

1 Answers  






Explain seapine software?

0 Answers  


Is android 5 outdated?

0 Answers  


Which is the method you need to use to post a notification to be shown in the status bar?

0 Answers  


What is app.iml/ directory?

0 Answers  


Explain me what is a broadcast receiver?

0 Answers  


What is a Sticky Intent?

1 Answers  


What is view group in android?

0 Answers  


Categories