Interviewer And Interviewee Guide

Mobile Developer Interview Question:

How to Start Another Activity?

Submitted by: Administrator
Note: you need to past this code on onClick method.

Intent i = new Intent(getApplicationContext(), Activity2.class);
startActivity(i);
Submitted by:

Read Online Mobile Developer Job Interview Questions And Answers
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.