Cannot understand NullPointerException with custom adapter

后端 未结 2 1942
予麋鹿
予麋鹿 2021-01-07 03:02

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

2条回答
  •  温柔的废话
    2021-01-07 03:47

    Not sure if this is the cause but the last parameter to the SimpleAdapter constructor should all be TextViews.

    SimpleAdapter

提交回复
热议问题