I need a table of values inside the listview as a list item. My requirement is like the below image. Please any one explain me how to achieve that. Is it possible to add table layout inside the listview or we can use Listview as a list item of parent listview
All the values from json. No hard code vales
Sorry for being late. I found here searching for a solution for the same problem. Finally I found a nice tutorial.
This blog
The key is that you should use
"fill_parent"
for theLinearLayout
ofrow.xml
and usingsingleline="true"
,width="0dp"
withweight
.Hope it helped you or forecoming users.