History log of /development/samples/ApiDemos/src/com/example/android/apis/app/LoaderThrottle.java
Revision Date Author Comments
be6b6b494f094eea0abcd83eb8770bc4b9f7e34e 13-Jun-2011 Dianne Hackborn <hackbod@google.com> New API demos showing use of tabs with fragments.

Also various cleanup in other demos.

Change-Id: I4f5669117e28312bcd4b28795c5eca5f4ab6dcfb
649790adc5e0bd6d64273b63649e5af8b12e59c1 25-Jan-2011 Dianne Hackborn <hackbod@google.com> Use multiple async tasks.

Change-Id: If6be431a4f9443eaaf4478bae57c29f77f558b91
62e3bb6f93e4b9a64435e9584dcd4b45a8ca2686 18-Jan-2011 Xavier Ducrohet <xav@android.com> Remove illegal @Override on interface method.

Samples should compile with 1.5

Change-Id: I029ae9ded4237fd9d4d2d1dbf2c7c537afbbf36b
0d11c9c34501a9a9dedee1092fd63af218dc28c8 17-Jan-2011 Dianne Hackborn <hackbod@google.com> Follow API changes.

Change-Id: Ieb1df7fc0708f22aae3d851f74ade1343eb44e08
69c72dfdf901e07a132f3ad4856c2058e5efa2e9 09-Jan-2011 Dianne Hackborn <hackbod@google.com> Clean up from comments, enable throttling.

Change-Id: I719b0491a7953ab57d76634699c6fdf3ad8558e0
4fd816a7babe0cd5587d5391aa98d4d34fb4eba5 09-Jan-2011 Dianne Hackborn <hackbod@google.com> Clean up to no longer use old APIs, add new loader throttle sample.

The new sample code is a complete self-contained end-to-end
implementation of a content provider populating a list view
through a loader, dynamically changing its contents based on
user input in about 500 lines.

Once the framework support is implemented, this will demonstrate
using CursorLoader's new throttling feature.

Change-Id: Ia67da7284607477125c613c3135f93bc1d95d0cb