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

  • Home
  • SEARCH
  • 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 6562097
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:40:08+00:00 2026-05-25T13:40:08+00:00

I am having difficulty understanding what a static method and static variable is and

  • 0

I am having difficulty understanding what a “static” method and “static” variable is and it is causing me problems with my code. Here is the code I am having difficulty with:

    public class Document{
      public void NewBlank(){
           Resources.openRawResource(R.raw.blank);
           }
       }

Why do I get the error “Cannot make a static reference to the non-static method Resource.openRawResource(int) from the type Resources”? Why can’t I reference a non-static method?

  • 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-25T13:40:09+00:00Added an answer on May 25, 2026 at 1:40 pm

    openRawResources is not a static method, it needs to be invoked in an object, not a type. In order to get an instance of Resources you could call getResources in an activity. Then the resulting code would be

    Resources resources = myactivity.getResources();
    resources.openRawResource(R.raw.blank);
    

    A static method/variable is one that belongs to the class type, and not to the instances/objects of such type.

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

Sidebar

Related Questions

I have looked at the Animation class and am having difficulty understanding how exactly
I was given this starter code for a project, but am having difficulty understanding
I'm having some difficulty understanding why the output of the following code is not
I am having difficulty understanding how exceptions are handled when code is fetched dynamically
Question: For typed in commands invoked via M-x I am having difficulty understanding how
I'm having difficulty understanding why a particular selector isn't working for me. Admittedly I'm
I am developing a small AIML engine, and I am having difficulty understanding what
I am having difficulty understanding how a salt which is appended to a hash
HI all, I'm having some difficulty understanding the rationale behind group by aggregation in
I am having a little difficulty understanding when a person should configure JIRA permissions

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.