Interviewer And Interviewee Guide

Mobile Apps Developer Interview Question:

Do you know how To Start Another Activity?

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

Intent i = new Intent(getApplicationContext(), Activity2.class);

startActivity(i);
Submitted by: Muhammad

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