Android - Different items in GridView not showing up

后端 未结 2 877
栀梦
栀梦 2020-12-21 09:13

I am working on app which has a GridView of images but the last item in GridView is a button that loads more item into Grid. But i am facing a strange issue and that is Butt

2条回答
  •  青春惊慌失措
    2020-12-21 10:13

    Maybe you can try delete row==null and holder = (ViewHolder)row.getTag(); it's because of recycle issue,you can have a try first.But it will affect efficiency. Another thing i want to say,how do position==thumbUrls.size();? Maybe it's position==thumbUrls.size()-1;.Ok,that's my view,i help it work.

提交回复
热议问题