티스토리 뷰
728x90
반응형
Android Developer
notifyDataSetChanged
void notifyDataSetChanged ()
Notifies the attached observers that the underlying data has been changed and any View reflecting the data set should refresh itself.
Adapter
Android APIs' Reference에 따르면
'Adapter' 자체는 하나의 Object로서, 보여지는 View와 그 View에 올릴
Data를 연결하는 일종의 Bridge라고 한다
+
내가 이해하기론
list.setAdatper(adapter);
를 통해 Activity와 Adapter를 연결해 주기 때문에
adpter.notifyDataSetChanged를 하면
따로 데이터를 넘겨주지 않아도 갱신을 하는듯 하다
반응형
'프로그래밍 > Android' 카테고리의 다른 글
[Android] 메모리관리 (0) | 2017.10.29 |
---|---|
[Android] This Handler class should be static or leaks might occur (0) | 2017.10.29 |
[Android] EditText 입력 변화 이벤트 addTextChangedListener (0) | 2017.09.28 |
[Android] RecyclerView getPosition() (0) | 2017.09.28 |
[Android] HttpURLConnection (0) | 2017.09.28 |
공지사항
최근에 올라온 글