I am trying to create a list view which as TextView that can display html content , an WebView and other basic TextViews.I tried to extend SimpleAdapter but i struck with th
As I can see in the code above, your problem was in the "return convertView;" line. You've just returned an input view, not the inflated one.
Not sure if this is the cause but the last parameter to the SimpleAdapter constructor should all be TextViews.
SimpleAdapter