Cheryl Potter 2f14bb5853 docs: Remove obsolete deep link term from AS 2.0 Code Tools page
b/28075206

Change-Id: I5775695b5563fc61e0eb1d4706537ed713804421
2016-04-07 16:21:30 -07:00

31 lines
1.1 KiB
Plaintext

page.title=Android Studio Code Tools
@jd:body
<p>
Android Studio provides a number of coding features to assist with writing and building your
app. These tools help you write code faster and improve quality.
</p>
<dl>
<dt><a href="{@docRoot}tools/debugging/improving-w-lint.html">Lint</a></dt>
<dd>The Lint tool is a static code analysis tool that checks your Android
project source files for potential bugs and optimization improvements.</dd>
<dt><a href="{@docRoot}tools/debugging/annotations.html">Code Annotations</a></dt>
<dd>Annotations help you improve code readability and improve code inspector output,
by allowing you to more clearly define method parameter requirements.
</dd>
<dt><a href="{@docRoot}tools/help/app-link-indexing.html">URL and App Indexing
Support</a></dt>
<dd>Android Studio helps you add support for URLs, app indexing, and search
functionality to your apps. These features can help to drive more traffic
to your app, discover which app content is used most, make it easier for
users to find content in an installed app, and attract new users.
</dd>
</dl>