summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/fundamentals/tasks-and-back-stack.jd
Commit message (Collapse)AuthorAgeFilesLines
* Massive clobber of all HTML files in developer docs for new site designScott Main2012-06-211-596/+0
| | | | Change-Id: Idc55a0b368c1d2c1e7d4999601b739dd57f08eb3
* docs: Fix a bunch of misc doc issues from external trackerScott Main2012-03-091-2/+2
| | | | Change-Id: I03cae5bdb7b806e81cc6c983a014de212cb80c73
* docs: switch from caps to initial-case for device button namesScott Main2012-02-061-19/+34
| | | | Change-Id: I2affdf7400fd814e43633806cebebee4c6075b0b
* docs: add links to Android Design from dev docsScott Main2012-01-101-1/+10
| | | | Change-Id: Ib2334be0a05d33008d2e4850547ff1c3b7b16764
* docs: second set of diagram updatesScott Main2012-01-041-32/+30
| | | | Change-Id: I1df85b6a954c29344d537737da57683b2c7941fd
* cherrypick from mr2 Change-Id: I59a34a84075c63715a6b4aaf6d90acead321ea90Scott Main2011-06-201-3/+3
| | | | | | docs: fix typos Change-Id: I1e821f9455ee9fcb01d345226f3b606621fdcd8e
* am 16475a3a: am 07613835: am e7d60078: Add old blog posts as articles, batch 1Roman Nurik2011-06-031-0/+5
|\ | | | | | | | | * commit '16475a3a40beac982886ce6bc300f4ffe29f581d': Add old blog posts as articles, batch 1
| * Add old blog posts as articles, batch 1Roman Nurik2011-06-031-1/+6
| | | | | | | | Change-Id: Ibe1bcf1ceef2eb1a1b4bc0c1b2451ed69838ee3a
| * docs: fix typosScott Main2011-06-011-4/+4
| | | | | | | | Change-Id: I59a34a84075c63715a6b4aaf6d90acead321ea90
* | Fix typos.Andy McFadden2011-04-121-4/+4
|/ | | | Change-Id: I455d305f34b07d9ef78fd92ff55ae6f590862f01
* docs: remove and correct parent links for fundamental docsScott Main2011-02-081-3/+4
| | | | | | and hide the "beginner's path" because it's not complete Change-Id: I2f2a201a6571da6f660eb78f6ece94e47a5cddd1
* docs: Rewrite of App Fundamentals.. Part 1.Scott Main2010-10-051-0/+568
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