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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T18:59:24+00:00 2026-05-14T18:59:24+00:00

i want to use Android spinner with following data. Spinner will display only text

  • 0

i want to use Android spinner with following data.
Spinner will display only text data not code.

code , text

1 , a
2, b
3,c

.
.
.
etc

i have stored above comma seperated data in same activity class (Hard coded form) now if user selects “a” from the dropdown then it should get its code rather then text.

can any one guide me how to achieve this?

any help would be appriciated.

  • 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-14T18:59:25+00:00Added an answer on May 14, 2026 at 6:59 pm
    static final String[] LANGUAGE = new String[]
         {
            "English","Urdu","French","Spanish"
    
         };
    
    Spinner ddltimezone=(Spinner)findViewById(R.id.ddlTimeZone);
    
     ArrayAdapter<String> adapter_time = new ArrayAdapter<String>(this,android.R.layout.simple_spinner_item,TIME_ZONE); 
                 adapter_time.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item); 
                 ddltimezone.setAdapter(adapter_time);
    
    
    int indexlanguage = ddllanguage.getSelectedItemPosition() + 1;
    

    and thats it. we have property of getting selecteditem position which sovled my problem.

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

Sidebar

Related Questions

I want to use Gama component in Android to make our app good.I have
I want to use OpenCV 2.4.0 native code in Android 2.3.3. For that, I
I want to use MoPub for putting ads in my Android app. I have
I want to use a Spinner that initially (when the user has not made
I want my Spinner to have a black gradient background with white text on
I have created a webservice and I want to use a android phone as
I have an application and i want to use Android Market License as copy
I have .net Web Service and I want to use it on android. This
I have some reference data in a text file (~5MB) that I want to
I'm learning to open jobs on Android SQLite. I want to display the text

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.