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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T01:35:59+00:00 2026-06-14T01:35:59+00:00

I have two spinners when i select spinner1 it displays categories example jobs,real-estate etc..

  • 0

I have two spinners when i select spinner1 it displays categories example jobs,real-estate etc.. and spinner2 contains sub-categories which is related to specific categories in spinner1 for example If user select jobs in spinner1 then spinner2 should display only jobs sub-categories like hot jobs, software, hardware etc If in spinner1 real-estate then in spinner two it should display rental, lease etc. How can i achieve this?

  • 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-14T01:36:00+00:00Added an answer on June 14, 2026 at 1:36 am

    In simple terms, you have to register for ItemSelectedListener for Spinner 1 and based on selected value, set adapter of Spinner2

    Code snippet :

    spinner1.setOnItemSelectedListener(new OnItemSelectedListener() {
                @Override
                public void onItemSelected(AdapterView<?> parentView, View selectedItemView, int position, long id) {
                    if(position==1)
                      adapterForSpinner2=new ArrayAdapter..... //Depends on your data
                    else if(position==2)
                       adapterForSpinner2=new ArrayAdapter.....//Depends on your data
    
                    //Setting up adapter based on selection  
                    spinner2.setAdapter(adapterForSpinner2);        
                }
    
                @Override
                public void onNothingSelected(AdapterView<?> parentView) {
                    // your code here
                }
    
            });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My ultimate goal is this: I have two spinners, spinner1, spinner2 , each with
I have two spinners. When an item is selected from spinner1, I want spinner2's
i have two spinners when i select items(other then first item) in first spinner
In main.xml I would like to have a spinner1 with two radio buttons and
I have two columns say Main and Sub . (they can be of same
I got two people with Motorola phones comlaining that my spinners have white text
I have two spinners in an activity, A and B. Each spinner uses an
I have two spinners that trigger the onItemSelected event. The question is How can
I have a dialog setup that has two spinners connected to a cursor. I
i have two spinners. If in the first one the Item Diesel is selected

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.