<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimal-ui">
<title>Introduction</title>
<link type="text/css" rel="stylesheet" href="assets/css/github-markdown.css">
<link type="text/css" rel="stylesheet" href="assets/css/pilcrow.css">
<link type="text/css" rel="stylesheet" href="assets/css/hljs-github.min.css"/>
</head>
<body>
<article class="markdown-body"><h1 id="introduction"><a class="header-link" href="#introduction"></a>Introduction</h1>
<h2 id="[overview](./introduction/overview.md)"><a class="header-link" href="#[overview](./introduction/overview.md)"></a><a href="./introduction/overview.html">Overview</a></h2>
<p>Start <a href="./introduction/overview.html">here</a> if you are new to Dynamic Engine. Includes installation prerequisites and next steps.</p>
<h1 id="creating-hybrid-apps"><a class="header-link" href="#creating-hybrid-apps"></a>Creating Hybrid Apps</h1>
<h2 id="[create-your-first-app](./hybrid_apps/create_first_app.md)"><a class="header-link" href="#[create-your-first-app](./hybrid_apps/create_first_app.md)"></a><a href="./hybrid_apps/create_first_app.html">Create your first App</a></h2>
<p><a href="./hybrid_apps/create_first_app.html">Learn how</a> to create your first Dynamic Engine hybrid app using Cordova CLI and ATOM tools.</p>
<h2 id="apps-templates"><a class="header-link" href="#apps-templates"></a>Apps Templates</h2>
<p>Learn how to find, use, and create templates in Dynamic Engine.</p>
<h1 id="dynamic-engine-plugins"><a class="header-link" href="#dynamic-engine-plugins"></a>Dynamic Engine Plugins</h1>
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Platform</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="./de_plugins/demotifconnector_plugin.html">de-motifconnector-plugin</a></td>
<td>MOTIF Backend communication plugin</td>
<td>iOS/Android</td>
</tr>
<tr>
<td><a href="./de_plugins/desplashscreen_plugin.html">de-splashscreen-plugin</a></td>
<td>Custom Splash Screen support</td>
<td>iOS/Android</td>
</tr>
<tr>
<td><a href="./de_plugins/de_tools.html">de-tools-plugin</a></td>
<td>Dynamic Engine ATOM Tools support</td>
<td>iOS/Android</td>
</tr>
<tr>
<td><a href="./de_plugins/deassetmanager_plugin.html">de-assetmanager-plugin</a></td>
<td>MOTIF Asset Update support</td>
<td>iOS/Android</td>
</tr>
<tr>
<td><a href="./de_plugins/decore_plugin.html">de-core-plugin</a></td>
<td>Common utilities</td>
<td>iOS/Android</td>
</tr>
<tr>
<td><a href="./de_plugins/cardcontrol/cardcontrol_plugin.html">de-cardcontrol-plugin</a></td>
<td>MOTIF Card Control Client SDK</td>
<td>iOS/Android</td>
</tr>
<tr>
<td><a href="./de_plugins/de_pushproxy_plugin.html">de-push-proxy-plugin</a></td>
<td>Push Notifications Proxy Dispatcher</td>
<td>iOS/Android</td>
</tr>
</tbody>
</table>
<h1 id="native-applications"><a class="header-link" href="#native-applications"></a>Native Applications</h1>
<p>TODO!!</p>
<h1 id="dynamic-engine-command-line-(de-cli)"><a class="header-link" href="#dynamic-engine-command-line-(de-cli)"></a>Dynamic Engine Command Line (DE-CLI)</h1>
<p><a href="./de_cli/de_cli.html">Here</a> you can find informations about the Dynamic Engine Command Line tool (DE-CLI).</p>
<h1 id="dynamic-engine-atom-tools"><a class="header-link" href="#dynamic-engine-atom-tools"></a>Dynamic Engine ATOM Tools</h1>
<p><a href="./de_tools/dynamicengine_tools.html">Here</a> you can find informations about the Dynamic Engine ATOM Tools plugin.</p>
<h1 id="recommended-third-party-plugins"><a class="header-link" href="#recommended-third-party-plugins"></a>Recommended Third Party Plugins</h1>
<table>
<thead>
<tr>
<th>Plugin Name</th>
<th>Description</th>
<th>iOS</th>
<th>Android</th>
<th>Link</th>
</tr>
</thead>
<tbody>
<tr>
<td>phonegap-plugin-push</td>
<td>Support to receive and handle native push notifications with a single unified API</td>
<td>YES</td>
<td>YES</td>
<td><a href="https://github.com/phonegap/phonegap-plugin-push">https://github.com/phonegap/phonegap-plugin-push</a></td>
</tr>
<tr>
<td>cordova-plugin-nativestorage</td>
<td>Persistent Storage</td>
<td>YES</td>
<td>YES</td>
<td><a href="https://github.com/TheCocoaProject/cordova-plugin-nativestorage">https://github.com/TheCocoaProject/cordova-plugin-nativestorage</a></td>
</tr>
<tr>
<td>cordova-plugin-touch-id</td>
<td>Touch ID for iOS</td>
<td>YES</td>
<td>NO</td>
<td><a href="https://github.com/EddyVerbruggen/cordova-plugin-touch-id">https://github.com/EddyVerbruggen/cordova-plugin-touch-id</a></td>
</tr>
<tr>
<td>cordova-plugin-pin-dialog</td>
<td>Default native PIN request</td>
<td>YES</td>
<td>YES</td>
<td><a href="https://github.com/Paldom/PinDialog">https://github.com/Paldom/PinDialog</a></td>
</tr>
</tbody>
</table>
<h1 id="notable-plugins:"><a class="header-link" href="#notable-plugins:"></a>Notable plugins:</h1>
<p><a href="https://ionicframework.com/docs/v2/native/">https://ionicframework.com/docs/v2/native/</a></p>
</article>
</body>
</html>