views:

89

answers:

1

I'm learning Sproutcore at the moment to write my application on it.

The backend will only be a server that pushes json out to the frontend Sproutcore application.

I wonder how it will be when I use PhoneGap or Titanium to port my app to the mobile phones.

How much of the current Sproutcore application do I have to rewrite? Is it only the views and thus leaving the controllers and models untouched?

Cause Sproutcore offers a lot of UI and I guess I have to replace those if I want my app to look native (iPhone buttons, lists etc).

Any guides/tutorials on how it will look like when I combine Sproutcore with Phonegap or Titanium?

A: 

I wouldn't expect to just be able to merge your Sproutcore projects and Titanium. Titanium is 'javascript' but you aren't building a website on the iphone / ipad.

Only way you could do integration there is to fire up he Webview on the mobile device and have your Sproutcore files show up within that.

Ryan Doom