Skip to content

Instantly share code, notes, and snippets.

@novellizator
Last active June 18, 2018 08:31
Show Gist options
  • Save novellizator/9bbe7f948b674c222ff23e7b6823e66a to your computer and use it in GitHub Desktop.
Save novellizator/9bbe7f948b674c222ff23e7b6823e66a to your computer and use it in GitHub Desktop.
mDevCamp 2018 notes

mDevCamp 2018 notes

mantra "Write once, run everywhere"

Adapters for Android and iOS

  • React Native
  • Flutter (https://flutter.io) written by google, -uses Dart, +supposedly the native apps will be higher quality than using RN + incurs less performance penalty than RN + pixel perfect since it renders
  • Kotlin (https://github.com/jonnyzzz/kotlin-fractals) can be compiled to every platform (JVM, ios, JS, +also shell)
  • Swift https://www.scade.io
  • C# - Xamarin
  • (odd-one-out, -effing webview) Cordova

WWDC 2018 (applies to macOS mojave 2019)

  • Marzipan - framework. Build for one platform (iPad, iPhone), run everywhere (=macOS)
  • UIWebView definitelly removed (so long, AdblockBrowser), long like WKWebView
  • go check out the conference talk about debugging and llvm
  • autolayout might have changed slightly

Games & VR

  • idle games are a huge hit these days
  • in the industry, have a portfolio of games; if you have 1 - you mustn't fail - you become conservative and take less risks
  • VR with 6 degrees of freedom needs at least 90 fps, can't drop a single frame (motion sickness)

Serverless

This Microsoft thingy got interesting

http://www.officemasaze.cz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment