I am developing an application where i have to show the listview in scrollview and the problem is that i am not getting the proper height of listview i have followed almost all the code from below links.
Android ListView rows in ScrollView not fully displayed - clipped
How can I put a ListView into a ScrollView without it collapsing?
But every time i am getting listview like this
I don't know how should I calculate the height of list I tried no of different ways but due to variable size of each row in list it is not working. If any one knows how it can be calculated it run time in Adapter file or from main activity/fragment let me know how should do it.
Please help me and thanks in advance.