AppStudio Documentation: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
m (Tweak case.)
Line 26: Line 26:


== Frameworks ==
== 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.
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 widgets from multiple frameworks in your app.
* [[:Category:jQuery Mobile|jQuery Mobile]]
* [[:Category:jQuery Mobile|jQuery Mobile]]
* [[:Category:jqWidgets|jqWidgets]]
* [[:Category:jqWidgets|jqWidgets]]

Revision as of 16:42, 1 March 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 widgets from multiple frameworks in your app.

Other Resources