* Added new 'Getting Started with Testing' training to contain common
information on how to configure and run tests with Android Studio.
* Removed the obsolete 'Testing Your Activity' training.
* Deleted obsolete testing content under 'Tools > Workflow'.
* Moved accessibility testing checklist to 'Implementing accessibility'
training section.
* Moved content provider and service testing topics into a new
'Testing App Integrations' training.
* Updated the service testing training to reflect our recommended
approach of using ServiceTestRule, instead of ServiceTestCase.
* Renamed 'Testing from Other IDEs' topic to
'Testing from the Command Line' and moved it under 'Testing Tools'.
* Revised 'Testing Fundamentals' topic and moved it under 'Testing Tools'.
* Updated the landing page fo 'Best Practises for Testing' to provide a
central location for testing-related resources.
bug: 20722624
Change-Id: Ic1cbc79b48916dcae1c09bf5114ba8aef13d6f27
A follow-up to Chris Cartland's changes to the Now Playing
page (http://ag/831240 ), adding a supporting screenshot
that shows a Now Playing card with media in the background.
New PNG added at:
docs/html/images/training/tv/playback/now-playing-screen.png
Updated to use new version of PNG with more whitespace cropped
out (thanks Andrew!)
Bug: 26345930
Change-Id: I217fcc062f80734aebe32ec3a94ec7595756e78c
Adding new Translations Editor studio help topic, and updating
TOC and index accordingly. Updated Studio Features topic to
point to new Translations Editor topic. Added new editor
screenshot. Additional fixes added based on reviews.
Bug: 25973544
Change-Id: I8f319cf6ec95f29f1cdb462efc6b3711ded6fdd8
Editor page.
Removed "Dynamic Layout Preview" section from Studio index page.
Added Layout Editor tab to the "Tools Help" TOC.
Bugfix :25973267
Change-Id: I17726597d1d76c59718f2076a1a508dbd8f96350
Updating docs based on source material from Dom. I've had to tweak
the image formatting & arrangement to work with DAC styles, but
the text is pretty much unchanged.
Per the bug, this CL just has the "P0: Ready To Go" docs.
See first comment for doc stage location.
bug: 25596006
Change-Id: I508b0bb92a807ece8b9b0bf0ee7b49e0bbbc2432
New Snackbar class, to supersede the existing Toasts API guide.
See first comment for doc stage location.
bug: 25191776
Change-Id: I0b6abdf7ec7c75ba7067580a98d57c9df6b889cb
Replaces the existing action views/action providers section in the
(soon to be removed) "ActionBar API Guide" page. Builds on
http://ag/730414 (which covers the basic app bar topics).
Some of the action providers doc is being moved into the
Javadoc reference for appropriate classes--that's being tracked
with CL http://ag/748902
See comment on patch set 2 for doc stage location.
Change-Id: Ia62b5155d7f67dc8922fc11917a12a957bf27fb1
This change updates this page from M Preview 3 to official 6.0 release.
As part of this update, it also relocates relevant material from the
previously existing "Testing" page that was part of Preview.
Bug: 23725346
Change-Id: I3a875dcca6620956c5fbbff5610faa47ca7747e6
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
Describes how to declare that your app needs system permissions;
also describes how (on M and later) to request those permissions at
runtime.
There's a companion CL which updates various existing API docs for
the new M permissions model (http://ag/762405 ).
See first comment for doc stage location.
bug: 23725768
Change-Id: I7c3babdb9348969d1b0b019e7e9ef7116b04c658
Migrated M Preview main landing, API overview, Behavior Changes,
Samples, and Downloads to /about/versions section.
Change-Id: If7cd1c2942c57d7d47a18f3a7ec9b373bfc1ca67