英語 での Phonegap の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
PhoneGap makes mobile app development available to thousands of web developers.
This isn't just a container like PhoneGap, JavaScript developers get the same rich API that other developers use.
All told, getting started with PhoneGap took nearly a whole day, and I had yet to write a single line of code.
PhoneGap has some plugins for this, but they require extra configuration.
Find out how to install PhoneGap, then create and preview an app on your device- almost as fast as a robot could do it.
Use the PhoneGap CLI to create and configure your apps locally, then build and package them in the PhoneGap Build cloud service.
TIP:** To get a listing of the PhoneGap CLI versions available, you can run'$ npm info phonegap'.
Edit the underlying CSS style sheet, incorporate other tools like jQuery, Sencha, or Phonegap.
The full sample project for this guide can be found in the PhoneGap GitHub repository for further reference.
Our expertise have experience in developing mobile device applications using open source mobile development framework PhoneGap.
What is the PhoneGap Build service and how is it different from PhoneGap? .
When building for iOS, the PhoneGap framework assumes that the image files provided for display in the system- as icons or splash screens- are in the Portable Network Graphics, png, format.
Now that we have installed the tools necessary to create and preview the default PhoneGap application, it's worth stopping to take a moment to look through the default application and point out some important details.
PhoneGap apps are built with web technologies providing the benefit of allowing you to use your desktop browser to rapidly iterate through your development phases while taking advantage of the built-in developer tooling you already know and love.
For example, the default PhoneGap app generated by the CLI(see The Command-line Interface) presents a slowly blinking status message beneath the icon.
The local web server started by PhoneGap Desktop that hosts your project returns a server address you can enter into the PhoneGap Developer app running on a mobile device.
Removing a project in PhoneGap Desktop simply unloads it from the list of projects, it doesn't actually delete any files from your hard drive.
Most developers use the PhoneGap or Cordova CLI to create their projects, and while it is possible to use it for this approach, it's not recommended since we are only working with the iOS platform project itself.
This will create a folder named myApp in the current path location with a default project name of Hello World and id of com. phonegap. helloworld.
Or enter the following command if you are testing on Android or Browser(If you are running PhoneGap CLI 6.5.0 or earlier replace--service fcm with--service gcm).