AppStudio Documentation: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
m (→‎Other Resources: Fixed link formatting for SQLite)
m (→‎Other Resources: Fixed another link issue.)
Line 39: Line 39:
* [http://mobilehtml5.org HTML5 Compatibility Chart]
* [http://mobilehtml5.org HTML5 Compatibility Chart]
* [http://html5test.com/compare/browser/ios60/android40/chromemobile.html HTML5 Browser Comparison]
* [http://html5test.com/compare/browser/ios60/android40/chromemobile.html HTML5 Browser Comparison]
* [http://diveintohtml5.info/index.html]Dive into HTML5 - a Tutorial
* [http://diveintohtml5.info/index.html Dive into HTML5 - a Tutorial]
* [http://www.php.net PHP Documentation]
* [http://www.php.net PHP Documentation]
* [http://mobilehtml5.org HTM5 Compatibility Chart for Mobile Devices]
* [http://mobilehtml5.org HTM5 Compatibility Chart for Mobile Devices]
* [http://cubiq.org/iscroll-4 iScroll]
* [http://cubiq.org/iscroll-4 iScroll]
* [http://www.sqlite.org/docs.html SQLite Documentation]
* [http://www.sqlite.org/docs.html SQLite Documentation]

Revision as of 03:27, 27 February 2013

NSB/AppStudio is a powerful, complete development environment for creating web apps which run on iOS, Android, the desktop and other platforms. A drag and drop design screen lets you design your app using the latest Frameworks. Coding can be done in JavaScript or BASIC.

AppStudio

BASIC Language

One of the most popular programming languages of all time, BASIC is easy to learn. AppStudio's BASIC is a subset of VB, with extensions for web apps.

JavaScript Language

JavaScript is the standard language of the Web. AppStudio allows the use full standard JavaScript in its apps.

Frameworks

Frameworks provide the controls (also called widgets) that the user interacts with. AppStudio makes it easy to use them in your app. Beginning with AppStudio Version 3, you can now use Classic and jQuery Mobile controls in the same app. jqWidgets controls continue to work in any project.

Other Resources