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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T21:46:33+00:00 2026-05-22T21:46:33+00:00

I trying to get a value off a spinner and then pass it onto

  • 0

I trying to get a value off a spinner and then pass it onto another java file. I have a spinner in which has a number of values. I change this value, convert it to a string, then on the click of a button I use and intent to pass this information onto the other java file to do stuff with.

The problem I am having is that once I initially set the spinner value even though I change the spinner the value that is passed on is not changed.

Even if I change the spinner the position value that is passed on to LiquidFlowResults is still possize = 0 as originally assigned.

/** initially setting spinner value */
int possize = 0;
String pipeSizeString = Integer.toString(possize);

/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.main);

    Button calculateButton = (Button) findViewById(R.id.button1);
    calculateButton.setOnClickListener(mEnableListener);


    Spinner spinnerPipeSize = (Spinner) findViewById(R.id.spinnerPipeSize);
    ArrayAdapter<CharSequence> adapterpipesize = ArrayAdapter.createFromResource(this, R.array.pipesize_array, android.R.layout.simple_spinner_item);
    adapterpipesize.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item);
    spinnerPipeSize.setAdapter(adapterpipesize);    

    spinnerPipeSize.setOnItemSelectedListener(new PipeSizeOnItemSelectedListener());

/** Listening for spinner position */

public class PipeSizeOnItemSelectedListener implements OnItemSelectedListener {

    public void onItemSelected(AdapterView<?> parent,
        View view, int possize, long id) {
        String pipeSizeString = Integer.toString(possize);
    }

    public void onNothingSelected(AdapterView<?> parent) {
      // Do nothing.
    }
}

/** passing on information on click of button */

private OnClickListener mEnableListener = new OnClickListener() {

    public void onClick(View view)
    {
        Intent intent = new Intent(LiquidFlow.this, LiquidFlowResults.class);
        Bundle sizeposition = new Bundle();
                sizeposition.putString("pipeSizeStringPositionMoved", pipeSizeString);
                intent.putExtras(sizeposition);
    startActivity(intent);

    }
};
  • 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-22T21:46:34+00:00Added an answer on May 22, 2026 at 9:46 pm

    There is no need for PipeSizeOnItemSelectedListener. You can just call getSelectedItemPosition in OnClickListener.

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

Sidebar

Related Questions

I am trying to get the value user selected from search prompt and pass
I'm trying to get a value from an HTML page that has the name
I am trying to get the value Office off the Mysite of a user
I am trying to get value of selected item from dropdown menu via val()
I am trying to get value from passwordbox for developing a simple login functionality,
While i am trying to get value from arraylist,i got the following errors.My sample
Trying to get a value out of 2d array inside of a hash and
I'm trying to get the value of an <input type=text> with the method keyup
I am trying to get the value of javascript pop-up after using file_get_contents .
I'm trying to get the value of a <select> when a button is clicked.

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.