Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UI framework suggestion for Ember.js HTM5 => Phone Gap app (or alternative stack) [closed]

Background info:
I'm a Rails developer, and I've been learning Ember.js over the summer. I have no experience developing mobile apps.

Problem:
Client is considering a native mobile app

My proposed solution I'm looking at the possibility of doing an HTML5/CS/JS app using Ember.js, perhaps with some connection to a RAils API for data update; the app would be converted to native Android/iOS mobile apps using a tool such as PhoneGap, and hopefully some sort of UI framework such as Sencha touch, or Ionic, etc that allows for a good UX.

Question
I'm looking for suggestions for a workable stack, a good UI framework that will work well with Ember.js, or an alternatives – perhaps I would be better off with Angular and ionic, etc.

I realize this is a somewhat vague question – I haven't been able to find for Ember.js any established solutions that hint at a viable direction such as angular/ionic. but I thought someone may know of some, or have put together a workable solution that could work.

like image 655
Gordon Isnor Avatar asked Sep 02 '14 18:09

Gordon Isnor


1 Answers

I think the best solution is using Cordova with the project https://github.com/poetic/ember-cli-cordova

If you would rather use phonegap, see http://givan.se/p/00000001 which writes up how to use an ember-cli project inside a phonegap project.

like image 81
Gaurav Avatar answered Sep 24 '22 04:09

Gaurav