AppStudio Documentation: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
No edit summary
m (→‎AppStudio: Fixing formatting.)
Line 5: Line 5:
* [[Tech_Notes|Tech Notes]]
* [[Tech_Notes|Tech Notes]]
* [[Tutorials|Tutorials]]
* [[Tutorials|Tutorials]]
* [//blog.nsbasic.com Tips from the Blog]
* [http://blog.nsbasic.com Tips from the Blog]
* [[AppStudio_FAQ|FAQ]]
* [[AppStudio_FAQ|FAQ]]
* [//www.nsbasic.com/app/ NSB/AppStudio website]
* [https://www.nsbasic.com/app/ NSB/AppStudio website]
* [http://wiki.nsbasic.com/Version_3 lVersion 3 Release History]
* [[Version_3|Version 3 Release History]]
* [https://www.nsbasic.com/app/History.htm Release History Prior to Version 3]
* [https://www.nsbasic.com/app/History.htm Release History Prior to Version 3]



Revision as of 02:18, 3 August 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. Programming 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 based on VBScript, 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 use widgets from multiple frameworks in your app.

Other Resources