History log of /development/samples/ApiDemos/src/com/example/android/apis/app/FragmentStack.java
Revision Date Author Comments
f3f7c5f775167cf4fbd28171abd54b0436664965 06-Sep-2012 Dianne Hackborn <hackbod@google.com> API demo for nesting fragments.

Change-Id: I7f20e4f00cf68c78c578ae620a95de7fa97f0761
9fd3b6e9933096ad992dcc2212fdce99ce80b597 01-Feb-2011 Dianne Hackborn <hackbod@google.com> New sample code for fragment support library.

Also tweak a few things to make the demos run on Donut.

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

Change-Id: Ieb1df7fc0708f22aae3d851f74ade1343eb44e08
9d247ad58babd36cf9fab06d3dcc9697f4316f45 04-Jan-2011 Dianne Hackborn <hackbod@google.com> Some cleanup of fragment API demos:

- 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
1164f90b8ace302a5b6827e27459a6d8be975eb3 18-Aug-2010 Dianne Hackborn <hackbod@google.com> Update API demos to mark up for java doc insertion.

Change-Id: Ib0147af6c82f7781fd50f9a5f85c34c140973909
9e6f12a598dad51da2afc4128e4f6d50b827cfbe 15-Aug-2010 Dianne Hackborn <hackbod@google.com> Update to follow fragment API changes.

Also make use of fragment arguments and targets to simplify code.

Change-Id: I79884854f4c7ff4fdc35c68087b5b2235a75c79f
b880eb426093d51c77d83aca0af1f211a1598170 13-Aug-2010 Dianne Hackborn <hackbod@google.com> Update API demos to use new Fragment features.

In particular, use the new argument Bundle for passing runtime
data to fragments. Simplifies the code some.

Change-Id: I248bfa0bf94b1599926038174baa4c7387ed8ba1
84df83a5e28f0eabfe7979e64abc6c73e05731d6 11-Aug-2010 Chet Haase <chet@google.com> Make fragments use the new animation system

Change-Id: I20b200c285336066d96cdb9cc37287d1168a1874
45ae9c3def3e67e866172b4dd8ae10cf759f77ab 04-Aug-2010 Andrew Stadler <stadler@android.com> Cleanup fragment api demos

* Cleaned up extra whitespace & made vertical whitespace more consistent
* 100col wrap
* Remove unused imports
* Add @Override where necessary

Change-Id: I1ad404ffc4ce7fa9c4b661f7cc1783c86356316b
6e9821c66730477a29a1adca1d46b06043c8e9c3 03-Aug-2010 Scott Main <smain@google.com> change fragment stack button from "next" to "new fragment"
also move text in the dialog demo to the top to make dialogs easier to read

Change-Id: I76c44f773098e64c79465060efb4bb6edab1fa3a
165ca04d0e05db466442be38110d4cc16e7f7618 20-May-2010 Dianne Hackborn <hackbod@google.com> Add new fragment demo for changing with config.

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
edb8628b415398ac1dd0f1ca049cd821e23ea121 13-May-2010 Dianne Hackborn <hackbod@google.com> Update fragment API demos for new fragment APIs:

- Correctly work with state saving and restoring.
- Add new sample showing a fragment that is retained across activities.

Change-Id: I7b1e02135177e69e9fff23fcc55e86d93a75c7e0
09fa09cff2023e16039a4f4189f733d61e267707 07-May-2010 Dianne Hackborn <hackbod@google.com> Update to follow fragment APIs.

Change-Id: If7f4d2465590cd27aed04d2675498fbe59474728
d2d93d0b172770145ab4fa320029ede1d6c846f8 06-May-2010 Dianne Hackborn <hackbod@google.com> Update fragment samples to show back stacks and layout.

Change-Id: I016f87dc3b7433d0600a9a9308f666a36c5a98ca