Top "Android-checkbox" questions

Checkboxes allow the user to select one or more options from a set.

Android: How to get the Checked items of checkbox in RecyclerView to send it to server

I am trying to select the checked items of the checkbox get the positions of item checked so as to …

android android-recyclerview android-checkbox
How to disable RecyclerView items in Android?

Textviews and Checkboxes are in a Recyclerview. Initially all Checkboxes are selected. I want to prevent user changing Checkboxes state …

android android-recyclerview android-checkbox
How to set checkbox checked and disabled

I have this code for showing list of languages for download: public void onCreateDialog(ArrayList<String>fullLangArray, final …

java android android-alertdialog android-checkbox
Add checkbox on a menu item in ActionBar

I have a problem in my action bar. I'm trying to add a checkbox on a menu item in ActionBar, …

android android-actionbar android-checkbox
Android: How to align the CheckBox text in the bottom?

Basically what I want is to have is a checkbox with the icon and the text below to the icon, …

android android-layout android-view android-checkbox
Trouble aligning TextView and Checkbox in a layout

I have a linear layout that contains a textview and checkbox. <LinearLayout style="@style/linearLayoutStyleNoBgColor" > <TextView android:…

android android-layout android-linearlayout android-styles android-checkbox
select all check box in android listview

In my Application, i tried to create a list with multiple check boxes. for that i tried one ListView with …

android android-listview android-checkbox multiple-choice
MultiChoiceModeListener.onItemCheckedStateChanged() only executes when item is checked

I'm having a problem. In my main activity, which extends ListActivity and Implements MultiChoiceModeListener, I have the overriden method onItemCheckedStateChanged(). …

android android-listview android-adapter android-checkbox
Align Checkbox to center of the ListView item

The following layout is used in my app to show cliplists. <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:…

android android-layout listview android-checkbox