license: > Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied.  See the License for the
specific language governing permissions and limitations
under the License.

title: Guides

<h1>Guides</h1>
<ul>
    <li>
        <h2><a href="guide/overview/index.html">Overview</a></h2>
        <span>Start here if you are new to Cordova.</span>
    </li>
    <li>
        <h2><a href="guide/support/index.html">Platform Support</a></h2>
        <span>Compatibility table for all major features.</span>
    </li>
    <li>
        <h2><a href="guide/cli/index.html">The Command-Line Interface</a></h2>
        <span>Create, build, and deploy from the command-line.</span>
    </li>
    <li>
        <h2><a href="guide/platforms/index.html">Platform Guides</a></h2>
        <span>Set up each SDK and update projects</span>
    </li>
    <li>
     <h2><a href="plugin_ref/plugman.html">Using Plugman to Manage Plugins</a></h2>
        <span>Using Plugman to manage Plugins without the CLI</span>
    </li>
    <li>
        <h2><a href="config_ref/index.html">The config.xml File</a></h2>
        <span>Customize the features of your app.</span>
    </li>
    <li>
        <h2><a href="config_ref/images.html">Icons and Splash Screens</a></h2>
        <span>Customize the app's displaying images.</span>
    </li>
    <li>
        <h2><a href="guide/hybrid/webviews/index.html">Embedding WebViews</a></h2>
        <span>Implement the Cordova WebView in your project.</span>
    </li>
    <li>
        <h2><a href="guide/hybrid/plugins/index.html">Plugin Development Guide</a></h2>
        <span>Develop your first plugin.</span>
    </li>
    <li>
        <h2><a href="guide/appdev/privacy/index.html">Privacy Guide</a></h2>
        <span>Learn about important mobile privacy issues.</span>
    </li>
    <li>
        <h2><a href="guide/appdev/whitelist/index.html">Whitelist Guide</a></h2>
        <span>Grant an application access to external resources.</span>
    </li>
    <li>
        <h2><a href="cordova/storage/storage.html">Storage</a></h2>
        <span>An overview of native storage options.</span>
    </li>
</ul>

<h1>API Reference</h1>
<ul>
    <li>
        <h2><a href="cordova/events/events.html">Events</a></h2>
        <span>Hook into native events through JavaScript.</span>
    </li>
    <li>
        <h2><a href="cordova/plugins/pluginapis.html">Plugin APIs</a></h2>
        <span>Discover what plugins Cordova are available to using in your project.</span>
    </li>
</ul>