How to Start Another Activity?
Submitted by: AdministratorNote: you need to past this code on onClick method.
Intent i = new Intent(getApplicationContext(), Activity2.class);
startActivity(i);
Submitted by:
Intent i = new Intent(getApplicationContext(), Activity2.class);
startActivity(i);
Submitted by:
Read Online Mobile Developer Job Interview Questions And Answers
Top Mobile Developer Questions
☺ | How to avoid an ANR? |
☺ | Described ANR? |
☺ | How an operating system improve battery life while running an app? |
☺ | What is Intent? |
☺ | How to respond to state transitions on your app? |
Top Coding/Programming Categories
☺ | Python Interview Questions. |
☺ | OOP Interview Questions. |
☺ | Software engineering Interview Questions. |
☺ | PHP Interview Questions. |
☺ | VBA (Visual Basic for Applications) Interview Questions. |