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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:46:07+00:00 2026-05-27T10:46:07+00:00

I have a TableLayout and I’m adding rows dynamically. And in every row, I

  • 0

I have a TableLayout and I’m adding rows dynamically. And in every row, I have a checkbox also.

My problem is controlling which checkboxes are checked and I don’t know even how can I loop for each row. Please help me.

  • 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-27T10:46:08+00:00Added an answer on May 27, 2026 at 10:46 am
    Checkbox checkbox;
    
    checkbox = (CheckBox) findViewById(R.id.checkbox);
    
    checkBox.setChecked(false);
    

    or true. that should work, just replace checkbox with your variable and @+id

    EDIT:

    You can implement OnCheckedChangeListener, then use something like

    @Override
    public void onCheckedChanged(CompoundButton arg0, boolean arg1) {
        // TODO Auto-generated method stub
        switch (arg0.getId()) {
        case R.id.checkbox1:
             if (checkbox1.isChecked()){
            //code to use when user checks the box
            }else{
            //code to use when user UNchecks the box
            }
        break;
    
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following problem spanning dynamically added rows to a TableLayout inside a
I have a TabLayout. In that I have a tablelayout with dynamically added rows.
I have a layout that contains a TableLayout with three rows. Each row has
I have list view with custom row layout (list_row.xml) that contains CheckBox element: <TableLayout
I have a TableLayout in the xml that has a row. I am adding
I have a TableLayout in which I have one row holding two TextViews, the
I have a TableLayout that I'm populating dynamically. I'm extending TableRow and adding a
I have a TAbleLayout in my XML with 1 row i.e. te headings row.
I have created a table (TableLayout) which shows the amount of minutes used calling
I have been placing several ImageButtons programmatically in a TableLayout, every ImageButton has it's

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.