Does PhoneGap only play games?

3

I've been hard at studying Android programming in Java, having been concerned with the issue of programming in Java and only gaining a share of the market because Java programs do not run on Windows Phone, so I've heard of PhoneGap that it's multiplatform can make games in IOS, Windows Phone and Android. and my goal is not to make games but enterprise applications such as box control.

Most PhoneGap courses are for training people to develop games and I was wondering if learning to mess with PhoneGap could also develop corporate programs?

    
asked by anonymous 10.08.2014 / 13:16

3 answers

7

No, PhoneGap can produce any kind of application. The staff shows game as a matter of interest only, a lot of people want to make mobile games.

PhoneGap is a tool that allows you to use HTML and JavaScript to produce cross-platform applications, so you can produce anything that can be done with HTML.

    
10.08.2014 / 13:25
2
No, PhoneGap as well as Cordova (Apache Project) are nothing more than development frameworks that allow you to package any application made with HTML, CSS and JavaScript in the native format for distribution on any of the platforms supported by the project.

Another great advantage is to provide a series of functions to facilitate the development between the various devices, for example a function to unify the camera of the device, regardless of which operating system is running on the device.

  

... with PhoneGap could you also develop corporate programs?

Answering the question, Yes, and you can choose to use it to package or if you will also use the functions to access the features of the device.

When the performance of this depends entirely on what the architecture of the application is and which libraries you choose to develop your application.

I recommend installing node, git, ant, and create a test project to get a sense of what the tool is capable of. There are many courses and tutorials online.

    
17.04.2015 / 03:53
-2

PhoneGap is a free and open source framework that supports any type of Mobile application such as games, sales systems and many others.

    
29.06.2018 / 02:49