ListView does not update when calling notifyDataSetChanged from a BaseAdapter

前端 未结 3 1381
挽巷
挽巷 2021-01-17 21:21

im am having difficulties to update a ListActivity when the underlying data changes.

I am using a custom (list) adapter (CustomListAdapter) derived vom BaseAdapter t

3条回答
  •  时光取名叫无心
    2021-01-17 22:13

    The issue is resolved. The problem was in fact at a different point (an intermediate class that was not mentioned here didn't react appropriately to changes). The initial code works beautifully.

    Thanks alot for the effort,

提交回复
热议问题