From 66e4aed2ace3fa57c631de6961d7d6200de0f451 Mon Sep 17 00:00:00 2001 From: Andrew Stadler Date: Thu, 11 Jun 2009 12:17:50 -0700 Subject: [PATCH] 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 --- api/current.xml | 66 +++++++++- .../widget/SimpleCursorTreeAdapter.java | 114 ++++++++++++++++-- 2 files changed, 166 insertions(+), 14 deletions(-) diff --git a/api/current.xml b/api/current.xml index aaaaeee19ae78..b19ac6b91cc52 100644 --- a/api/current.xml +++ b/api/current.xml @@ -66198,7 +66198,7 @@ type="float" transient="false" volatile="false" - value="0.001f" + value="0.0010f" static="true" final="true" deprecated="not deprecated" @@ -176207,6 +176207,30 @@ + + + + + + + + + + + + + + + + + + + + + +