<p><strong>app-UI</strong> is a FREE collection of reusable "application container" user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices. app-UI is a continual work in progress - it was born out of the necessity to have rich & native-feeling interfaces in HTML/JS experiences, and it works great with PhoneGap applications (<ahref="http://www.phonegap.com"target="_blank">http://www.phonegap.com</a>). app-UI can easily be styled/customized using CSS.</p>
<p>All of app-UI was created using HTML, CSS, & JavaScript. All animations are rendered using CSS3 translate3d, so that they are hardware accelerated (where supported). app-UI works well on iOS, Android and BlackBerry browsers (others not tested), and works well on the latest releases of most desktop browsers.</p>
<p>You might be wondering "why create this?" when there are other open source alternatives like <ahref="http://jquerymobile.com/"target="_blank">jQuery Mobile</a>. The primary motivation for creating app-UI was to have reusable application containers that are highly performant, and do not force any prescriptive development paradigms. With respect to animations/transitions, app-UI outperforms the alternatives, particularly on mobile devices.</p>
<p>app-UI can be used with many different existing frameworks - app-UI only requires <ahref="http://jquery.com/"target="_blank">jQuery</a> as a solution accelerator framework. It will work with existing UI widget frameworks (<ahref="http://jqueryui.com/"target="_blank">jQuery UI</a>, <ahref="http://twitter.github.com/bootstrap/"target="_blank">Twitter Bootstrap</a>, etc...), and will work with existing templating frameworks (<ahref="https://github.com/janl/mustache.js"target="_blank">Moustache</a>, <ahref="http://knockoutjs.com/"target="_blank">Knockout</a>, <ahref="http://handlebarsjs.com/"target="_blank">Handlebars</a>, etc...). </p>
<p>The ViewNavigator component allows you to create mobile experiences with an easily recognizable mobile UI paradigm. You use this to push & pop views from the stack.</p>
<p>The SplitViewNavigator component allows you to create tablet experiences with an easily recognizable mobile UI paradigm. The SplitViewNavigator allows you to have side-by-side content in the landscape orientation, and the sidebar is hidden in portrait orientation.</p>
<p>The SlidingView allows content to slide to the side using a horizontal swipe gesture, revealing a navigation container "underneath". This is very similar to the behavior in Facebook's iPad application.
<p>Samples:</p>
<p>Just swipe horizontally with a finger or the mouse...
<p>No software is ever bug-free. If you encounter an issue, have feedback, or have feature requests, please log them at: <ahref="https://github.com/triceam/app-UI/issues"target="_blank">https://github.com/triceam/app-UI/issues</a></p>
<p>If you have built your own app using this framework, please let me know! (<ahref="https://twitter.com/#!/andytrice"target="_blank">@andytrice</a> on twitter)</p>
<hr/>
<h3>Dependencies</h3>
<p>The required dependencies are contained within this code repository, with links to the original files/sources. Dependencies include: