110 Commits

Author SHA1 Message Date
Kevin Hufnagle
540877194b docs: "Result is:" paragraph now in correct position on page.
The "Building a Simple User Interface" page now displays a paragraph
with the text "The result looks like this:" in the correct location
(i.e. after the steps for "Create a Linear Layout").

Bug: 26778824
Change-Id: Ib2a94975bd867897ce4382da6347584d578b3d11
2016-03-31 09:28:04 -07:00
Kevin Hufnagle
2cbb086901 docs: Removed dead link in "create project" TOC.
The TOC on the "Creating an Android Project" page is now updated such
that all of the links direct readers to a useful area on the page.

Bug: 27302059
Change-Id: Ideefaa78541e966f788bb9fc28a1080f2cd5ce50
2016-03-30 15:20:49 -07:00
Kevin Hufnagle
53cd980fe5 docs: Added missing closing parenthesis in sample code
The code sample within the "Return a Result" section of the "Allowing
Other Apps to Start Your Activity" page was missing a closing
parenthesis at the end of the second line. This parenthesis should now
appear.

Bug: 26845664
Change-Id: Iec58b86889d6e8fa6ad5327678d5e6d63d34f85f
2016-03-18 15:25:09 -07:00
Joe Fernandez
a1a9fd19df docs: InfoPros Project 02 - Batch 02 updates
b/26490262

Change-Id: I3838f0c96ed687684457d2c56044148f56a29f8d
2016-03-14 23:06:32 -07:00
David Friedman
7c6b7f7b0e Docs: Corrections to Android Studio "Getting Started"-type documentation.
Bug: 25458018

Change-Id: Ibbecffc00461ba61e3f5f596b34a7b049b9193ec
2015-12-17 00:23:18 -08:00
Andrew Solovay
ae87b8d621 am 88b783d0: Merge "docs: Removing obsolete ActionBar training" into mnc-preview-docs
* commit '88b783d007045f2635c467461e9518bf30ed6adc':
  docs: Removing obsolete ActionBar training
2015-10-16 00:09:19 +00:00
Andrew Solovay
d32f3baf2b docs: Removing reference to Apache HTTP client
With Android M, the Apache HTTP client is no longer supported.
Removing references to that client and the clients that depend
on it (DefaultHttpClient and AndroidHttpClient). Replacing, when
appropriate, with references to HttpURLConnection.

Also removing references to the 2011 blog post "Android's HTTP
Clients" (https://goto.google.com/cusll) since that post is largely
about the ex-clients.

Fixed a couple of other small errors while I had the files open
(for example, changed a sample URL in a code snippet to the safe
www.example.com).

bug: 19696844
Change-Id: Iabf780140c37d5fc95c0d45542c425a945c69337
2015-09-28 17:25:27 -07:00
Andrew Solovay
bd000061f0 docs: Removing obsolete ActionBar training
The action bar training classes are being superseded by the new App
Bar training, which uses the appcompat Toolbar. This CL removes the
obsolete docs. The new docs are covered by CL http://ag/730414 ; both
CLs will go live together. (There's a separate CL, http://ag/732803 ,
setting up redirects from obsolete pages to the new ones.)

There are a couple of topics in the old Action Bar API Guide which
are not yet covered by training, so this CL does *not* remove that
page--that'll happen when I add App Bar docs covering those areas.

Also changed links/references to the now-deleted pages where I saw
them--and while I had the files opened, changed instructions that
had told devs to use (now-deprecated) ActionBarActivity, and told
them instead to use AppCompatActivity.

See first comment for doc stage location.

Change-Id: Id548d8f483d85f2eef9f744d258ed113554eb6fc
2015-09-25 16:20:25 -07:00
Claudio Cherubino
b6e91dfae0 Trying to help clean up the public issue tracker (and show some love to external developers) by taking care of a bunch of typos that were reported.
List of issues from https://code.google.com/p/android/issues that are fixed by this CL: 183476,183249,183248,183241,183222,183142,183093,183329,182385,182311,182193,182019,73149,181589,179740,179384,178322,178189,178086,178020,177169,176312,175138,172322,172030,171820,170647,167288,163574,161580,161041,159199,151347,144290,136137,132505

Change-Id: I2e96f7444048abd2f666c75bd6ab9640019afb75
2015-08-21 14:49:09 -07:00
David Friedman
eaabddf121 Docs: Fixing files that didn't merge properly from mnc-preview-docs
Change-Id: If1a97d8da5a8e7f65293bc34e1a1646f06a48043
2015-08-17 18:45:36 -07:00
Chris Banes
4b201a5731 resolved conflicts for merge of cbc1ac33 to master
Change-Id: I107320a07a1646f2ddc3a288b13ae58c538d96e6
2015-02-18 11:32:48 +00:00
David Friedman
6af7418624 am a6614a12: am 53ec037f: am 03efba0e: Merge "This file is misplaced, and serves no purpose. I am sending it to oblivion." into lmp-docs automerge: efb69b0 automerge: 40191d8
automerge: cdf0774

* commit 'cdf0774314842eb16f8db2b822a6d6538f17090e':
  This file is misplaced, and serves no purpose. I am sending it to oblivion.
2015-02-17 23:41:29 +00:00
Rich Slogar
9911aa5125 Merge "docs: studio training basics create and run project updates" into lmp-docs 2015-02-17 23:40:36 +00:00
David Friedman
d350c5ced5 This file is misplaced, and serves no purpose. I am sending it to oblivion.
Change-Id: I91ed7bc228849f3181591357037b368b4b261eee
2015-02-12 21:30:59 -08:00
Joe Fernandez
7a0e01d41a am 1a9bf5c1: Merge "docs: training intent doc error update" into lmp-docs automerge: f02a8d9 automerge: cacf7da automerge: 346a9a2 automerge: f4b2bd4
automerge: 14437e4

* commit '14437e4781fea9688b7c68ec6c3201e8a926ab04':
  docs: training intent doc error update
2015-01-31 04:25:18 +00:00
Rich Slogar
453467ac9c docs: studio training basics create and run project updates
b/18742781

Change-Id: I80a207e24330c1b073934d671b3b9c94b0fb28e0
2015-01-30 17:14:25 -08:00
Rich Slogar
367bfb3b50 docs: training intent doc error update
b/18386294

Change-Id: Id0fb07e567e0f698e786ac57a19c60895f4d6fc1
2015-01-30 16:55:55 -08:00
Narayan Kamath
93bb5419aa Merge "Remove references to apache-http from various documents." 2014-12-12 14:56:44 +00:00
Narayan Kamath
56eb989791 Remove references to apache-http from various documents.
Most of them are pointless links to a "text/plain" constant which are
far clearer when inlined with the relevant text.

Change-Id: Iaed51b4548cb2836741106dc19c9cf500c205d32
2014-12-12 14:55:18 +00:00
smain@google.com
984972fadc am 9a6d1d9f: am c0f96532: am 8cd0bb2d: Merge "add helpouts widget to wave 3 pages" into lmp-docs automerge: e04a9fc automerge: bac113b
automerge: c73a65d

* commit 'c73a65d61892542ece0dd9b95000048517f36c02':
  add helpouts widget to wave 3 pages
2014-12-11 10:21:47 +00:00
smain@google.com
1f933dd0cf add helpouts widget to wave 3 pages
Change-Id: I83c1a0af4975a4544a7f7dcb745bf5fbdf173c6e
2014-12-10 10:21:36 -08:00
smain@google.com
b56db728fa resolved conflicts for merge of c137d08c to master
Change-Id: I1addaa7b46e893014eca23746c6bf5f7e71dc2ca
2014-12-09 14:19:57 -08:00
smain@google.com
35ee301889 revisions to Studio landing page
Change-Id: I608b8a63b826f2f2ee2603d7426b501a4df24a38
2014-12-08 01:26:21 -08:00
smain@google.com
59a3dd7b0e misc fixes for studio launch:
update install instructions, update tools nav for AVD page,
update AVD instructions in first app class, other edits to first app.

Change-Id: I086bf63dddc9f653ce06db29eec9998dfa265040
2014-12-08 00:33:15 -08:00
Rich Slogar
f7f20a4557 docs:building your first app [CP]
Change-Id: I3d810d0043be59a1eecfac7c02631542e9408f01
(cherry picked from commit 0215606d8d58b93d07550ff6e857442306b96aae)
2014-12-06 09:29:50 +00:00
Scott Rowe
e829d8fca6 docs: Training refactor for Android Studio [CP]
Cherrypick from lmp-docs hange-Id: I4c396b1a6b689a32b5a3328e9948f363ebb1e37d, from lmp-dev Change-Id: I830da649d9fac2b87eff5ee5cfc3422d5ab65ffc, Cherrypick from klp-modular-docs Change-Id: Ifaae51e4fa3afbef3d81d260135fd348a6ccb612

Change-Id: I09a9473d73eb9c27ee6966b2a0e1cd736575db06
(cherry picked from commit 8c068aeee06efd2ce0827c81e5919e90358c56e3)
2014-12-06 08:55:21 +00:00
Rich Slogar
0215606d8d docs:building your first app
Change-Id: I3d810d0043be59a1eecfac7c02631542e9408f01
2014-12-05 19:39:09 -08:00
smain@google.com
845e81e220 am 2dc4cfa0: am 74bafd41: am 555d6e70: am 2411fe88: Merge "add the helpouts widget and necessary tags to "wave 2" of the Getting Started classes" into lmp-docs automerge: 6e08d30 automerge: 39d6b21
* commit '2dc4cfa09617cfa660728b3c972f840853a80583':
  add the helpouts widget and necessary tags to "wave 2" of the Getting Started classes
2014-11-21 12:19:23 +00:00
smain@google.com
cca0d6bfd6 add the helpouts widget and necessary tags to "wave 2" of the Getting Started classes
Change-Id: I79d5193d9a4d466d22f495d8685bb43a42d5c3fa
2014-11-18 12:52:15 -08:00
smain@google.com
a564f7bf94 am a004c2ec: am 9b00d795: am 0da6b005: revise helpouts tags to use just one on each page automerge: b2b3b37 automerge: 07c9807
* commit 'a004c2ec06a5ba3d65786e50171d8cdbb80515c8':
  revise helpouts tags to use just one on each page
2014-11-01 17:41:03 +00:00
smain@google.com
26bf2f7b87 revise helpouts tags to use just one on each page
Change-Id: I67e9448567a60dec4b140837d58e46aeccf586a5
2014-10-31 17:51:41 +00:00
smain@google.com
0da6b005c1 revise helpouts tags to use just one on each page
Change-Id: I67e9448567a60dec4b140837d58e46aeccf586a5
2014-10-31 10:45:23 -07:00
Scott Rowe
8c068aeee0 docs: Training refactor for Android Studio Cherrypick from lmp-docs hange-Id: I4c396b1a6b689a32b5a3328e9948f363ebb1e37d, from lmp-dev Change-Id: I830da649d9fac2b87eff5ee5cfc3422d5ab65ffc, Cherrypick from klp-modular-docs Change-Id: Ifaae51e4fa3afbef3d81d260135fd348a6ccb612
Change-Id: I09a9473d73eb9c27ee6966b2a0e1cd736575db06
2014-10-30 12:32:21 -07:00
smain@google.com
9f987e0ac7 fix a few of the tags for helpouts compatibility
Change-Id: Ic7f6f281c937bcba8690a50ce1c5417689993352
2014-10-22 17:13:51 -07:00
smain@google.com
61139c8d44 add helpouts widget to first round of pages
Change-Id: I2afafb2bf682c5d514eb1adde27bf0277e709198
2014-10-22 09:53:40 -07:00
smain@google.com
77c81df2a2 fix confusing sentence
https://memegen.googleplex.com/5524829602054144

Change-Id: I451c167bd1aedbde4b0e676f5f74a9dacb20fc10
2014-10-02 01:26:59 +00:00
Katie McCormick
000e574037 am c799a830: am 88d1c560: am ea5fa98c: am c659e746: Merge "Doc update: new Volley class" into klp-docs
* commit 'c799a830b2d29db5747cc89558c9effb6baddb22':
  Doc update: new Volley class
2014-06-04 12:40:48 +00:00
Katie McCormick
1a89ae4cdc Doc update: new Volley class
Change-Id: Ife3a9a64439e07aaaf92a22adc6d1678138caf7d
2014-05-29 16:38:34 -07:00
Scott Rowe
5d520df856 am 7a940a49: am 3d55247a: am a0144782: am 6d05170a: docs: b/14510382 ISO language code, add link
* commit '7a940a49745f51425e60bfde38b8c0dab454ef8b':
  docs: b/14510382 ISO language code, add link
2014-05-19 18:23:40 +00:00
Scott Rowe
6d05170a55 docs: b/14510382 ISO language code, add link
Change-Id: Id78858743b453d9e44624f491db183d9a099a1ce
2014-05-16 22:33:12 +00:00
Dirk Dougherty
9a6672beb1 resolved conflices for merge of 93ccd1a2 to master
Change-Id: Ic77367cb9c90027e036a461697295fd604b50014
2014-05-14 14:50:13 -07:00
Dirk Dougherty
3506ac87c0 Doc change: Updated content for distribute.
Change-Id: I612fbb8e5b7aedd73c0e633e5517bb89375760ed
2014-05-14 14:10:51 -07:00
Ricardo Cervera
d09e5606a5 am 1ac6519b: am c31bd52d: am a821af68: am 715139a6: Merge "docs: Fixed action bar example. Bug: 13806963" into klp-docs
* commit '1ac6519b245c008ea6b3b6baba205fb58d75c807':
  docs: Fixed action bar example. Bug: 13806963
2014-04-04 17:46:28 +00:00
Ricardo Cervera
7f427b45bd docs: Fixed action bar example. Bug: 13806963
Change-Id: I27dd1b80cf13eb3d47f48992db535de5a62bcde9
2014-04-04 09:46:11 -07:00
Ricardo Cervera
fb0873268c am 04c2a557: am c013eaad: am 5a218b18: am 8e183798: Merge "docs: Added notes to use the last SDK version to the Build your First App class." into klp-docs
* commit '04c2a5571620927f702af3707845b1b05769dc46':
  docs: Added notes to use the last SDK version to the Build your First App class.
2014-04-02 00:27:51 +00:00
Ricardo Cervera
8e5775daae docs: Added notes to use the last SDK version to the Build your First App class.
Change-Id: I35820ff887b3d0f4ccc0ce7720576e3e692109b5
2014-04-01 10:46:16 -07:00
Ricardo Cervera
4656ac9fe6 am d387206a: am 7890eeff: am 882ba89b: am 50694917: am 7e566239: Merge "docs: Updated Building your First App tutorial. Bug: 13429905" into klp-docs
* commit 'd387206a84a35b86663adb5bf00671cafbf6aee4':
  docs: Updated Building your First App tutorial. Bug: 13429905
2014-03-14 17:54:11 +00:00
Ricardo Cervera
420d97fbc8 docs: Updated Building your First App tutorial. Bug: 13429905
-Updated default code in activities from ADT
-Updated screenshots for ADT wizards when changed
-Updated activity_ with fragment_ where required
-Other minor changes

Stage: http://quixote.mtv:8004/training/basics/firstapp/creating-project.html

Patch: Removed border from the new ADT screenshots.
Patch: Replaced device screenshots using an Android 4.4 device.
Patch: Addressed Katie's comments.

Change-Id: Ic0acf714b1b5913f1f82d6eafac53666a721dfe4
2014-03-13 14:59:59 -07:00
Scott Main
2515e6a42f am 5f41b262: am aec930b2: am f70d7b9a: am cf5ed42f: am df75bdcc: rewrite intent guide and add doc with intents supported by platform apps
* commit '5f41b262a5edb9f2ffb44fff77dc75d5cabec2ba':
  rewrite intent guide and add doc with intents supported by platform apps
2013-12-11 22:27:19 +00:00
Scott Main
df75bdcc55 rewrite intent guide and add doc with intents supported by platform apps
Change-Id: Ida7ccbc693e7635198fd368b9560b7843266c7cc
2013-12-10 15:53:37 -08:00