PhoneGap Build Jump Start

I have recentpy chose to update my training material for the PhoneGap library and add a short coverage for using PhoneGap cloud based tool at build.phonegap.com.

The first step would be creating an Adobe ID account. Once created you can proceed and start using this tool.

The PhoneGap Build allows you to code the HTML, JS, CSS (as well as any other web technology) files, wraps them in a zip file and upload that zip file at build.phonegap.com. This cloud based tool will take the uploaded files, inject the additional required files in JavaScript (e.g. phonegap.js), adds the required native code and build it all together in order to get ready to use applications we can deploy on our mobile telephones.

PhoneGap Build currently supports the iOS, Android and WindowsPhone platforms. In order to get a ready to use application for iOS there are few more steps.

PhoneGap Build can alternatively fetches the files from your account on GIT. In order to keep things simple you can easily replace files that already exist on phonegap servers with new versions. There is no need to start again the whole process.

The simplest way to start would be using the code sample you can find at https://github.com/phonegap/phonegap-start/.

Share:

The Visitor Design Pattern

The Visitor Design Pattern

The visitor design pattern allows us to add operations to objects that already exist without modifying their classes and without extending them.

What are Anti Patterns?

Anti Patterns

Unlike design patterns, anti patterns just seem to be a solution. However, they are not a solution and they cause additional costs.

Virtual Threads in Java Professional Seminar

Virtual Threads in Java

The use of virtual threads can assist us with improving the performance of our code. Learn how to use virtual threads effectively.

The Beauty of Code

Coding is Art! Developing Code That Works is Simple. Develop Code with Style is a Challenge!

Update cookies preferences