└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # nativescript-useful-links 2 | Collection of useful links for developers who are new to {N}ativeScript 3 | 4 | NOTE: Some of the links below are currently broken. 5 | 6 | ## Apps to Download for using Playground 7 | ### {N} Playground 8 | - iOS: https://itunes.apple.com/us/app/nativescript-playground/id1263543946?mt=8&ls=1 9 | - Android: https://play.google.com/store/apps/details?id=org.nativescript.play 10 | 11 | ### {N} Preview 12 | - iOS: https://itunes.apple.com/us/app/nativescript-preview/id1264484702?mt=8 13 | - Android: https://play.google.com/store/apps/details?id=org.nativescript.preview 14 | 15 | ## Below is the list of links from Playground Tutorial for Groceries Angular, 16 | ### (in the order that they appear), 17 | 18 | 1. User Interface Widgets List - https://docs.nativescript.org/ui/components 19 | 20 | 2. Keyboard Types - https://docs.nativescript.org/ui/keyboard 21 | 22 | 3. Autocapitalization Types - https://docs.nativescript.org/api-reference/modules/_ui_enums_.autocapitalizationtype 23 | 24 | 4. Nativescript Angular SDK examples - https://github.com/NativeScript/nativescript-sdk-examples-ng 25 | 26 | 5. Nic Raboy's Guide to go from Hybrid to Native - http://www.hybridtonative.com/ 27 | 28 | 6. {N} Layout Types - https://docs.nativescript.org/angular/ui/layout-containers 29 | 30 | 7. Layout Code Samples - https://docs.nativescript.org/angular/code-samples/ui/layouts 31 | 32 | 8. Supported CSS properties and styling docs - https://docs.nativescript.org/ui/styling 33 | 34 | 9. Available Themes - https://docs.nativescript.org/ui/theme 35 | 36 | 10. API Docs Page - https://docs.nativescript.org/api-reference/globals 37 | 38 | 11. Angular Cheatsheet - https://angular.io/guide/cheatsheet 39 | 40 | 12. Groceries Code Sharing Sample - https://github.com/nativescript/sample-Groceries/tree/web 41 | 42 | 13. What is Dependency Injection in Angular - https://angular.io/guide/dependency-injection 43 | 44 | 14. Angular's guide on routing - https://angular.io/guide/router 45 | 46 | 15. What are Directives? - https://angular.io/guide/attribute-directives 47 | 48 | 16. Team Maestro Angular Native Seed (Code Sharing) - https://github.com/TeamMaestro/angular-native-seed 49 | 50 | 17. NativeScript Pro UI - https://docs.nativescript.org/ui/rich-components 51 | 52 | 18. Pro UI Docs - http://docs.telerik.com/devtools/nativescript-ui/introduction 53 | 54 | 20. Animation docs - https://docs.nativescript.org/angular/ui/animation 55 | 56 | 21. Animation Examples - https://docs.nativescript.org/angular/ui/animation-examples 57 | 58 | 22. CSS Animation Examples - https://docs.nativescript.org/angular/ui/animation-css 59 | 60 | ************ 61 | 62 | ## Useful Links 63 | ### (in the order that my mind dictated :P) 64 | 65 | 1. http://developer.telerik.com/featured/demystifying-nativescript-layouts/ 66 | 67 | 2. {N} Forum: https://forum.nativescript.org 68 | 69 | 3. {N} Market: https://market.nativescript.org 70 | 71 | 4. Theme Builder: https://www.nativescriptthemebuilder.com/ 72 | 73 | 5. Page Containing a bunch of Useful links: http://nativescript.rocks/ 74 | 75 | 6. {N} Snacks: http://nativescriptsnacks.com 76 | 77 | 7. NativeScript Online Courses: https://nativescripting.com/ 78 | 79 | 8. SideKick Download links 80 | - MacOS: https://www.nativescript.org/nativescript-sidekick/download-macos-latest 81 | - Winows: https://www.nativescript.org/nativescript-sidekick/download-windows-latest 82 | - Linux: https://www.nativescript.org/nativescript-sidekick/download-linux-latest 83 | 84 | 9. Free {N} Core course: https://nativescripting.com/course/nativescript-core-getting-started-guide 85 | 86 | 10. MBaaS backed by Progress: https://www.kinvey.com/ 87 | 88 | 11. Learn {N} Layouts: http://nslayouts.com 89 | 90 | 12. https://www.nativescript.org/blog/code-sharing-between-web-and-mobile-with-angular-and-nativescript 91 | 92 | 13. Understanding {N} Layouts: https://www.youtube.com/watch?v=CtJTwEDnge4 93 | 94 | 14: Using SCSS with {N} part 1 of 3: https://www.youtube.com/watch?v=72-Wh1l0mDc 95 | 96 | 15: Using SCSS with {N} part 2 of 3: https://www.youtube.com/watch?v=KGrqhI8UTpU 97 | 98 | 16: Using SCSS with {N} part 3 of 3: (not out yet) 99 | 100 | ### BONUS: Yet another curated list of Awesome Links!! - https://github.com/DeviantJS/awesome-nativescript 101 | 102 | Also here's the link to completed {N} Angular Groceries app on Playground\ 103 | https://play.nativescript.org/?template=groceries-ng&tutorial=groceries-ng&id=gXwjSY&v=7 104 | 105 | ngIndia Conf demo app on Playground\ 106 | https://play.nativescript.org/?template=play-ng&id=SnwPYl&v=16 107 | 108 | DevTheory Conf Slide Deck\ 109 | http://shiv19.com/shortcut2native 110 | 111 | ngIndia Slide Deck\ 112 | https://shiv19.com/ngindia 113 | 114 | ngHyderabad Slide Deck\ 115 | https://shiv19.com/nsng 116 | 117 | DevConf Slide Deck\ 118 | https://shiv19.com/devconfns 119 | 120 | --------------------------------------------------------------------------------