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 still new to javascript, and I am trying to get a function
I am really trying to get up to speed with website optimization as most
Trying to get this form to validate email using the function the professor said
Been trying to get the relative angle of two vectors. However what the code
I'm trying to make labels toggle on and off when their respective inputs are
I am trying to get the hang of Core Data, and I am running
I'm creating a dynamic combo box and adding to a form. I'm trying to
I am using WiX 3.0. I am trying to preseve all my registry settings
NOTE: I am really not very good at Multithreaded programming, but my current project
The below GUI simply lists some data in a listbox, plots it, and gives

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.