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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T01:07:02+00:00 2026-06-17T01:07:02+00:00

Very simple error I’m sure, just having a mental block for some reason! I

  • 0

Very simple error I’m sure, just having a mental block for some reason!

I have an object which contains an ArrayList of other objects. When I try to initialise the list in the constructor it does not seem to initialise and I get a nullpointer when I attempt to access the list within the code.

Order class variables:

private int covers;
    private int table;
    private ArrayList<MenuItem> items;

Here is the Order class:

public Order(int covers, int table) {
    super();
    this.covers = covers;
    this.table = table;
    this.items = new ArrayList<MenuItem>();
}

Here is the code within the MainActivity causing me problems:

order = new Order();
    order.setCovers(2);
    order.setTable(1);
    order.addToOrder(new MenuItem("Item 1", 12.99));
    Toast.makeText(getApplicationContext(), "order size: " + order.getItems().size(), Toast.LENGTH_SHORT).show();

I would expect the Toast to display “1”. However when I ran debugger I noticed the order object ArrayList attribute was equal to null.

Any idea why? Thanks in advance!

EDIT: addToOrder method:

public void addToOrder(MenuItem m){
    items.add(m);
}
  • 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-06-17T01:07:04+00:00Added an answer on June 17, 2026 at 1:07 am

    You have failed to initialize items. Use

    vorder = new Order(int1, int2);
    

    instead of

    vorder = new Order();
    

    items is initialized inside

    public Order(int covers, int table) {
    
    }
    

    not on the default constructor.

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

Sidebar

Related Questions

I have this very simple jQuery script, which gives me error that delay is
I have some very simple code but I am getting the aforementioned error, any
I have a very simple view link_to problem no error message just a strange
I have written some very simple trial-and-error code in Sage (a computer algebra system
OK, I'm having this very very simple error, but I can't figure it out
Consider this very simple example, where I have template wrapper class for which are
Very simple question: I have a class which extends from java Robot class, however
I'm having trouble linking a very simple c++ program on OSX Lion. The error
I have very simple html and js files - which I've included below. What
This is probably a very simple error somewhere. Please help. I have a home.jsp

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.