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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:30:20+00:00 2026-05-27T23:30:20+00:00

Is there a reason why the ‘this’ keyword only works in my apps main

  • 0

Is there a reason why the ‘this’ keyword only works in my apps main java file onCreate method?

If I try and use ‘this’ anywhere else, I eventually end up with a nullPointerException error.

For example, working version:

public class HelloAndroid extends Activity {

public void onCreate(Bundle icicle) {

    super.onCreate(icicle);
    XmlParser xmlParse = new XmlParser();
    encounterText = xmlParse.parseXML(this);

}

But if I try and use ‘this’ in separate java class file within my app, I get the NPE.

Thanks

  • 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-27T23:30:20+00:00Added an answer on May 27, 2026 at 11:30 pm

    I think what you’re asking (correct me if I’m wrong) is why ‘this’ doesn’t work as an argument for methods that require a reference to the Context. The answer is that this only refers to the Context in classes that extend Activity. Your Activity happens to also be your Context, so this works in those instances. However, when you declare your own class you are no longer within the Activity and so ‘this’ (while it obviously refers to the class you’re in) doesn’t help you get a reference to the Context.

    In these situations you need to pass your context in as a reference to your class constructor so that it has access to that object.

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

Sidebar

Related Questions

Is there any reason why this shouldn't work? [PseudoCode] main() { for (int i
Is there a reason why this list comp works: N = 5 d =
Is there any reason to do this: private static final Logger LOGGER = LoggerFactory.getLogger(Main.class);
Is there a reason why Magento has a _construct and a __construct method? Why
Is there any reason why this loop is getting stuck? I can't quite get
Is there a reason one can change the access modifier of an overridden method?
Is there a reason why I should call a JavaScript method as follows? onClick=Javascript:MyMethod();
Is there some reason why the Prelude doesn't define the list monad like this?
Is there a reason why I shouldn't use: onChange=this.form.submit() instead of $(function () {
For some reason there's no documentation on running liquibase inside Java code. I want

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.