AppStudio Documentation: Difference between revisions
Line 3: | Line 3: | ||
== AppStudio == | == AppStudio == | ||
* [[handbook|Handbook]] | * [[handbook|Handbook]] | ||
* [[Tech_Notes|Tech Notes]] | * [[Tech_Notes|Tech Notes]] | ||
* [[Tutorials|Tutorials]] | * [[Tutorials|Tutorials]] |
Revision as of 10:35, 16 January 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.
- JavaScript Tutorial at W3Schools
- JavaScript Tutorial at Reference Designer
- JavaScript Quick Reference
Frameworks
Frameworks provide the controls (also called widgets) that the user interacts with. AppStudio makes it easy to use them in your app. You cannot use Classic and jQuery Mobile in the same app. jqWidgets controls work in any project.
Other Resources
- jQuery Mobile Framework
- jQuery
- jQWidgets Framework
- PhoneGap/Cordova API
- PhoneGap Build
- HTML5 Compatibility Chart
- HTML5 Browser Comparison
- [1]Dive into HTML5 - a Tutorial
- PHP Documentation
- HTM5 Compatibility Chart for Mobile Devices
- iScroll
- [2]SQLite Documentation