Team Leader Android Developer Question:

Download Job Interview Questions and Answers PDF

Do you know how to launch an activity in android?

Team Leader Android Developer Interview Question
Team Leader Android Developer Interview Question

Answer:

Using with intent, we can launch an activity.

Intent intent = new Intent(this, MyTestActivity.class);

startActivity(intent);

Download Team Leader Android Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me what is the order of dialog-box in android?Tell me what are the type of flags to run an application in android?