x

Choose Country Code

x

Direction

x

Ask a Question

  • Ask a Question
  • Scan a Question
  • Post MCQ
  • Note: File extension must be of jpg, jpeg, png, bmp format and file size must not exceed 5 MB
x

Ask a Question

x

x
x
x
Hire a Tutor

Answers and Solutions

What's Your Question?
Answer

It is a predefined class use to start another  Activity from the current class.

Answer

Intent are the predefined class use to start another  Activity from the current class.

For Ex:

Intent i = new Intent(Act1.this,Act2.class);

startActivity(i);

Assuming there are two class Act1.java and Act2.java

We are declaring intent to start Act2.java class from Act1.java

and startActivity(i) is executing this.

Post Answer and Earn Credit Points

Get 5 credit points for each correct answer. The best one gets 25 in all.

Post Answer