hitender pannu
1 min readJan 21, 2018

--

In my case, I was maintaining a HashSet for the selected values and inside the BindViewHolder just call isChecked = false by default and then call isChecked = hashSet.contains(value)
it.appSelectionCheckBox.isChecked = false
it.appSelectionCheckBox.isChecked = selectedPackages.contains(info.packageName)

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Responses (1)

Write a response