Framework 7 – Building native iOS apps in HTML5
11–20 of 131 posts
Re: Framework 7 – Building native iOS apps in HTML5
#12Re: Framework 7 – Building native iOS apps in HTML5
#13Havent got the toggles right though. The stretched out dot is not it moving into another position, it's the result of you tapping it. If you tap and hold, the dot shoud expand out.
Re: Framework 7 – Building native iOS apps in HTML5
#14First, you have the absolute most control you will ever have over your application. This may not be true when a particular tool becomes popular, say at the release of a new tool, but this definitely shows up as time progresses. Who knows what tools will keep up with the native frameworks terms of functionality?
Another reason that is more qualitative, is that you come into contact different design styles, code styles and paradigms. Objective-C, for instance, is a tricky beast sometimes, but it is an interesting language with a lot to learn both good and bad. The new things you learn will most definitely carry over into your web programming!
The third reason to code natively, and I cannot stress this enough, is third-party library support. Maven and cocoa pods may dependency management much better on the mobile platforms, and using a third-party tool will most likely render all those advancements useless. There are some amazing libraries for both platforms that you definitely don't want to miss. They were reduce the amount of time you spend coding and improve your baseline quality.
Re: Framework 7 – Building native iOS apps in HTML5
#15Re: Framework 7 – Building native iOS apps in HTML5
#16I'm not knocking this or any particular xxxx-to-mobile platform, but as a native iOS and android developer, I would highly recommend just learning the native languages and frameworks. First, you have the absolute most control you will ever have over your application. This may not be true when a particular tool becomes popular, say at the release of a new tool, but this definitely shows up as time progresses. Who know…
Re: Framework 7 – Building native iOS apps in HTML5
#17Re: Framework 7 – Building native iOS apps in HTML5
#18Native apps in HTML5 is an oxymoron.
Re: Framework 7 – Building native iOS apps in HTML5
#19Re: Framework 7 – Building native iOS apps in HTML5
#20I'm not knocking this or any particular xxxx-to-mobile platform, but as a native iOS and android developer, I would highly recommend just learning the native languages and frameworks. First, you have the absolute most control you will ever have over your application. This may not be true when a particular tool becomes popular, say at the release of a new tool, but this definitely shows up as time progresses. Who know…
With Xamarian being acquired by Microsoft, I'm really hoping to NOT have to learn native android / ios / windows phone development. I don't have time for that, and I'm already an expert in C#.
If your truly an expert at c# then learning objective-c isn't much of a challenge. At least learning the amount you need to build apps.