forked from NativeScript/docs (https://github.com/NativeScript/docs). Docs, API Reference and Code Snippets for NativeScript.
Go to file
Simon Vieille eccc0a4ea0 Camera: renaming and patching 2015-06-04 14:10:00 +02:00
ApiReference Code snippets fix 2015-05-19 16:48:36 +03:00
Changelogs Update changelogs 2015-04-30 16:31:31 +03:00
hello-world Remove the untrue TypeScript support statement 2015-05-28 14:58:43 +03:00
img Images updated 2015-06-04 14:18:30 +03:00
runtimes Update submodule ref points 2015-04-29 10:57:00 +03:00
setup Fix the environment variable setting 2015-05-29 16:55:44 +03:00
.gitattributes Apply 0.9.0 2015-03-04 10:49:31 +02:00
.gitmodules Re-set the modules to refer to the master branch 2015-03-06 11:44:11 +02:00
README.md Apply 0.9.0 2015-03-04 10:49:31 +02:00
application-management.md Improvements for Data Binding help article. 2015-06-02 10:33:05 +03:00
bindings.md Improvements for Data Binding help article. 2015-06-02 10:33:05 +03:00
breaking-changes.md Fix a typo 2015-04-30 18:15:36 +03:00
camera.md Camera: renaming and patching 2015-06-04 14:10:00 +02:00
events.md Updated events article (WeakEventListenerOptions.key property became required). 2015-05-11 15:38:43 +03:00
faq.md Add a notice for checking the version of the framework used 2015-06-03 10:37:32 +03:00
gestures.md Some rework for gestures docs. 2015-06-02 16:06:55 +03:00
getting-started.md Add link to troubleshooting in getting-started 2015-03-05 17:09:20 +02:00
index.md Fix the jekyll conversion 2015-04-30 18:26:40 +03:00
layouts.md links added 2015-05-25 17:34:00 +03:00
location.md Added article for camera. 2015-04-17 16:05:50 +03:00
modules.md Update modules.md 2015-05-15 17:07:31 +03:00
navigation.md Reflect the changed CLI project directory structure. 2015-04-27 15:36:20 +03:00
placeholder.md Reflect the changed CLI project directory structure. 2015-04-27 15:36:20 +03:00
properties.md Added article for camera. 2015-04-17 16:05:50 +03:00
running-latest.md Change using to running 2015-05-27 09:56:36 +03:00
styling.md Update styling.md 2015-05-20 11:56:43 +03:00
troubleshooting.md Added article for camera. 2015-04-17 16:05:50 +03:00
ui-dialogs.md Added article for camera. 2015-04-17 16:05:50 +03:00
ui-views.md Fixed: wrong image 2015-06-04 14:24:35 +03:00
ui-with-xml.md Reflect the changed CLI project directory structure. 2015-04-27 15:36:20 +03:00

README.md

nav-title title description position
Welcome to NativeScript Welcome Meet NativeScript - an open-source framework for the cross-platform development of truly native apps. 1

Welcome to NativeScript

Are you a hybrid app developer looking for a way to create truly native apps? Are you a native app developer wondering how to expand the scope of his apps to the other popular platforms? Or perhaps you are a web developer searching for a way to transfer your existing skills to the world of mobile development?

NativeScript lets you develop truly native apps for iOS and Android from a single code base of JavaScript or TypeScript, XML and CSS. NativeScript takes your cross-platform code and translates it into the language that your target platform speaks.

How Does It Work

Develop your business logic with JavaScript or TypeScript, design and style your user interface using XML and CSS and let NativeScript translate your single-source application code into truly native apps for iOS or Android.

You can develop for Android 4.2 or later and iOS 7.1 or later.

architecture diagram

  1. Write your application code once using the NativeScript modules and the NativeScript runtimes.
    The modules expose the native device and platform capabilities of Android and iOS in a consistent manner and let you access them via non-platform-specific code.
    The modules let you access some native capabilities via platform-specific JavaScript code.
  2. Customize your app with platform-specific assets such as icons and splash screens.
  3. Build your app.
    When you build your app, the NativeScript runtime translates your non-platform specific code to the native language of your target platform and the NativeScript tools use the native platform SDKs and tools to build a native application package.
  4. Run your cross-platform native apps in the native emulators, on real devices or distribute them to testers and end users.

What's Next

Start exploring the documentation resources for NativeScript.

If you need even more native capabilities than the NativeScript modules provide, you can expand your development with any of the following options.