commit | 66e4aed2ace3fa57c631de6961d7d6200de0f451 | [log] [tgz] |
---|---|---|
author | Andrew Stadler <stadler@android.com> | Thu Jun 11 12:17:50 2009 -0700 |
committer | Andrew Stadler <stadler@android.com> | Thu Jun 11 12:17:50 2009 -0700 |
tree | daa7294f12b0eaa50adf5644f29c79018b8c8b91 | |
parent | 3dc719b6c261b3984ac67699af346cf21c9c331a [diff] |
Add ViewBinder & setText APIs to match SimpleCursorAdapter There's nothing new here, just a clone of the ViewBinder API from SimpleCursorAdapter. This provides a much more lightweight way to override data mapping on an item-by-item basis. Possibly to-do, but I would rather leave for another CL: (1) Better handling of expanded/contracted group & last child (footer). (2) Cached info map (see SimpleCursorAdapter) for performance