This document contains a presentation about NativeScript, an open source framework for building and running native iOS, Android, and Windows Phone apps with JavaScript. Some key points covered include:
- NativeScript allows writing apps using JavaScript that run natively on devices by using JavaScript runtimes like V8 and JavaScriptCore.
- It provides access to full native APIs through JavaScript without limitations.
- The architecture works by generating metadata for native APIs and using proxies so JavaScript can access native objects.
- Getting started requires Node.js, Android/Xcode setup, and the NativeScript CLI which is used to create, build, and run apps on devices/emulators.
- NativeScript apps have XML-based user interfaces