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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:44:45+00:00 2026-05-27T01:44:45+00:00

I have a ListView that contains button on each item. I want that the

  • 0

I have a ListView that contains button on each item.
I want that the item click will cause the OnItemClick event of the list to fire,
as that event contains more info (id,position) than the OnClick event of the button.

This is an important action on the list, that’s why I need the button and don’t want a regular item click will cause it to fire (I guess making the button focusable will do the trick).

Is this possible?

  • 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-27T01:44:47+00:00Added an answer on May 27, 2026 at 1:44 am

    try to make your own adapter for the list.In getView() method do your necessory requirements.

    setListAdapter(new ArrayAdapter<string>(this, R.layout.list_item, strings) {
    @Override
    public View getView(int position, View convertView, ViewGroup parent) {
    View row;
    
    if (null == convertView) {
    row = mInflater.inflate(R.layout.list_item, null);
    } else {
    row = convertView;
    }
    
    Button bt1 = (Button) row.findViewById(android.R.id.bt1);
    bt1.setOnClickListener(new View.OnClickListener() {
           public void onClick(View v){
           //you will get position and do necessary method 
           }
    });
    
    return row;
    }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have a custom listview where each item on the list contains two
I have a listview that contains values from webservice.Each page contains only 10 listitems
Hi my app contains a refresh button,onclick of that I want to display list
I have a ListView with few elements, each item contains two buttons with a
I have a list view which contains a button in each row of the
I have a button inside my ListItem that I want to click and launch
So I have a UserControl that contains a ListView and a Button . I
I have a listView using a custom adapter. Each row contains a button and
I have a Tab Control that contains a ListView, there are three Tabs, each
I have a ListView that contains 1 image+2 texts + 1 image on a

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.