I am using custom adapter for a listview and i need to get the listitem height for displaying the listview in a scrollview. I tried to do that in a normal listview with simple adapter. I am able to get the adapter using [listView.getAdapter()] but in case of customadapter unable to get the adapter or height of the listitem. How can i make it possible. And also unable to have listitem click.
This is my reffered link for listview in scrollview: Click here
The code of the adapter i have used is: