How to call another activity in android?

Answer Posted / maanya

Intent i = new Intent(getApplicationContext(), ActivityTwo.class);  
startActivity(i); 

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to handle an audio stream for call in android?

484


What does os mean on a phone?

475


Describe intents in detail.

564


What is aidl in Android?

570


How to make an apk file in android?

532






What is service lifecycle

584


Does android support the bluetooth serial port profile? Yes. 78. Can an application be started on powerup?

505


What is the APK format in Android?

575


Explain the four java classes related to using sensors on the android platform?

543


Define intents in android?

538


What's android 7.0 called?

504


Which android file api to create a file?

566


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

498


What is access data using content provider:

519


In android, does service create new thread in background?

470