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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T06:56:18+00:00 2026-05-17T06:56:18+00:00

I am having custom listview(with image, text and check box) and a button(named Done)

  • 0

I am having custom listview(with image, text and check box) and a button(named Done) in my listactivity.

I am able to check/un check check box upon list item click event by implementing listvw.setOnItemClickListener().

Now when i click Done button, I want to know how many list items are checked. How to do that?

  • 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-17T06:56:18+00:00Added an answer on May 17, 2026 at 6:56 am

    Why don’t you track that on your setOnItemClickListener implementation? Something like this will work:

    int count = 0;
    
    public void setOnItemClickListener(args...){
        // blah blah blah
        checkbox.setChecked(!checkbox.isChecked());
        // you said: *how many*
        count += checkbox.isChecked() ? 1 : -1;
    }
    

    In the case above, you just have to use the count variable from your click listener of the Done Button. Of course, this will work fine if all the Checkboxes are unchecked when the Activity starts.

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

Sidebar

Related Questions

I am having problems defining a ListView with a custom adapter and list item
I have a listview with custom row having a textview and a clickable image
I am having custom Listview. Every row in listview contains image and textview. After
I currently have a custom listview where each item on the list contains two
I'm having a problem with my ListView in a ListActivity with a Custom ArrayAdapter.
I am using custom row view in ListView widget. I am having getView method
Having a bit of trouble using the List.Find with a custom predicate i have
I'm currently having an issue with using custom ListView adapters with the Holo.Light theme.
I have a a listview with each row having a text field and edittext
when my ListView is being filled by a custom Array Adapter, I check for

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.