I am facing some problem with ListView
, I have inflated a layout with check box and used Custom base adapter.
I have used android:focusable="false"
under check box in layout.
My ListView
clicks works proper .But actually I want the respective check box to be checked on list-view click.
So,I can perform different functions on onLongclick
or other.