Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1011427
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T09:13:58+00:00 2026-05-16T09:13:58+00:00

I create an Intent in one class then it’s returned to another class. I

  • 0

I create an Intent in one class then it’s returned to another class. I need to check the type of intent it is. I need to ensure it’s not a specific class of intent.

How to do this?

if( newIntent == ActivityName.class )

Edit:
So I would need to know if the new intent would equal an intent of a certain type:

newIntent = new Intent(context, ActivityName.class);
return newIntent;

In another class:

if( newIntent == ActivityName.class ) // do something

Hope this clarifies a bit.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T09:13:59+00:00Added an answer on May 16, 2026 at 9:13 am

    If you’re just trying to check what type the intent is (or any java object for that matter) use

    if (newIntent instanceof ActivityName){
      //do stuff
    }
    

    However, I suspect this isn’t what you’re actually looking to do. Regardless of what activity you create an Intent in, it is always an instance of the Intent class. That is, of course, unless you have explicitly created a subclass of the Intent class. Can you tell us a little more about what you’re trying to do?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Intent intent=new Intent(this,Game.class); intent.putExtra(razmer, level); startActivity(intent); method startActivity() call constuctor class.This method creat object
Im creating a bundle in one activity, then extracting it in another activity here
I am not certain how to resolve this, but in one Activity I call
I intend to create a realtime counter. So one user can incremenet the counter
My intent is to create a dictionary containing whose keys are primitives and whose
I have a data that looks like this . And I intend to create
CREATE TABLE `tbl_atn` ( `atn_id` int(15) NOT NULL AUTO_INCREMENT, `eng_id` int(15) DEFAULT NULL, `visit`
I'm writing a bijective dictionary class , but I want to ensure the two
This is a bit of a general question, but I will give a specific
I am having trouble with this splash screen. The first one should last 3

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.