- PhoneGap 4 Mobile Application Development Cookbook
- Zainul Setyo Pamungkas
- 187字
- 2021-07-09 21:26:45
Introduction
This chapter explains the basic information about PhoneGap and how to get started with using PhoneGap. PhoneGap 3 is a big release in PhoneGap's history so far. In the older version, we had to download PhoneGap manually every time there was a new release. The pain is now over. With PhoneGap command-line interface (CLI), which was released along with PhoneGap 3, we are able to install PhoneGap directly from the command line.
PhoneGap 3 has improved the workflow for building cross-platform hybrid mobile applications. Thanks to NodeJS, creating a new project, adding a device platform, building an application, and running the application can now be performed from the command line. We don't need to open our project using each IDE, which can save us a lot of time.
Being a hybrid application means PhoneGap can give access to native functionality using web technology. We can add plugins to let our application get native capabilities. Adding plugins is easy with PhoneGap 3. Unlike older versions of PhoneGap, where we added plugins manually to each project, we can now use the CLI to add plugins to our project.
- Advanced Quantitative Finance with C++
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- 大學計算機應用基礎實踐教程
- OpenCV實例精解
- Python數據可視化:基于Bokeh的可視化繪圖
- Learning ArcGIS Pro 2
- Three.js開發指南:基于WebGL和HTML5在網頁上渲染3D圖形和動畫(原書第3版)
- Mastering C# Concurrency
- Flux Architecture
- 基于ARM Cortex-M4F內核的MSP432 MCU開發實踐
- AMP:Building Accelerated Mobile Pages
- React.js實戰
- HTML5程序設計基礎教程
- ASP.NET Core 2 High Performance(Second Edition)
- 打造流暢的Android App