Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Choosing library for UI widgets for mobile app

I've been developing a mobile app with AngularJS and zeptoJS but the combination of those two is not providing any UI widgets

I've seen this topic: Is there a UI library for angularjs for use in a phonegap app?

but I'm looking for more answers ( really, LungoJS is the only answer? and I'm not going to use jQueryMobile. ). Are there any other light libraries ?

like image 444
mmmm Avatar asked Dec 11 '13 16:12

mmmm


3 Answers

IonicFramework is a framework designed for exactly this purpose. Its fairly modern though. As such it doesn't have much in the way of backwards compatibility.

  • Angular Material (currently for 1.x only)
    • Material Design components for Angular 2
  • OnsenUI - "The answer to PhoneGap UI Developement"
  • React Native
  • NativeScript Angular
like image 154
calebboyd Avatar answered Oct 23 '22 16:10

calebboyd


Mobile Angular UI lets you use Bootstrap 3 css stripped out of desktop related media queries and Angular.js to develop mobile apps fast.

Its purpose is to achieve the same of Jquery Mobile but using Bootstrap 3 for the UI and AngularJs in place of Jquery.

It provides also other essential mobile components that are not included in Bootstrap 3 like sidebars, scrollable areas, absolute positioned top and bottom navbars that don't bounce on scroll and more.

like image 28
mcasimir Avatar answered Oct 23 '22 17:10

mcasimir


I also like TopCoat which is a CSS mobile/desktop framework that works well with Angular. See it in action with angular here: http://coenraets.org/blog/2013/11/sample-mobile-application-with-angularjs/ and the library at http://www.topcoat.io

like image 3
Jonathan Rowny Avatar answered Oct 23 '22 15:10

Jonathan Rowny