Overview
Apache Cordova on Ubuntu 22.04 with maintenance support by ATH. This is a repackaged open source software product wherein additional charges apply for support. Apache Cordova, also known as Apache Cordova and formerly PhoneGap, is a powerful framework for creating mobile applications that can run on multiple platforms using a single codebase written in web technologies. By leveraging HTML, CSS, and JavaScript, Cordova enables developers to build apps that are wrapped in a native container, providing access to device-specific features through a unified API. This approach simplifies the development process, reduces time and costs, and ensures a consistent user experience across different operating systems such as iOS, Android, and Windows. Cordova also supports a wide range of plugins that extend its capabilities, allowing developers to integrate functionalities such as camera access, geolocation, and file management into their applications.
Highlights
- Cordova allows developers to write one codebase in web technologies and deploy it across multiple mobile platforms. This significantly reduces development time and costs, ensuring consistency and efficiency in creating applications that run on iOS, Android, Windows, and other platforms.
- Cordova provides a robust plugin architecture that enables web applications to access native device features such as the camera, GPS, accelerometer, and contacts. These plugins bridge the gap between web and native functionalities, allowing developers to create more feature-rich and interactive mobile applications.
- Cordova plugin architecture is highly extensible, allowing developers to use existing plugins or create custom ones to add new features and functionalities. This flexibility ensures that Cordova can be adapted to meet specific application needs, making it a versatile tool for mobile app development. Plugins can be used to integrate push notifications, analytics, social media sharing, and more.
Details
Typical total price
$0.19/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.micro AWS Free Tier | $0.01 | $0.012 | $0.022 |
t2.small | $0.09 | $0.023 | $0.113 |
t2.medium | $0.09 | $0.046 | $0.136 |
t2.large | $0.09 | $0.093 | $0.183 |
t2.xlarge | $0.09 | $0.186 | $0.276 |
t2.2xlarge | $0.09 | $0.371 | $0.461 |
t3.nano | $0.09 | $0.005 | $0.095 |
t3.micro AWS Free Tier | $0.09 | $0.01 | $0.10 |
t3.small | $0.09 | $0.021 | $0.111 |
t3.medium | $0.09 | $0.042 | $0.132 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
No Refund
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Try one unit of this product for 5 days. There will be no software charges for that unit, but AWS infrastructure charges still apply. Free Trials will automatically convert to a paid subscription upon expiration and you will be charged for additional usage above the free units provided.
Additional details
Usage instructions
Connect to your virtual machine via SSH using username "ubuntu". Step 1: To Check the version of your application run below commands:
- sudo su
- cordova --version
Step 2: Now Create Your First App named "TestApp" by below commands:
- cordova create TestApp
- cd TestApp
- cordova platform add android
- cordova platform -ls
Step 3: Next, you will need to fulfill all the requirements for your build environment. You can do this by running the following command:
- cordova requirements
Step 4: Once all the required dependencies are installed successfully, run the following command to build your application:
- cordova build android
Support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.