Home > Article > Web Front-end > What are the html5 app development tools?
html5 app development tools include: 1. Appcelerator, an open source mobile application development platform; 2. APICloud, a mobile development platform; 3. PhoneGap, an HTML5 mobile development platform; 4. NativeScript; 5. Kinvey etc.
The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.
At present, there are many cross-platform development tools based on HTML5 at home and abroad. You do not need any native application programming experience. You only need some HTML-related knowledge, understand some CSS and JavaScript, and use the tools. With the various functional modules provided, you can complete App development in a short time and give your App a perfect native experience.
Recommend several cross-platform tools
1. Appcelerator (open source mobile application development platform)
Appcelerator is a fully integrated platform for building SOA-based RIA applications, used to build rich applications, interactive websites and applications. It's open source.
Appcelerator’s Titanium development platform enables developers to develop native apps for mobile phones, tablets and desktops through web programming languages such as HTML, PHP, JavaScript, Ruby, and Python. Its advantage is that it allows users to easily access more than 300 APIs as well as location information.
In addition, Appcelerator provides statistics customized for specific behaviors or events. App data can be stored in the cloud or on the device.
2. APICloud
APICloud is a "cloud-in-one" mobile development platform. It believes in the "cloud-in-one" concept and redefines mobile application development. APICloud provides developers with APIs from both the "cloud" and "end" directions, simplifying mobile application development technology and shortening the mobile application development cycle from one month to seven days. APICloud consists of two parts: "cloud API" and "end API", which can help developers quickly realize full life cycle management of mobile application development, testing, release, management and operation.
3. PhoneGap
PhoneGap is a free and open source development environment that allows developers to develop products for Android, Palm, BlackBerry, iPhone, iTouch and iPad, etc. App running on the device. It uses standard web development languages such as HTML and JavaScript. Developers use PhoneGap for development and can call accelerometer, GPS/positioning, camera, sound and other functions.
PhoneGap also provides Adobe AIR App and online training courses to help developers understand native APIs and develop mobile apps on their own platforms.
4. NativeScript
NativeScript uses the JavaScript engine of the mobile platform for cross-platform development. Of course, there is no need to say much about the logic part. The key lies in how to use the platform features. NativeScript obtains all platform APIs through reflection, pre-compiles them, and then injects these APIs into the JavaScript runtime environment. Then it intercepts the call after the JavaScript call and runs the native code. NativeScript uses a lot of web development techniques for app development. Because the tool chain and language are very familiar, it is welcomed by many front-end developers.
5. Kinvey
Kinvey is also a platform that provides backend creation services for mobile application developers. Kinvey emphasizes the "out-of-the-box" concept of accelerating mobile application development and sales. Kinvey's middle and data layers are hosted on multiple cloud service providers, including Rackspace, Amazon and Microsoft. All data stored through Kinvey will be backed up in four ways: Amazon EC2, Windows Azure, Rackspace and Kinvey's own servers. If one or two of them fail, the user's data will still be safe.
Recommended tutorial: "html video tutorial"
The above is the detailed content of What are the html5 app development tools?. For more information, please follow other related articles on the PHP Chinese website!