Hi onListItemClick for listview is not working. Here i am fetching datas from SQLite using AsyncTask and displaying it in a list view. And i wants to do some actions when a
Add below code to your TextView in the XML
TextView
android:focusableInTouchMode="false" android:clickable="false" android:focusable="false"
and try again.
Another simple solution: add android:descendantFocusability="blocksDescendants" to the root viewgroup.
android:descendantFocusability="blocksDescendants"