summaryrefslogtreecommitdiff
path: root/samples/ApiDemos/src/com/example/android/apis/app/FragmentStack.java
Commit message (Collapse)AuthorAgeFilesLines
* API demo for nesting fragments.Dianne Hackborn2012-09-061-0/+6
| | | | Change-Id: I7f20e4f00cf68c78c578ae620a95de7fa97f0761
* New sample code for fragment support library.Dianne Hackborn2011-02-241-1/+1
| | | | | | Also tweak a few things to make the demos run on Donut. Change-Id: I298fdf8fb0f12ee6db10e66657a22e19a527811a
* Follow API changes.Dianne Hackborn2011-01-171-2/+2
| | | | Change-Id: Ieb1df7fc0708f22aae3d851f74ade1343eb44e08
* Some cleanup of fragment API demos:Dianne Hackborn2011-01-041-0/+1
| | | | | | | | | | - 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
* Update API demos to mark up for java doc insertion.Dianne Hackborn2010-08-171-0/+11
| | | | Change-Id: Ib0147af6c82f7781fd50f9a5f85c34c140973909
* Update to follow fragment API changes.Dianne Hackborn2010-08-151-2/+2
| | | | | | Also make use of fragment arguments and targets to simplify code. Change-Id: I79884854f4c7ff4fdc35c68087b5b2235a75c79f
* Update API demos to use new Fragment features.Dianne Hackborn2010-08-121-16/+20
| | | | | | | In particular, use the new argument Bundle for passing runtime data to fragments. Simplifies the code some. Change-Id: I248bfa0bf94b1599926038174baa4c7387ed8ba1
* Make fragments use the new animation systemChet Haase2010-08-111-1/+1
| | | | Change-Id: I20b200c285336066d96cdb9cc37287d1168a1874
* Cleanup fragment api demosAndrew Stadler2010-08-031-6/+7
| | | | | | | | | * Cleaned up extra whitespace & made vertical whitespace more consistent * 100col wrap * Remove unused imports * Add @Override where necessary Change-Id: I1ad404ffc4ce7fa9c4b661f7cc1783c86356316b
* change fragment stack button from "next" to "new fragment"Scott Main2010-08-031-3/+3
| | | | | | also move text in the dialog demo to the top to make dialogs easier to read Change-Id: I76c44f773098e64c79465060efb4bb6edab1fa3a
* Add new fragment demo for changing with config.Dianne Hackborn2010-05-191-5/+5
| | | | | | | | | | | | | 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-8/+37
| | | | | | | - 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-9/+9
| | | | Change-Id: If7f4d2465590cd27aed04d2675498fbe59474728
* Update fragment samples to show back stacks and layout.Dianne Hackborn2010-05-061-0/+78
Change-Id: I016f87dc3b7433d0600a9a9308f666a36c5a98ca