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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:10:48+00:00 2026-05-26T20:10:48+00:00

I am trying to figure out how to add another string to my month

  • 0

I am trying to figure out how to add another string to my month array and display that in a list view dynamically via pressing the button. Currently I have no problem display the array I have specified, but I cant figure out a way to add my count variable which should be added to the array list after the button is clicked. Any ideas ? Thank’s for the help!!!!

public class Test extends Activity implements OnClickListener,
        OnItemClickListener {

    Button test;
        ListView list;
    String month[] = { "January", "February", "March", "April", "May", "June",
            "July", "August", "September", "October", "November", "December" };

    public static int count = 0;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        // TODO Auto-generated method stub
        super.onCreate(savedInstanceState);
        setContentView(R.layout.test);
        test = (Button) findViewById(R.id.button1);
        test.setOnClickListener(this);
        list = (ListView) findViewById(R.id.tlist);
        list.setAdapter(new  ArrayAdapter<String> (this,
                android.R.layout.simple_list_item_1, month));
    }


    public void onClick(View v) {
        // TODO Auto-generated method stub
        switch (v.getId()) {
        case R.id.button1:
            count++;

            //Add count value to end of array
            break;
        }
    }

}
  • 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-26T20:10:49+00:00Added an answer on May 26, 2026 at 8:10 pm

    when u click on the button, update the contents of your array { in your case month[], say add month to it } then call “ListAdapter.this.notifyDataSetChanged();” whenre ListAdapter is your custom adapter. Basically notifyDataSetChanged will call getview of your adapter and it will update the list

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

Sidebar

Related Questions

I'm trying to figure out if there is a way to dynamically add controls
I'm trying to figure out how to add the following data to my json
I am trying to figure out the canonical way to add elements to a
I'm trying to figure out a nice way to add a busy animation to
Trying to figure out how to type (via events not set the value) on
I am trying to figure out how I can only list specific databases in
I have a question that I have been trying to figure out, but I
I am trying to figure out why my dynamically added input block (within the
I'm trying to figure out the best way to automatically add NSLocalizedString() around a
I'm trying to figure out how to use CompositeId to map another class. Here's

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.