Short version:
Basically I have two questions highlighted below. However, my original question is based on some research, that's why the text below is a little bit longer. Here is what I would like to know:
- Would you have any recommendations which frameworks I could use for building hybrid apps with native look and feel without using a cloud service for compilation?
- Which libraries could you recommend to get native look and feel?
Please do only post open-source solutions.
Original question:
I like to build an app for multiple mobile platforms such as Android, iOS, Blackberry and Windows Phone 8 using the idea of hybrid apps (or at least web apps). Since I already made some research on existing frameworks, I was wondering if there are any frameworks not compiling my app in a cloud? The company I work for would not be able send source code to a cloud service which builds the app, e.g. cloud compiling platforms like the Google App Engine, Phonegab or the Intel App Framework (formerly jQmobi) [please, correct me if I'm wrong with that].
Furthermore, the apps should look and feel native on all devices (at least default elements such as navigation button, list views, buttons, edit text fields and so on..). A few month ago, I discovered the combination of GWT + Phonegap + gwt-Phonegap + m-gwt to build native looking hybrid apps (extendable by phonegap plugins to allow native functions). First of all, it looked great to me. But, AFAIK, Phonegap will always compile apps remotely in a cloud, since Adobe is providing all the build infrastructure, right?
Would you have any recommendations which frameworks I could use for building hybrid apps with native look and feel without using a cloud service for compilation?
Just an idea: Since Phonegap is based on Apache Cordova, which compiles locally on my own build infrastructure, I was wondering if anybody of you experienced to create apps using Cordova + some library to create native look and feel (m-gwt seems not being updated anymore). Which libraries could you recommend to get native look and feel?
I would appreciate any help!