i m using checkedtextview in listview.i want to display olly the textview when d list view is first loaded.when i click on a button i want to populate the list view with different data and which should show the checkbox also.(i m not able to hide the checkbox of checked textview initially).plz help me
I would simply use a custom adapter that will return either a TextView or a CheckedTextView depending on whether you have clicked your button.
Also you could try to do checkedTextView.setCheckMarkDrawable(null);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With