summaryrefslogtreecommitdiffstats
path: root/docs/html/images/fundamentals
Commit message (Collapse)AuthorAgeFilesLines
* docs: second set of diagram updatesScott Main2012-01-044-0/+0
| | | | Change-Id: I1df85b6a954c29344d537737da57683b2c7941fd
* docs: Update lifecycle diagrams to use new omnigraffle designs;Scott Main2012-01-034-0/+11691
| | | | | | | add corresponding graffle files update discussion of activity state restore for clarification Change-Id: I7c6a68b627b35d0b648fac071a06960a7e833686
* docs: add guide for optimizing tablet apps for handsetsScott Main2011-10-262-0/+2549
| | | | | | deprecate "optimizing for 3.0" doc Change-Id: I290ff5cd22c714e639fb820251c9e1d763f750df
* docs: update fragment docs with revised APIs, add sample code from ApiDemos, ↵Scott Main2011-01-161-0/+0
| | | | | | and polish it up Change-Id: Ie5fb51d6a4109acec6dd403cde2b630df8724bba
* cherrypick Change-Id: I1365c6c45f8e1f75ee4afbc52c32778d21b97be4 from masterScott Main2011-01-141-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | docs: Rewrite of App Fundamentals.. Part 2. This introduces three new docs: Services: Provides an introduction to using services and describes the service lifecycle (previously in the "Component Lifecycles" section of the fundamentals.jd document) Bound Services: A guide for services that offer binding. AIDL: A doc about using AIDL (primarily for creating a service interface) Also includes edits to IntentService javadocs to clarify different behaviors for some callback methods Includes a new version of the services lifecycle diagram and an additional diagram for determining onRebind() These files are orphaned for now---they're not linked in the sidenav, until I get the last couple documents submitted for the app fundamentals. Change-Id: I7fb0a8faff1f18b7d6b9a7b59f66f55a1b6168f1
* docs: Rewrite of App Fundamentals.. Part 1.Scott Main2010-10-055-0/+0
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