Chinaunix

标题: [Android] Adapter & AdapterView [打印本页]

作者: web_surf    时间: 2011-12-22 08:51
标题: [Android] Adapter & AdapterView
  1. Docs
    http://developer.android.com/guide/topics/ui/binding.html
  2. Summary
  3. Adapter
    The Adapter acts like a courier between your data source (perhaps an array of external strings) and the AdapterView, which displays it.


  4. ExpandableListAdapter
    An adapter that links a ExpandableListView with the underlying data. The implementation of this interface will provide access to the data of the children (categorized by groups), and also instantiate Views for children and groups.

  5. AdapterView
    AdapterView objects have two main responsibilities:

    Classical AdapterView:
  6. xxx





欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2