How to fix this ArrayAdapter requires the resource ID to be a TextView

后端 未结 3 1811
离开以前
离开以前 2021-01-29 08:47

I am new to android, I\'m trying to develop an application with gridview and listview using json. Through json I displayed set of images in gridview and based on the position of

3条回答
  •  不要未来只要你来
    2021-01-29 09:48

    Create your custom layout for adapter. You are using one provided by android. See the android prefix you are using for your layout.

提交回复
热议问题