I am creating a table in which there will be several rows. So i have used ListView (to make it scrollable) and then in that i create a table layout dynamically. and then i add rows dynamically.
But, my application crashes giving the error java.lang.UnsupportedOperationException: addView(View) is not supported in AdapterView.
Any solutions ?