Android Question:

Download Job Interview Questions and Answers PDF

Tell me what is needed to make multiple choice list with custom view for each row?

Android Interview Question
Android Interview Question

Answer:

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.

Download Android Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know how to translate in Android?Explain the difference between nine-patch image vs regular Bitmap image?