Skip to content

Commit 151c7e1

Browse files
authored
Update README.md
1 parent ac4f774 commit 151c7e1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# CordovaApplication-RoadMap
2-
Apache Cordova is an open-source mobile development framework. It allows you to use standard web technologies - HTML5, CSS3, and JavaScript for cross-platform development.
2+
3+
# Overview
4+
<ul>
5+
<li>Apache Cordova is an open-source mobile development framework. It allows you to use standard web technologies - HTML5, CSS3, and JavaScript for cross-platform development. Applications execute within wrappers targeted to each platform, and rely on standards-compliant API bindings to access each device's capabilities such as sensors, data, network status, etc.</li>
6+
7+
<li>Use Apache Cordova if you are:</li>
8+
9+
<li>a mobile developer and want to extend an application across more than one platform, without having to re-implement it with each platform's language and tool set.</li>
10+
11+
<li>a web developer and want to deploy a web app that's packaged for distribution in various app store portals.</li>
12+
13+
<li>a mobile developer interested in mixing native application components with a WebView (special browser window) that can access device-level APIs, or if you want to develop a plugin interface between native and WebView components.</li>

0 commit comments

Comments
 (0)