我试图通过使用意图来填充列表视图

这个问题在这里已经有了答案:

  • 什么是NullPointerException,以及如何解决它? 12个答案

  • 您在ArrayAdapter传递的数组中必须至少有一个空值。 在初始化ArrayAdapter之前,请记录MainActivity类中变量NameComments的值。

    链接地址: http://www.djcxy.com/p/93135.html

    上一篇: I'm trying to populate a listview by using an intent

    下一篇: Null when trying to put ImageView in adapter