blob: aeae77d2851d42d309b0c4104aba69d62c97d979 [file] [log] [blame]
Joe Fernandezb984c932015-11-18 18:53:39 -08001page.title=Android Studio Code Tools
2
3@jd:body
4
5<p>
6 Android Studio provides a number of coding features to assist with writing and building your
7 app. These tools help you write code faster and improve quality.
8</p>
9
10<dl>
11 <dt><a href="{@docRoot}tools/debugging/improving-w-lint.html">Lint</a></dt>
12 <dd>The Lint tool is a static code analysis tool that checks your Android
13 project source files for potential bugs and optimization improvements.</dd>
14
15 <dt><a href="{@docRoot}tools/debugging/annotations.html">Code Annotations</a></dt>
16 <dd>Annotations help you improve code readability and improve code inspector output,
17 by allowing you to more clearly define method parameter requirements.
18 </dd>
19
Cheryl Potter2f14bb52016-04-07 16:21:30 -070020 <dt><a href="{@docRoot}tools/help/app-link-indexing.html">URL and App Indexing
21 Support</a></dt>
22 <dd>Android Studio helps you add support for URLs, app indexing, and search
23 functionality to your apps. These features can help to drive more traffic
24 to your app, discover which app content is used most, make it easier for
25 users to find content in an installed app, and attract new users.
Joe Fernandezb984c932015-11-18 18:53:39 -080026 </dd>
27
28</dl>
29
30