All Projects β†’ apache β†’ Cordova Android

apache / Cordova Android

Licence: apache-2.0
Apache Cordova Android

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Cordova Android

Cordova Ios
Apache Cordova iOS
Stars: ✭ 2,031 (-38.17%)
Mutual labels:  hacktoberfest, mobile, cordova, cordova-platform
Generator Ngx Rocket
πŸš€ Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (-59.54%)
Mutual labels:  hacktoberfest, mobile, cordova
Cordova Lib
Apache Cordova Tooling Library
Stars: ✭ 208 (-93.67%)
Mutual labels:  hacktoberfest, mobile, cordova
Cordova Docs
Apache Cordova Documentation
Stars: ✭ 315 (-90.41%)
Mutual labels:  hacktoberfest, mobile, cordova
Cordova App Hello World
Apache Cordova Template App
Stars: ✭ 170 (-94.82%)
Mutual labels:  hacktoberfest, mobile, cordova
Cordova Js
Apache Cordova JavaScript Bridge
Stars: ✭ 598 (-81.8%)
Mutual labels:  hacktoberfest, mobile, cordova
Presently
Android app for recording gratitude journal entries
Stars: ✭ 109 (-96.68%)
Mutual labels:  hacktoberfest, mobile
Flutter Mvvm Provider Demo
Stars: ✭ 89 (-97.29%)
Mutual labels:  hacktoberfest, mobile
Mobile Toolkit
πŸ“± Shell scripts for Android and iOS device management
Stars: ✭ 161 (-95.1%)
Mutual labels:  hacktoberfest, mobile
Amplitude Ios
Native iOS/tvOS/macOS SDK
Stars: ✭ 216 (-93.42%)
Mutual labels:  hacktoberfest, mobile
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+177.35%)
Mutual labels:  hacktoberfest, mobile
Android
πŸ“± Nextcloud Android app
Stars: ✭ 2,669 (-18.75%)
Mutual labels:  hacktoberfest, mobile
Cordova Plugin Fingerprint Aio
πŸ‘† πŸ“± Cordova Plugin for fingerprint sensors (and FaceID) with Android and iOS support
Stars: ✭ 236 (-92.82%)
Mutual labels:  hacktoberfest, cordova
Corona
Solar2D Game Engine main repository (ex Corona SDK)
Stars: ✭ 1,679 (-48.89%)
Mutual labels:  hacktoberfest, mobile
Cordova Plugin Media Capture
Apache Cordova Plugin media-capture
Stars: ✭ 271 (-91.75%)
Mutual labels:  mobile, cordova
Cordova Plugin Dialogs
Apache Cordova Plugin dialogs
Stars: ✭ 267 (-91.87%)
Mutual labels:  mobile, cordova
Cupertino Pane
πŸŽ‰πŸ“±Multi-functional panes and boards for next generation progressive applications
Stars: ✭ 267 (-91.87%)
Mutual labels:  mobile, cordova
Cordova
Apache Cordova
Stars: ✭ 291 (-91.14%)
Mutual labels:  mobile, cordova
Fastlane
πŸš€ The easiest way to automate building and releasing your iOS and Android apps
Stars: ✭ 33,382 (+916.19%)
Mutual labels:  hacktoberfest, mobile
Flutter Guide
πŸ“š Flutter Guide on becoming a Master Flutterista
Stars: ✭ 51 (-98.45%)
Mutual labels:  hacktoberfest, mobile

Cordova Android

NPM

Node CI codecov.io

Cordova Android is an Android application library that allows for Cordova-based projects to be built for the Android Platform. Cordova based applications are, at the core, applications written with web technology: HTML, CSS and JavaScript.

Apache Cordova is a project of The Apache Software Foundation (ASF).

Requirements

Create a Cordova project

Follow the instructions in the Create your first Cordova app section of Apache Cordova Docs

To use a shared framework, for example in development, link the appropriate cordova-android platform folder path:

cordova platform add --link /path/to/cordova-android

Updating a Cordova project

When you install a new version of the Cordova CLI that pins a new version of the Cordova-Android platform, you can follow these simple upgrade steps within your project:

cordova platform rm android
cordova platform add android

Debugging in Android Studio

Import project in Android Studio through File > Open and targeting /path/to/your-cdv-project/platforms/android/.

How to Test Repo Development

npm install
npm test

Further reading

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].