You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,17 @@ Because of the features listed above you get some important functionality right
13
13
The second major feature you get out of the box is 0-day support for new native platforms. Because NativeScript exposes the unmodified native APIs and UI, you can use the latest native APIs and new UI components when Apple, Google or Microsoft updated their mobile platforms.
14
14
15
15
So let’s summarize what NativeScript enables you as of today:
16
-
- Build 100% native cross-platform apps, with a declarative UI, and the ability to implement platform-specific UIs
16
+
- Build 100% native cross-platform apps, with a declarative UI, and the ability to implement platform-specific UIs.
17
17
- Share 100% of your code or use platform-specific APIs, depending on the app you’re building.
18
18
- Code in standards-based ECMAScript 5 JavaScript. ES6 support is coming soon.
19
-
- Use standards-based CSS syntax for styling
19
+
- Use standards-based CSS syntax for styling.
20
20
- Use rich data binding and existing UI patterns to easily build complex user interfaces.
21
-
- Reuse any native library available in Objective-C, Java or .NET (for example our native UI components - Telerik UI for iOS, Telerik UI for Android and Telerik UI for WindowsPhone)
22
-
- Reuse any JavaScript library that is not browser-dependent
23
-
- Reuse the QA tools for accessibility automation to write tests
24
-
- Use the latest native platform features to create an amazing native user experience
25
-
- Code in any IDE of your choice to implement your applications’ code using the NativeScript CLI
26
-
- Use the Telerik Platform, AppBuilder and the full Visual Studio integration to get a rich development experience. Paid support is also available
21
+
- Reuse any native library available in Objective-C, Java or .NET.
22
+
- Reuse any JavaScript library that is not browser-dependent.
23
+
- Reuse the QA tools for accessibility automation to write tests.
24
+
- Use the latest native platform features to create an amazing native user experience.
25
+
- Code in any IDE of your choice to implement your applications’ code using the [NativeScript CLI](http://npmjs.org/nativescript).
26
+
- Use the [Telerik Platform](http://platform.telerik.com), AppBuilder and the full Visual Studio integration to get a rich development experience. Paid support is also available.
27
27
28
28
We hope this gives you a good idea about what you can expect from NativeScript.
0 commit comments