summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/app/LoaderCustom.java
Commit message (Collapse)AuthorAgeFilesLines
* Sample code: bug fixKatie McCormick2013-11-261-1/+1
| | | | | | | | Fix for: b/6535950 Change-Id: I8f03a2e70c72dd68b4d183a54351ad09b23b83c4
* SDK Only: Fix search interaction with various samples.Dianne Hackborn2012-12-051-4/+34
| | | | | | | These were broken where pressing back would not clear the search filter. Change-Id: Iafd4a497a31a9689efabe7d92f44618a5e8dc80c
* New API demos for retained fragments with loaders.Dianne Hackborn2012-06-041-1/+2
| | | | | | | | Also tweak the cursor loader samples to filter out query callbacks that don't change the filter, to avoid restarting the loader on a configuration change. Change-Id: Iac9293fed45e127698be59262d68b0b59a8ec9ce
* New API demos showing use of tabs with fragments.Dianne Hackborn2011-06-131-2/+6
| | | | | | Also various cleanup in other demos. Change-Id: I4f5669117e28312bcd4b28795c5eca5f4ab6dcfb
* DO NOT MERGE. Integrate API demo work from master.Dianne Hackborn2011-05-131-0/+478
New API demo for the support library FragmentPager class. Add API demo for new -wNNNdp and -hNNNdp configs. Add new API demo for implementing a custom loader. Also turn the fragment cursor list demo into a loader cursor demo.