How to calculate total row heights of listView in android?
Developing apps for mobile devices come fun when you get rid of those problems which are not so easy at all. Your apps development are getting stuck but you are passionate guys who love to write code for android devices. Few days ago I got same problem that was so painful to me as well as to my clients. As I am not good writer but share it to you and helping other programmers, I like to solve this issue through hands on code sample. Along this discussion I will help you to calculate total row heights of android listview . What was my problems: My problem was to add comments under VideoView where A scrollview has covered videoview and commentsview. Actually commentsview was a listview. I had to calculate the total heights of listview rows. Mostly it calculated the accurate height of the listview but when comments content is too much then it cannot provide you the actual height. Way to calculate total row heights of listView in android: To solve this problem,...