Poll: HTML 5 or Native mobile development ?
31–40 of 106 posts
Re: Poll: HTML 5 or Native mobile development ?
#32I've created native iOS apps, native Android apps, HTML5 apps and I've used wrappers (Titanium Mobile and PhoneGap) over the last few years and these are my findings: - Native apps take a lot of time to build, especially when you are a web-developer without in-depth knowledge of the extensive frameworks available to the native platforms. - Wrappers work, but are not nearly as great and snappy as native apps; They mig…
Just a small point of clarification, you can access the camera on Android using the Camera API. You can access accelerometers / gyroscopes and location in both Android and iOS.
Re: Poll: HTML 5 or Native mobile development ?
#33Re: Poll: HTML 5 or Native mobile development ?
#34And I don't think native takes more time. Debugging is much easier with native apps (imho).
Re: Poll: HTML 5 or Native mobile development ?
#35Of course, I don't have a deployed production app, just stuff I've fooled around with. If I had real customers on the other end, I could very well go the other way.
The problem here is walled gardens. From a strategic standpoint, frankly, I've had my freaking fill of vendors trying to lock down platforms and own everything in them. So I'm all for sticking with HTML5 and letting the performance issues work themselves out over time.
Re: Poll: HTML 5 or Native mobile development ?
#36Needless to say: Xamarin is the perfect mix of cross platform and native for us.
Re: Poll: HTML 5 or Native mobile development ?
#37In my company (www.reportest.com) we made our SDK native. It performs better but, on the other side, HTML5 is much much quicker to develop.
Re: Poll: HTML 5 or Native mobile development ?
#38I've created native iOS apps, native Android apps, HTML5 apps and I've used wrappers (Titanium Mobile and PhoneGap) over the last few years and these are my findings: - Native apps take a lot of time to build, especially when you are a web-developer without in-depth knowledge of the extensive frameworks available to the native platforms. - Wrappers work, but are not nearly as great and snappy as native apps; They mig…
where exactly does the cut off line exist? native/html5 is kinda gray.
Re: Poll: HTML 5 or Native mobile development ?
#39Html5, because easier to prototype and iterate. Clearly native once you have the right idea and funding for it.
Re: Poll: HTML 5 or Native mobile development ?
#40Hybrid approaches can be nice: build the interactive sections natively and then display the results in a web view so you can re use things from your mobile website, if that use case makes sense to your product.