summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/app/FragmentLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Rename UserId to UserHandle.Dianne Hackborn2012-08-161-1/+5
| | | | Change-Id: I701335483628d30c875d087f27287e084789f10c
* New sample code for fragment support library.Dianne Hackborn2011-02-241-10/+12
| | | | | | Also tweak a few things to make the demos run on Donut. Change-Id: I298fdf8fb0f12ee6db10e66657a22e19a527811a
* Follow API changes.Dianne Hackborn2011-01-171-5/+3
| | | | Change-Id: Ieb1df7fc0708f22aae3d851f74ade1343eb44e08
* Some cleanup of fragment API demos:Dianne Hackborn2011-01-041-44/+85
| | | | | | | | | | - Rename FragmentAnim to FragmentHideShow, and tweak it to look less stupid. - Reworking FragmentLayout to better represent a typical way to use fragments. - Tweak various UI elements. Change-Id: I3f4861c33bafafd27108fe0e4193e0ac7711f69e
* Make FramementLayout demo better... and, um actually work.Dianne Hackborn2010-09-211-8/+36
| | | | | | Also some other small cleanup. Change-Id: Iaaf5d4a85113b4a01a4bd3986e2334972e1096ad
* Update API demos to mark up for java doc insertion.Dianne Hackborn2010-08-171-19/+33
| | | | Change-Id: Ib0147af6c82f7781fd50f9a5f85c34c140973909
* Cleanup fragment api demosAndrew Stadler2010-08-031-11/+11
| | | | | | | | | * Cleaned up extra whitespace & made vertical whitespace more consistent * 100col wrap * Remove unused imports * Add @Override where necessary Change-Id: I1ad404ffc4ce7fa9c4b661f7cc1783c86356316b
* New fragment sample code for ListFragment and context menus.Dianne Hackborn2010-06-121-1/+7
| | | | Change-Id: I97c64fa4c4140c81c7d0147026ba558ba1a76d2e
* Add new fragment demo for changing with config.Dianne Hackborn2010-05-191-44/+80
| | | | | | | | | | | | | This changes the FragmentLayout demo to show how the layout (and entire UI flow) can easily be changed based on screen configuration using fragments. Here we have different UI for landscape vs portrait. The old FragmentLayout demo is renamed to FragmentAnim and extended a bit. Various other tweaks to follow fragment API changes. Change-Id: I8df918dbf32b3617cae2b20f77eb37d8211b8c89
* Update fragment API demos for new fragment APIs:Dianne Hackborn2010-05-131-6/+33
| | | | | | | - Correctly work with state saving and restoring. - Add new sample showing a fragment that is retained across activities. Change-Id: I7b1e02135177e69e9fff23fcc55e86d93a75c7e0
* Update to follow fragment APIs.Dianne Hackborn2010-05-071-3/+5
| | | | Change-Id: If7f4d2465590cd27aed04d2675498fbe59474728
* Update fragment samples to show back stacks and layout.Dianne Hackborn2010-05-061-0/+66
Change-Id: I016f87dc3b7433d0600a9a9308f666a36c5a98ca