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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:15:09+00:00 2026-05-23T08:15:09+00:00

I have found a problem while opening dialog on click of listView..the code i

  • 0

I have found a problem while opening dialog on click of listView..the code i have return is given below please check it if there is any error there..

public void onCreate(Bundle savedInstanceState) {


        super.onCreate(savedInstanceState); 
        setContentView(R.layout.my_info);
        ListView lv2;
        String lv_arr1[]={"Language:NotSpecified"};
        lv2=(ListView)findViewById(R.id.listViewInfo1);
        lv2.setAdapter(new ArrayAdapter<String>(this,android.R.layout.simple_list_item_1 , lv_arr1));

        ListView lvInfo1;
        ListViewInfo adapter;
        String lvTitle[]={"online"};
        String lvDesc[]={"Change Status"};
        adapter = new ListViewInfo(this, lvTitle,lvDesc);
        lvInfo1=(ListView)findViewById(R.id.listViewInfo2);
        lvInfo1.setAdapter(adapter);
        lvInfo1.setOnItemClickListener(this);

    }

 public void onItemClick(AdapterView<?> arg0, View arg1, int position, long id) 
 {

        final CharSequence[] items = {"Online", "Away", "Do not distrub","Invisible","Offline"};

        AlertDialog.Builder builder = new AlertDialog.Builder(this);
        builder.setTitle("Change Status");
        builder.setItems(items, new DialogInterface.OnClickListener() {
            public void onClick(DialogInterface dialog, int item) {
                Toast.makeText(getApplicationContext(), items[item], Toast.LENGTH_SHORT).show();
            }
        });

}
  • 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-23T08:15:10+00:00Added an answer on May 23, 2026 at 8:15 am

    Add the following code at the end of your onItemClick method

    AlertDialog alert = builder.create();
     alert.show();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have problem with libhid . i found that there 2 way 4 accessing
i have a problem using the Catch Clipboard Events code found on this link
Hi i have problem with this code, i found it on the internet and
I found some problem while testing my NLP system. I have a java regex
I have been researching this problem and while there's lots of posts on various
I have found a problem with use JQuery timeout, i have a page with
We have encountered a very strange class not found problem in our web app
In trying to solve the ajax back button problem I have found the Really
Here is a hum-dinger of a problem that I have not found an answer
i have this problem: ms-access could not delete and i found a potential solution

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.