panacloud / learn-ios9-hybrid-apps

Learn to develop iOS 9 Hybrid Apps in Baby Steps. Swift and JavaScript/TypeScript are a match made in heaven.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn iOS9 Hybrid App Development using Swift and JavaScript/TypeScript

We think Hybrid Apps will take over the iOS 9 app landscape. Swift and JavaScript/TypeScript are a match made in heaven. We do not think that the main advantage of hybrid apps is just the cross platform nature of such apps, but increased functionality and productivity are main reasons to develop these apps. Currently when developing hybrid apps the developers create most of the app in JavaScript/TypeScript and use Cordova plugins for native functionality. Native developers do most of the development in Swift/Objective C. We recommend that the developers should use the best of the both worlds depending on the requirements. They should use Swift code where performance and native mobile functionality is required and use JavaScript/TypeScript where it can help in developing the best functionality in the least amount of time. For example if you want to develop a data driven component it may be more productive and maybe produce better results if you use JavaScript based D3.js.

You may ask why the hybrid solution was not a better choice before iOS 9. The issue was that in iOS 8 there was a bug which severely effected the usibility of hybrid apps. With the upcoming release of iOS 9 this issue has been resolved. Furthermore, iOS 9 also gives additional options.

In these tutorials we will learn to develop hybrid iOS 9 mobile apps using Swift and JavaScript/Typescript by taking small incremental steps. The code requires Xcode 7.

About

Learn to develop iOS 9 Hybrid Apps in Baby Steps. Swift and JavaScript/TypeScript are a match made in heaven.

License:MIT License


Languages

Language:Swift 82.3%Language:JavaScript 8.5%Language:HTML 8.3%Language:CSS 0.9%