BaseAdapter class wont setAdapter inside Asynctask - Android

后端 未结 4 543
谎友^
谎友^ 2020-12-02 02:52

I have asynctask that gathers usernames, comments, and numbers. It places them into strings and is then suppose to call a BaseAdapter class, create an adapter, and set the a

4条回答
  •  温柔的废话
    2020-12-02 03:43

    Now ctx_invitation is never assigned a value. You probably need a constructor to assign value to ctx_invitation.

提交回复
热议问题