jjzjj

newsEntriesArrayList

全部标签

android - setAdapter() 上的空指针异常

我正在尝试创建一个自定义的ListView适配器(大致基于thistutorial,但这个示例很简单,我怀疑您是否需要查看它)。NewsEntriesAdapter.javapublicclassNewsEntriesAdapterextendsBaseAdapter{privatestaticArrayListnewsEntriesArrayList;privatefinalLayoutInflatermInflater;publicNewsEntriesAdapter(Contextcontext,ArrayListentries){newsEntriesArrayList=ent