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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T07:41:38+00:00 2026-05-20T07:41:38+00:00

having a little problem getting the information from my spinner, this is how i

  • 0

having a little problem getting the information from my spinner, this is how i have it set up in my activity

color = (Spinner)findViewById(R.id.ledColor);
vibrate = (Spinner)findViewById(R.id.vibPattern);

populateSpinners();

color.setOnItemSelectedListener(new colorSelected()); 
vibrate.setOnItemSelectedListener(new vibrateSelected());           

    public void populateSpinners(){
    ArrayAdapter<CharSequence> cAdapter;
    cAdapter = ArrayAdapter.createFromResource(this, R.array.colors,android.R.layout.simple_spinner_item);
    int cSpinnerDD = android.R.layout.simple_spinner_dropdown_item;
    cAdapter.setDropDownViewResource(cSpinnerDD);
    color.setAdapter(cAdapter);

    ArrayAdapter<CharSequence> vAdapter;
    vAdapter = ArrayAdapter.createFromResource(this, R.array.vibrate, android.R.layout.simple_spinner_item);
    int vSpinnerDD = android.R.layout.simple_spinner_dropdown_item;
    vAdapter.setDropDownViewResource(vSpinnerDD);
    vibrate.setAdapter(vAdapter);
}

public class colorSelected implements OnItemSelectedListener{

    @Override
    public void onItemSelected(AdapterView<?> arg0, View arg1, int arg2,long arg3) {
        arg0.getItemAtPosition(arg2);
        nColor = arg0.toString();
        Log.v("EditContact",nColor);
    }

    @Override
    public void onNothingSelected(AdapterView<?> arg0) {
        // TODO Auto-generated method stub

    }

}
/********************************************************************************************/
public class vibrateSelected implements OnItemSelectedListener{

    @Override
    public void onItemSelected(AdapterView<?> arg0, View arg1, int arg2,long arg3) {
        arg0.getItemAtPosition(arg2);
        nVibrate = arg0.toString();
        Log.v("EditContact",nVibrate);
    }

    @Override
    public void onNothingSelected(AdapterView<?> arg0) {
        // TODO Auto-generated method stub

    }

}

but it does not get the selection from the spinner what am i doing wrong?

  • 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-20T07:41:39+00:00Added an answer on May 20, 2026 at 7:41 am

    create a public method like this :

    public String returnString(AdapterView<?> parent,int position,long ID){
    
        return parent.getSelectedItem().toString();
        }
    

    and put it in your onItemSelected method :

         String yourtext = returnString(arg0, arg2, arg3);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this little problem and I think I am having it due to
I'm having a little issue with Doctrine. Im getting the following error: PHP Fatal
The problem I am having seems to come from my where clause and hardcoding.
I'm writing a plugin and having difficulty getting it to instantiate for multiple elements.
So, I'm having a little trouble trying to make a card reader work properly
I'm using John Resig's excellent javascript class for simple javascript inheritance and I'm having
I have an existing .NET 3.5 based framework that is extended using custom plugins.
I'm working at a company that uses SCCS internally for developing it's main application.
I'm trying to integrate a UIWebView in my app following a tutorial. I believe
I'm reading Conor McBride and Ross Paterson's Functional Pearl / Idioms: applicative programming with

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.