I have a list view with two text view and one edit text in each row , list view setOnItemClickListener() is not working.
Here My Java Code.
Set these properties
android:focusable="false" android:focusableInTouchMode="false"
for your all UI elements in your create_list_item xml file.
Also remove that properties from ListView.
So your ListView will be