Hybrid Development Options 2020

What do you think of the hybrid dev options around at the moment? Have you used any? Do you recommend any?

Appcelerator/Titantium

Native apps. Mobile APIs. Real-time analytics. One Platform.

Adobe Phonegap

Build amazing mobile apps powered by open web tech.

Crosswalk Project

Build world class hybrid apps
Enable the most advanced web innovations with the Crosswalk Project web runtime to develop powerful Android and Cordova apps

Famous.co

Empower your digital marketing team with the Famous Micro-App CMS

Flutter

Flutter is Googleā€™s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.

Haxe

Haxe is an open source toolkit based on a modern, high level, strictly typed programming language, a cross-compiler, a complete cross-platform standard library and ways to access each platformā€™s native capabilities.

Ionic Framework

Free and open source, Ionic offers a library of mobile-optimized HTML, CSS and JS components and tools for building highly interactive native and progressive web apps. Built with Sass, optimized for AngularJS.

Native Script

Java script to native

Quasar Framework

Build responsive websites, PWAs, hybrid mobile Apps (that look native!) and Electron apps, all simultaneously using same codebase, powered with Vue.

Ratchet

Build mobile apps with simple HTMLā€š CSSā€š and JS components.

React native

A framework for building native apps using React

RubyMotion

Write cross-platform apps for iOS, Android and OS X in Ruby

Steroids

The missing tooling for hybrid apps
Build, test and distribute for iOS and Android

Xamarin

Deliver native iOS, Android, and Windows apps using existing skills, teams, and code.

2 Likes

Iā€™ll ignore the ones Iā€™ve not heard of, but of the ones Iā€™ve heard of:

  • Flutter: Seems quite interesting but itā€™s very dart-centric, however that means it can generate native code per platform more easily.

  • Haxe: is awesome, one of those language/backends (lot of other things compile ā€˜toā€™ haxe as well) that is a secret tool in many arsenals. Itā€™s a bit OOPā€™ish at times but itā€™s actually quite well designed and can compile to just about anything (from native machine to C++ to javascript to wasm to so so so many things, Iā€™m not sure of any language that can compile to more thingsā€¦).

  • React native: Effective at what it does but has too much overhead at times and doesnā€™t ā€œfitā€ natively very well on each thing it works on where Haxe and Flutter do much better.

  • Xamarin: .NET cross-compiler essentially, it can take .NET code and compile it for other systems. Iā€™m not a fan of them but more because of their business ethics rather than capabilities. Iā€™ve heard it has a bit of unexpected overhead but not used it so canā€™t really say how accurate that is.

3 Likes

I tried RubyMotion before. Even published something to the App store. I liked the overall experience, compared to Objective-C you need a lot less code. But now that Swift is around - the benefit is not that great. Only that Ruby is a more beautiful and expressive language.

The downside is that you canā€™t use Swift libraries (at least when I tried it), but only Objective-C ones. And all cool new libraries are in Swift now.

3 Likes