开发者社区> 问答> 正文

GridVeiw 问题? 400 报错

GridVeiw 问题? 400 报错 GridView 在设置好setAdapter 后,调用getChildCount() 的值为0,调用getChildAt(0) 也会出错,为什么调不到值????但是在OnItemClickListener 却能调到getChildCount() 值,这是为什么啊?

展开
收起
爱吃鱼的程序员 2020-05-30 22:06:20 357 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    求解释!!!!!!!!!!!!!!!!!!!!!

    ######你这个问题找见了么。我也遇到这个问题了。不知是哪出错 了######

    你的Adapter是不是自定义的Adapter?

    ######回复 @迷途ф書童 : 谢谢哦######回复 @caikezhan : public int getCount() { return count; } public Object getItem(int position) { return position; } public long getItemId(int position) { return position; } 看看这几个方法你写了返回值没######是我自己重写的baseAdapter
    2020-05-30 22:06:20
    赞同 展开评论 打赏
问答地址:
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载