summaryrefslogtreecommitdiffstats
path: root/docs/html/images
Commit message (Collapse)AuthorAgeFilesLines
* am d9bb6bc2: am 08810efc: docs: provide overview of the web apps docs and ↵Scott Main2010-11-046-0/+0
|\ | | | | | | | | | | | | revise images in the targeting doc * commit 'd9bb6bc283b3f7ee75da14c42c8a563214103c05': docs: provide overview of the web apps docs and revise images in the targeting doc
| * docs: provide overview of the web apps docs and revise images in the ↵Scott Main2010-11-036-0/+0
| | | | | | | | | | | | targeting doc Change-Id: I7c7c5b1936bea0676a2cafa5020e2b997c0b8634
| * Doc change: cherrypick testing changes from master. Squashed commit of the ↵Dirk Dougherty2010-10-104-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | following: commit 3341f42f857058707c1c9f77dcfaecb22ff2f125 Author: Joe Malin <jmalin@google.com> Date: Wed Sep 1 14:43:24 2010 -0700 Doc Change: cherrypick from master -- add screenshots to Testing in Eclipse topic Change-Id: If0ebd70ece3f077e18c909db2b8cc499a7f92692 commit af2da09a6c69cac02fd1987a44d223d678b2484d Author: Dirk Dougherty <ddougherty@google.com> Date: Sun Oct 10 12:39:55 2010 -0700 Doc change: Cherrypick from master -- Testing Documentation in the Dev Guide tab Conflicts: docs/html/guide/guide_toc.cs docs/html/guide/topics/testing/testing_android.jd Change-Id: I6d2e7b7f69517e8aae3a1274596d2ecbd85cac50 Change-Id: Ic6e547ce25c35060ec073b9da75e1d71b4946a85
* | am 7bfac24d: am d7170b2a: am 65e62f4f: docs: new web apps dev guidesScott Main2010-10-105-0/+0
|\ \ | |/ | | | | | | | | | | Merge commit '7bfac24dcb5ec532b822507816929931e5e19002' * commit '7bfac24dcb5ec532b822507816929931e5e19002': docs: new web apps dev guides
| * am 65e62f4f: docs: new web apps dev guidesScott Main2010-10-085-0/+0
| |\ | | | | | | | | | | | | | | | | | | Merge commit '65e62f4f908394fc469cf535fef7c16035a428a2' into gingerbread * commit '65e62f4f908394fc469cf535fef7c16035a428a2': docs: new web apps dev guides
| | * docs: new web apps dev guidesScott Main2010-10-085-0/+0
| | | | | | | | | | | | Change-Id: I08b80de0544fec5d46a58e1c1b4c0e2ff1fd4fa2
* | | Resolved conflicts for merge of 2bd6afed to masterJason Chen2010-10-082-0/+0
|\ \ \ | |/ / | | | | | | Change-Id: Ic9e854838004e9c5505cc1df8399cee3caa5e4e9
| * | am 30264c9b: Merge "Doc change: Adding new docs for Device Admin API." into ↵Fred Chung2010-10-052-0/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | froyo Merge commit '30264c9b85109ae58c1e472a747bf47464cc1632' into gingerbread * commit '30264c9b85109ae58c1e472a747bf47464cc1632': Doc change: Adding new docs for Device Admin API.
| | * Merge "Doc change: Adding new docs for Device Admin API." into froyoFred Chung2010-10-052-0/+0
| | |\
| | | * Doc change: Adding new docs for Device Admin API.Katie McCormick2010-10-042-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit cc4206420a80db7a75136ffb8293ef115a1f94a8 Author: Katie McCormick <kmccormick@google.com> Date: Wed Sep 1 17:49:11 2010 -0700 Doc change: New doc for Device Admin API Change-Id: Ic4ae029f5a16c3e2ec8b833fc3714b62e0c61db0
* | | | am 196894cd: am c692792e: am 46ffeb21: docs: update homepage with more ↵Scott Main2010-10-051-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | countries for market announcement Merge commit '196894cdcc6883ed141ec0f6f2f577dbc613e08f' * commit '196894cdcc6883ed141ec0f6f2f577dbc613e08f': docs: update homepage with more countries for market announcement
| * | | am 46ffeb21: docs: update homepage with more countries for market announcementScott Main2010-10-041-0/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Merge commit '46ffeb218859a543540a70b3229a48d2d96cbb4a' into gingerbread * commit '46ffeb218859a543540a70b3229a48d2d96cbb4a': docs: update homepage with more countries for market announcement
| | * | docs: update homepage with more countries for market announcementScott Main2010-10-041-0/+0
| | | | | | | | | | | | | | | | Change-Id: Icb56ddd57ca23b2773792f171bc65327b2f725bd
* | | | 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
* | | | am 44fad94a: am 30f57295: am ba944ccd: Doc change: update screens support ↵Dirk Dougherty2010-10-041-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | table and remove outdated density/size metrics. Merge commit '44fad94aff4165334584cdf8cafcd0885616a44f' * commit '44fad94aff4165334584cdf8cafcd0885616a44f': Doc change: update screens support table and remove outdated density/size metrics.
| * | | am ba944ccd: Doc change: update screens support table and remove outdated ↵Dirk Dougherty2010-10-041-0/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | density/size metrics. Merge commit 'ba944ccda3d61ccbe6061277fcc50c96fe2643f1' into gingerbread * commit 'ba944ccda3d61ccbe6061277fcc50c96fe2643f1': Doc change: update screens support table and remove outdated density/size metrics.
| | * | Doc change: update screens support table and remove outdated density/size ↵Dirk Dougherty2010-10-041-0/+0
| | |/ | | | | | | | | | | | | | | | metrics. Change-Id: I05895b09e2198379a078c12489a2098f84865f58
* | | Doc Change: add screenshots to Testing in Eclipse topicJoe Malin2010-09-102-0/+0
| | | | | | | | | | | | Change-Id: If0ebd70ece3f077e18c909db2b8cc499a7f92692
* | | am eed5d17d: am ea68cab8: am 3eb07ea4: Merge "Doc change: Add notes for SDK ↵Dirk Dougherty2010-09-083-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | Tools r7 and ADT 0.9.8." into froyo Merge commit 'eed5d17d7869e77495b9836118a4ffbd5c3ebf50' * commit 'eed5d17d7869e77495b9836118a4ffbd5c3ebf50': Doc change: Add notes for SDK Tools r7 and ADT 0.9.8.
| * | am 3eb07ea4: Merge "Doc change: Add notes for SDK Tools r7 and ADT 0.9.8." ↵Dirk Dougherty2010-09-083-0/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | into froyo Merge commit '3eb07ea483225974484c018d7d5affbf4815ceb2' into gingerbread * commit '3eb07ea483225974484c018d7d5affbf4815ceb2': Doc change: Add notes for SDK Tools r7 and ADT 0.9.8.
| | * Merge "Doc change: Add notes for SDK Tools r7 and ADT 0.9.8." into froyoDirk Dougherty2010-09-083-0/+0
| | |\
| | | * Doc change: Add notes for SDK Tools r7 and ADT 0.9.8.Dirk Dougherty2010-09-083-0/+0
| | | | | | | | | | | | | | | | Change-Id: I7cc8301e0160acd0adb3efbd20c6515ed985684f
* | | | Testing Documentation in the Dev Guide tabJoe Malin2010-08-272-0/+0
|/ / / | | | | | | | | | Change-Id: I36cb020642a7f094d2070509abb280c7c88f607f
* | | am 5a98fef3: Merge "docs: add dev guide for getting user location" into froyoScott Main2010-08-233-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '5a98fef352ed835406fa74a5563eadd9708f7cf9' into gingerbread * commit '5a98fef352ed835406fa74a5563eadd9708f7cf9': docs: add dev guide for getting user location
| * | docs: add dev guide for getting user locationScott Main2010-08-203-0/+0
| |/ | | | | | | Change-Id: I63558c0304a632ccfbb7a80411ab23ad2c82b5c9
* | am 0ac8ac30: Doc change: Add docs for licensing service.Dirk Dougherty2010-07-268-0/+0
|\ \ | |/ | | | | | | | | | | Merge commit '0ac8ac301d056604485aeca9ffe5ce8d1e63ef19' into gingerbread * commit '0ac8ac301d056604485aeca9ffe5ce8d1e63ef19': Doc change: Add docs for licensing service.
| * Doc change: Add docs for licensing service.Dirk Dougherty2010-07-268-0/+0
| | | | | | | | Change-Id: Ia78467b8857cb8e83ab3920f4126bc7985a9d93d
* | am 28da8e5e: Merge "Doc change: Update AVD create instructions." into froyoKatie McCormick2010-07-151-0/+0
|\ \ | |/ | | | | | | | | | | Merge commit '28da8e5e4aefd919064e3c33a311edf1af5a958e' into gingerbread * commit '28da8e5e4aefd919064e3c33a311edf1af5a958e': Doc change: Update AVD create instructions.
| * Merge "Doc change: Update AVD create instructions." into froyoKatie McCormick2010-07-151-0/+0
| |\
| | * Doc change: Update AVD create instructions.Katie McCormick2010-07-151-0/+0
| | | | | | | | | | | | Change-Id: Icb1a8200d1b8de4aedea0718a014ab57e057235d
* | | am 38137d7a: Merge "docs: lots of additions to the resources docs new ↵Scott Main2010-07-152-0/+0
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | drawable resources add <merge> and <include> to layout resource update drawable class descriptioons to point to resources guide add ID resource type" into froyo Merge commit '38137d7a27b037611c70a9d900aa53b4c15563bf' into gingerbread * commit '38137d7a27b037611c70a9d900aa53b4c15563bf': docs: lots of additions to the resources docs
| * | docs: lots of additions to the resources docsScott Main2010-06-212-0/+0
| |/ | | | | | | | | | | | | | | | | new drawable resources add <merge> and <include> to layout resource update drawable class descriptioons to point to resources guide add ID resource type Change-Id: I733eec50bb2671f28c9e6dd7dec14eb6586f5193
* | More improvements to the SensorManager documentationMathias Agopian2010-07-022-0/+0
|/ | | | Change-Id: I8ab79e8787402f0db572226029820b3cf605086f
* Doc change: documentation for library projects in sdk.Dirk Dougherty2010-05-142-0/+0
| | | | Change-Id: I615d24a046ba2858676e985072563cc90a906551
* Merge "docs: announce froyo and update IO message" into froyoScott Main2010-05-111-0/+0
|\
| * docs: announce froyo and update IO messageScott Main2010-05-111-0/+0
| | | | | | | | Change-Id: I07a071c99eaf0a03e7dd9d4e0c5969b47e86ab08
* | Merge "Doc change: cherry-pick from master: Testing Android Applications ↵Dirk Dougherty2010-05-071-0/+0
|\ \ | | | | | | | | | document (concepts)" into froyo
| * | Doc change: cherry-pick from master: Testing Android Applications document ↵Joe Malin2010-05-071-0/+0
| | | | | | | | | | | | | | | | | | (concepts) Change-Id: Ie94632bc7becb3b388d1ecb01512ce29efc04208
* | | docs: revisions to the new resources doc based on editorial feedbackScott Main2010-05-071-0/+0
|/ / | | | | | | | | | | plus some fixes to resource references and other misc revisions Change-Id: I7b498858d9d0ecfd8cf9bad48c08c93047d597b8
* | Doc change: cherry-pick from master: Activity Testing/Hello, Testing ↵Joe Malin2010-05-0715-0/+0
|/ | | | | | tutorials doc files Change-Id: If43ba08af00c8c9fcf6d05834f8b2a7a719b4bec
* cherry-pick from master: Icf079f5f45b1745a8d54f504e28dbbb52c6f7c96Scott Main2010-04-082-0/+0
| | | | | | | | | | | docs: rewrite resources documentation Huge overhaul. Includes all new dev guides about how resources are used on Android and how to provide alternatives, including how to handle runtime configuration changes (restarts). Plus all new reference docs for all the resource types (drawables, strings, menus, etc.). Change-Id: I12e819d2c5fc11e062281d8fe442c3037e92000a
* doc change: cherry pick c87f7a658ea586a5271fabc6e0516a2ddf6f from masterDirk Dougherty2010-03-3113-0/+0
|
* docs: add Search dev guideScott Main2010-03-173-0/+0
| | | | | | | | | | | | | new docs: Search (topic home page) Using the Android Search Box Adding Recent Query Suggestions Adding Custom Suggestions Searchable Configuration Also adds screenshots and a ZIP file with search icons Change-Id: I44ae31b23d4878b052e91d368e95d50192776c80
* docs: add developer dashboard page and add topic linkScott Main2009-12-161-0/+0
| | | | to it from the homepage (replacing the video topic)
* docs: add images used in BT developer guide.Scott Main2009-12-093-0/+0
| | | | needed (but not a dependency) by I1cd5c8282ba45d79da854db43d741b6fa049812b
* doc change: some fixes for online sdk docs. update "testing" section of ↵Dirk Dougherty2009-10-271-0/+0
| | | | | | | screens support doc. Bug: 2160782 Change-Id: Ib80db9231f91a36f503db487982378b252c0fcd8
* doc change only: add screens support docDirk Dougherty2009-10-2110-0/+0
|
* SDK doc change per http://b/2158141 - adds new res wizard to L10N tutorial.Katarina Stenstedt2009-10-123-0/+0
| | | | | | | Changed image links to use @docRoot. Change-id: If30c5e20bbbb0dd4a6eb0563ede2767d110e1c2e Bug: 2158141
* docs only.Scott Main2009-09-241-0/+0
| | | | | | | add new Updating Your SDK doc; update the 'android' tool documentation. Change-Id: I14fc78da2e198069defd7d83097f5cb685e0f677
* New localization document and tutorialKatarina Stenstedt2009-09-2122-0/+0
| | | | | | Adding a new Localization doc and Hello Localization tutorial, along with graphics. Updating the left-nav to include these two documents. Moved images into /images folder. Changed to max linewidth of 80.