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 7418833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T07:57:23+00:00 2026-05-29T07:57:23+00:00

I have seen a convention in android programming, that when forexample calling another activity

  • 0

I have seen a convention in android programming, that when forexample calling another activity from some activity:

Intent i=new Intent(Caller.this,Called.class);
startActivity(i);

My question is why we write Caller.this instead of just writing this?

  • 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-29T07:57:25+00:00Added an answer on May 29, 2026 at 7:57 am

    You only need Caller.this if you are inside an inner class.

    For example:

    button.setOnClickListener(new View.OnClickListener() {
      public void onClick(View v) {
        Intent i=new Intent(Caller.this, Called.class);
        startActivity(i);
      }
    };
    

    Here, this is not an instance of Caller, but rather an instance of an anonymous inner class inheriting from View.OnClickListener. To get to the “outer” this, you prefix it with the outer class name (i.e., Caller.this).

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

Sidebar

Related Questions

I am new to php and i have seen rather Ambiguous function name convention
Have seen some similar questions: What is the difference between a JavaBean and a
I have seen examples of printing from a windows application but I have not
i have seen a lot of coders choosing this filename convention: file.class.php. is this
I think you programmers must have some interesting naming convention of variables. I have
Examples I have seen .properties files with a convention similar to the following: Example
I have seen a lot of documentation that describes the correct or recommended format
I have an android application with a background thread that contains a socket connection
I have seen various rules for naming stored procedures. Some people prefix the sproc
So I'm making this android application, that needs to read data from user-provided CSV

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.