MultiChoiceAdapter icon indicating copy to clipboard operation
MultiChoiceAdapter copied to clipboard

Android - A ListView adapter with support for multiple choice modal selection

Results 11 MultiChoiceAdapter issues
Sort by recently updated
recently updated
newest added

Error:Could not get unknown property 'nexusUsername' for object of type org.gradle.api.publication.maven.internal.deployer.DefaultGroovyMavenDeployer.

Hi. First of all, thanks for this useful and beautiful library. I have a question. How to detect item click ? I use gridview sample. And I need to detect...

How to set selected item stay highlighted in CheckableImageView.

java.lang.IllegalStateException: List view must belong to an ActionBarActivity at com.manuelpeinado.multichoiceadapter.extras.actionbarcompat.MultiChoiceAdapterHelper.startActionMode(MultiChoiceAdapterHelper.java:34) at com.manuelpeinado.multichoiceadapter.MultiChoiceAdapterHelperBase.checkItem(MultiChoiceAdapterHelperBase.java:117) at com.manuelpeinado.multichoiceadapter.MultiChoiceAdapterHelperBase.setItemChecked(MultiChoiceAdapterHelperBase.java:105) at com.manuelpeinado.multichoiceadapter.MultiChoiceAdapterHelperBase.onCheckedChanged(MultiChoiceAdapterHelperBase.java:297) at android.widget.CompoundButton.setChecked(CompoundButton.java:154) at android.widget.CompoundButton.toggle(CompoundButton.java:113) at android.widget.CompoundButton.performClick(CompoundButton.java:118) at android.view.View$PerformClick.run(View.java:19866) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135)...

In the description of your library, you explained how to custom the colour of the background when the item is selected. My question is, should I use CheckedTextView or I...

Hi, good day! I am currently trying out your library in my app, and I noticed this kind of behavior. I understand that you need to long click one list...

When AdapterView belongs to SherlockFragmentActivity instead of SherlockActivity, an exception is thrown. MultiChoiceAdapterHelper from package "com.manuelpeinado.multichoiceadapter.extras.actionbarsherlock" only checks if adapterview context is an instance of SherlockActivity. **For a quick fix,...

Hi, i don't know whether it's an issue. I made custom checkbox style with http://android-holo-colors.com/ and put checkbox to item's layout of my custom MultiChoiceArrayAdapter. And I don't know why,...

Is there a reason for that? You did not override the remove functions... So you always have to adjust all the selected items indizes afterwards manually Normally, that's no problem,...