Frameworks
A Framework is a collection of controls.
- Usually developed by a company or organization.
- Designed to have a similar look and feel.
- May be open source or commercial.
- Each has its own set of js and css files.
- AppStudio automatically builds the files into the app.
- Using more than one framework bloats apps
- Frameworks may interfere with each other.
jQuery Mobile
- One of the most popular
- Developed by same group as popular jQuery control
- MIT licence (one of the best open source licenses)
- AppStudio include 14 jQuery Mobile controls: Button, Checkbox, FlipToggle, FooterBar, HeaderBar, List, PopUp, RadioButton, Select, Slider, TextArea, TextBox, ToolTip
- New controls being added.