Cross platform mobile framework -


i looking building intranet based app can support different mobile platforms.

i have looked phonegap, sencha touch , jquery mobile. confused how business logic can incorporated on client side ? input appreciated.

phonegap web browser has access native apis. can use more or less technology normal web browser can interpret.

with in mind, business logic have general options: 1) create api somewhere on server , make ajax calls application and/or 2) use javascript. language can used business logic inside phonegap (beside native java, objective-c , etc).


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -