안드로이드 스터디 모임 - 종료된 스터디
(글 수 13)
나중에 Adapter에 대한 챕터가 따로 있지만,
예제 파일일 보니까 많이 복잡한것 같아서요
제가 생각한 Adapter의 개념을 그려봤습니다.

레퍼런스에서는 다음과 같이 어댑터에 대해 소개하고 있습니다.
An Adapter object acts as a bridge between an AdapterView and the underlying data for that view. The Adapter provides access to the data items. The Adapter is also responsible for making a View for each item in the data set.



