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 can sensors measure?

0 Answers  


Write a program to show the addition and removing of the package.

0 Answers  


which of the based class for the main application class in an android application that has a user interface?

0 Answers  


Can you play android 2.1 games on android 2.2?

0 Answers  


What is progressdialog in android?

0 Answers  






What is the advantage of android?

0 Answers  


what is activity context?

0 Answers  


State the advantages of android?

0 Answers  


What is Orientation?

1 Answers  


Differentiate between linearlayout, relativelayout, absolutelayout.

0 Answers  


Please explain what is an intent? Can it be used to provide data to a contentprovider? Why or why not?

0 Answers  


What are the types of layout in android?

0 Answers  


Categories