Re: [android-developers] Re: Help converting iPhone app to Android

2012-06-27 Thread danskr
I'm also getting this in the console but not really knowing what it means! [2012-06-27 14:16:43 - ddmlib] An established connection was aborted by the software in your host machine java.io.IOException: An established connection was aborted by the software in your host machine at sun.nio.ch.Socke

Re: [android-developers] Re: Help converting iPhone app to Android

2012-06-27 Thread danskr
The only problem is already having gone down the phonegap route, it's a little too late to learn a new system and rebuild from scratch. You live and learn though.. I was never expecting amazing performance, but its fairly simple app and its offered for free so I'm not massively concerned about

Re: [android-developers] Re: Help converting iPhone app to Android

2012-06-22 Thread Kristopher Micinski
On Fri, Jun 22, 2012 at 11:59 AM, Nobu Games wrote: > I'm pretty opinionated about that topic because I had to create these fake > web apps running on phones for almost a year at my old workplace. And it > simply didn't really grow on me :-) > I'm just saying, it's not like it's not possible, and

Re: [android-developers] Re: Help converting iPhone app to Android

2012-06-22 Thread Nobu Games
I'm pretty opinionated about that topic because I had to create these fake web apps running on phones for almost a year at my old workplace. And it simply didn't really grow on me :-) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To pos

Re: [android-developers] Re: Help converting iPhone app to Android

2012-06-22 Thread Kristopher Micinski
On Fri, Jun 22, 2012 at 11:37 AM, Nobu Games wrote: > To my knowledge phonegap runs in a WebView and provides JavaScript functions > for interfacing with device features. You can never ever get native app > performance out of a web app. > While that's true to some extent, it's getting better than

[android-developers] Re: Help converting iPhone app to Android

2012-06-22 Thread Nobu Games
To my knowledge phonegap runs in a WebView and provides JavaScript functions for interfacing with device features. You can never ever get native app performance out of a web app. Especially the rendering is slow on Android's WebView, because all these nice little webkit CSS transformations are