11
사용자 정의 어댑터에서 notifyDataSetChange가 작동하지 않음
내을 다시 채울 때 ListView내 Adapter. 문제 : updateReceiptsList에서 호출 Adapter하면 데이터가 새로 고쳐 지지만 ListView변경 사항이 반영되지 않습니다. 질문 : ListView전화 할 때 새 데이터가 표시 되지 않는 이유는 무엇 notifyDataSetChanged입니까? 어댑터 : public class ReceiptListAdapter extends BaseAdapter { public List<Receipt> receiptlist; private Context context; private LayoutInflater inflater; private …