Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heldrida/nativescript-hello-world
The Hello World example provided by NativeScript manual
https://github.com/heldrida/nativescript-hello-world
Last synced: about 1 month ago
JSON representation
The Hello World example provided by NativeScript manual
- Host: GitHub
- URL: https://github.com/heldrida/nativescript-hello-world
- Owner: heldrida
- Created: 2015-08-20T09:28:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T15:11:05.000Z (over 9 years ago)
- Last Synced: 2024-12-30T10:19:06.235Z (about 1 month ago)
- Language: C
- Size: 46.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
PROJECT: NativeScript Hello World!
----------------------------------My Hello World project following the official docs and API reference, with some of my own research to find out how to use NS.
Notes:
To debug use `ns debug [ios|android] --debug-brk --emulator`
Finding class properties, such as for the TextField component ( these properties are defined in the base classes of the TextField component. Take a look here - http://docs.nativescript.org/ApiReference/ui/text-field/TextField.html and just click on the classes from which the TextField inherits to see what other properties are available. )