---
title: "What is needed to make a multiple choice list with a custom view for each row?"  
description: "What is needed to make a multiple choice list with a custom view for each row?"  
author: "Anonymous User"  
published: 2015-12-16  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/22945/what-is-needed-to-make-a-multiple-choice-list-with-a-custom-view-for-each-row  
category: "android"  
tags: ["android", "android listview"]  
reading_time: 1 minute  

---

# What is needed to make a multiple choice list with a custom view for each row?

Multiple choice list can be viewed by making the CheckBox android:id value be “@android:id /text1". That is the ID used by Android for the CheckedTextView in simple_list_item_multiple_choice.

## Answers

### Answer by Anonymous User

Multiple choice list can be viewed by making the CheckBox android:id value be “@android:id /text1". That is the ID used by Android for the CheckedTextView in simple_list_item_multiple_choice.


---

Original Source: https://www.mindstick.com/interview/22945/what-is-needed-to-make-a-multiple-choice-list-with-a-custom-view-for-each-row

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
