Description:
Hosted By: Simon St. Laurent, Peter Cooper
In this free online event, attendees will get a taste of some of the hybrid mobile app development topics we'll be covering at the upcoming Fluent Conference, in the shape of PhoneGap and NativeScript.
High-Performance Hybrid Apps on iOS 8
Holly Schinsky
Discover how to significantly boost the performance of your iOS 8 PhoneGap app by taking advantage of Apple's new WKWebView, powered by the Nitro JIT JavaScript engine. Benchmark tests have shown up to an 80% increase in the performance of apps using this new WebView. Currently this is not the default WebView used by your hybrid apps. However, in this session, you'll learn about a new plugin available that will replace Apple's previous UIWebView in your app with the high-powered WKWebView so you can start seeing the performance increases in your hybrid apps immediately.
Introducing NativeScript
TJ Van Toll
NativeScript is a free and open source JavaScript framework for building native iOS, Android, and Windows Phone apps. But I know what you're thinking: another way of building apps? What makes NativeScript special? Here are a few cool things:
- Direct access to native APIs—no plugins required. Want to create a file on Android? Run
new java.io.File()
—in JavaScript!
- Completely native performance through the use of a JavaScript bridge natively available on all three mobile platforms.
- Cross-platform libraries for common use cases. Need to call a JSON API? Run
http.getJSON("https://api.mydomain.com/get")
.
- Style native apps using CSS. Yep, that's actually a thing.
Curious about how it all works? Come learn! Architectures will be explained; apps will be built; and fun will be had by all.
You may also be interested in: