diff options
| author | Scott Main <smain@google.com> | 2010-10-04 16:03:15 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2010-10-05 15:06:33 -0700 |
| commit | f6fe78b2aed881a4c090664c4db87c633b0b75c5 (patch) | |
| tree | cc2af8c5acdbda7a82e24bda229e0b9e39091e49 /docs/html/images | |
| parent | e799720dd478c60ac027d296f329b469119d1c1c (diff) | |
| download | frameworks_base-f6fe78b2aed881a4c090664c4db87c633b0b75c5.zip frameworks_base-f6fe78b2aed881a4c090664c4db87c633b0b75c5.tar.gz frameworks_base-f6fe78b2aed881a4c090664c4db87c633b0b75c5.tar.bz2 | |
docs: Rewrite of App Fundamentals.. Part 1.
This introduces two new docs:
Activities
Provides a fundamental introduction to how activities work, including
the basics about layout, manifest entries, starting activies, getting results,
and the complete discussion about the lifecycle (which used to be in the
fundamentals.jd document under "Component Lifecycles"), but also now includes more
information about saving instance state (with new diagrams).
Tasks and Back Stack
A large expansion of the material originally presented in the fundamentals.jd
document under "Activities and Tasks". This doc talks all about how tasks and
the back stack work. This content re-organization is important because fragments
can now become a part of the back stack (which is a task-oriented concept), thus,
it's important to separate the task ideas from being tied directly to activities only,
which is how tasks are currently discussed. However, fragments are not yet discussed
here in detail---that will come later when the fragment dev guide is introduced.
Change-Id: I46425b5c2c3b928dc81bafd05a88ad3ea1c5be53
Diffstat (limited to 'docs/html/images')
| -rw-r--r-- | docs/html/images/fundamentals/diagram_backstack.png | bin | 0 -> 45329 bytes |
| -rw-r--r-- | docs/html/images/fundamentals/diagram_backstack_singletask_multiactivity.png | bin | 0 -> 56854 bytes |
| -rw-r--r-- | docs/html/images/fundamentals/diagram_multiple_instances.png | bin | 0 -> 12140 bytes |
| -rw-r--r-- | docs/html/images/fundamentals/diagram_multitasking.png | bin | 0 -> 21931 bytes |
| -rw-r--r-- | docs/html/images/fundamentals/restore_instance.png | bin | 0 -> 83427 bytes |
5 files changed, 0 insertions, 0 deletions
diff --git a/docs/html/images/fundamentals/diagram_backstack.png b/docs/html/images/fundamentals/diagram_backstack.png Binary files differnew file mode 100644 index 0000000..2c6e33f --- /dev/null +++ b/docs/html/images/fundamentals/diagram_backstack.png diff --git a/docs/html/images/fundamentals/diagram_backstack_singletask_multiactivity.png b/docs/html/images/fundamentals/diagram_backstack_singletask_multiactivity.png Binary files differnew file mode 100644 index 0000000..d6a21d7 --- /dev/null +++ b/docs/html/images/fundamentals/diagram_backstack_singletask_multiactivity.png diff --git a/docs/html/images/fundamentals/diagram_multiple_instances.png b/docs/html/images/fundamentals/diagram_multiple_instances.png Binary files differnew file mode 100644 index 0000000..380e7788 --- /dev/null +++ b/docs/html/images/fundamentals/diagram_multiple_instances.png diff --git a/docs/html/images/fundamentals/diagram_multitasking.png b/docs/html/images/fundamentals/diagram_multitasking.png Binary files differnew file mode 100644 index 0000000..b8c7b45 --- /dev/null +++ b/docs/html/images/fundamentals/diagram_multitasking.png diff --git a/docs/html/images/fundamentals/restore_instance.png b/docs/html/images/fundamentals/restore_instance.png Binary files differnew file mode 100644 index 0000000..fa428a7 --- /dev/null +++ b/docs/html/images/fundamentals/restore_instance.png |
