Cargando…

Getting started with NativeScript : explore the possibility of building truly native, cross-platform mobile applications using your JavaScript skill--NativeScript! /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Anderson, Nathanael J. (Autor)
Otros Autores: Stoychev, Valio (author of foreword.)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn939394733
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160215s2016 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d DEBBG  |d C6I  |d DEBSZ  |d N$T  |d OCLCF  |d CEF  |d UKMGB  |d AGLDB  |d IGB  |d UKAHL  |d RDF  |d OCLCO  |d OCLCQ  |d QGK 
015 |a GBB7A4007  |2 bnb 
016 7 |a 018010653  |2 Uk 
019 |a 1259064510 
020 |a 9781785889356  |q (electronic bk.) 
020 |a 1785889354  |q (electronic bk.) 
020 |z 9781785888656 
020 |z 178588865X 
029 1 |a DEBBG  |b BV043968893 
029 1 |a DEBSZ  |b 485794055 
029 1 |a GBVCP  |b 882752952 
029 1 |a AU@  |b 000060408616 
029 1 |a UKMGB  |b 018010653 
035 |a (OCoLC)939394733  |z (OCoLC)1259064510 
037 |a CL0500000715  |b Safari Books Online 
050 4 |a QA76.59 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
082 0 4 |a 004.165 
049 |a UAMI 
100 1 |a Anderson, Nathanael J.,  |e author. 
245 1 0 |a Getting started with NativeScript :  |b explore the possibility of building truly native, cross-platform mobile applications using your JavaScript skill--NativeScript! /  |c Nathanael J. Anderson ; foreword by Valio Stoychev. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource :  |b illustrations. 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed June 20, 2017) 
500 |a Includes index. 
520 8 |a Annotation  |b Explore the possibility of building truly native, cross-platform mobile applications using your JavaScript skillNativeScript!About This Book Save your marketing time by building for iOS, Android, and Windows Mobile platforms simultaneously Be an ace at utilizing the features of NativeScript and its ability to communicate with each of the host device libraries natively Proficiently, build your fully cross-platform communication application exhibiting the fundamentals of NativeScriptWho This Book Is ForIf you are a JavaScript developer and want to build cross-platform applications, then this book is just the right one for you!What You Will Learn Install and compile your application in NativeScript Get important know-how on the NativeScript project structure Develop and style your screens for multiple platforms Create a full-featured cross-platform communication application Import and use several third-party components Simplify and deal with device resolution and cross-platform issues Test and deploy your applicationIn DetailNativeScript allows you to build a fast cross-platform application that has a native UI. NativeScript is a true cross-platform framework that generates native speed applications using the native components of the host platform, all using JavaScript. Although NativeScript allows you to build your application in JavaScript, you have full access to the host OS from your code, allowing you to easily tweak or use new platform features instantly at native code speeds.Whether you have already developed multiple applications or zero applications, this book will help you to develop your next application in a cross-platform framework quickly, saving you a massive amount of time and money.This book concisely shows you NativeScript's built-in framework that allows you to rapidly develop a fully-working compiled cross-platform application in just a few chapters. It starts by laying the foundation of NativeScript and working through the fundamentals to create a basic shell of the application. Moving on, you'll see how to build a full-fledged application step by step. We'll show you how to use plugins, and how to communicate with the native OS libraries easily so that you can customize your application as if your app was created in Java or Objective C. We then deal with the issues that arise from being cross platform and compensate for the different screen sizes, screen resolutions, and device abilities. Finally, we progress to testing and deploying your app.Style and approach A stepwise guide for building cross-platform mobile applications with the help of easy-to-understand examples. 
505 0 |a Cover; Copyright; Credits; Foreword; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introduction to NativeScript; NativeScript; Telerik's NativeScript; Other competitors; NativeScript uniqueness; NativeScript is easy; NativeScript and TypeScript; What is TypeScript?; TypeScript's use in NativeScript; Choosing a development language; Common modules; Installing NativeScript; Prerequisites; node.js; iOS; Android; Installation; Installation help; The NativeScript command line; NativeScript commands; Creating your first application 
505 8 |a Creating the application in easy stepsRunning the app; Summary; Chapter 2: The Project Structure; Project directory overview; The root folder; The app folder; The lib folder; The hooks folder; The node_modules folder; The tns-core-modules folder; The platforms folder; The platforms/android folder; The platforms/iOS folder; The app folder; The .gradle folder; The App_Resources folder; The fonts folder; The app folder files; The package.json file; License; App.js; App.css; Application page; The main-page.js file; The main-page.css file; The main-page.xml file; The main-view-model.js file 
505 8 |a Foundational componentsApplication component; Frame component; Page component; Creating a second page; Creating additional files and pages; Creating settings.js; Navigating to another page; Running the application; Viewing our screen; Summary; Chapter 3: Declarative UI, Styling, and Events; Declarative UI; XML parser; Page, StackLayout, label, and more; node; node; node; node; Second node; Declarative UI and components; Visual components; Using the Declarative UI for our settings page; Our settings.xml file 
505 8 |a Binding and event systemEvent system; Binding; Styling the UI; What is CSS?; Why use CSS?; How to use CSS; Configuring your CSS Rules; Existing CSS properties; Exploring app.css; Trying CSS out and styling our application; Styling on your own; Summary; Chapter 4: Building a Featured Application; Layouts; StackLayout; WrapLayout; AbsoluteLayout; DockLayout; GridLayout; Building our featured application; Nonvisual components; Dialogs; Alert dialog; Confirm dialog; Prompt dialog; Login dialog; Action dialog; Promises; The settings screen Declarative UI; GridLayouts; Building the main screen 
505 8 |a JavaScript codeDeclarative UI; Main page Declarative UI; Main page body; ScrollViews; More about bindings; Repeaters; Main-body footer; The main-page.css file; Application CSS; Fonts; Icons; Communication with the server; Trying out our application; The server; Setting up your own server; Trying crossCommunicator out.; Summary; Chapter 5: Installing Third-Party Components; Places to find third-party components; The Telerik plugin site; npmjs.com; The NativeScript unofficial plugin list; How to install a third-party plugin component; Installing the vibration plugin 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Mobile apps  |x Development. 
650 0 |a JavaScript (Computer program language) 
650 0 |a Cross-platform software development. 
650 6 |a Applications mobiles  |x Développement. 
650 6 |a JavaScript (Langage de programmation) 
650 7 |a COMPUTERS / Computer Literacy  |2 bisacsh 
650 7 |a COMPUTERS / Computer Science  |2 bisacsh 
650 7 |a COMPUTERS / Data Processing  |2 bisacsh 
650 7 |a COMPUTERS / Hardware / General  |2 bisacsh 
650 7 |a COMPUTERS / Information Technology  |2 bisacsh 
650 7 |a COMPUTERS / Machine Theory  |2 bisacsh 
650 7 |a COMPUTERS / Reference  |2 bisacsh 
650 7 |a Cross-platform software development.  |2 fast  |0 (OCoLC)fst00884174 
650 7 |a JavaScript (Computer program language)  |2 fast  |0 (OCoLC)fst00982071 
700 1 |a Stoychev, Valio,  |e author of foreword. 
776 |z 1-78588-865-X 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1163375  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH30053571 
938 |a EBSCOhost  |b EBSC  |n 1163375 
994 |a 92  |b IZTAP