|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn932322838 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
151216s2015 caua o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d I3U
|d DEBBG
|d DEBSZ
|d N$T
|d YDXCP
|d TEFOD
|d EBLCP
|d IUP
|d OCLCF
|d COO
|d OCL
|d HCO
|d CEF
|d C6I
|d UAB
|d AU@
|d NJT
|d OCLCQ
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 931534622
|a 935919807
|
020 |
|
|
|a 1491929006
|
020 |
|
|
|a 9781491929001
|
020 |
|
|
|a 9781491929070
|
020 |
|
|
|a 1491929073
|
020 |
|
|
|a 9781491929063
|
020 |
|
|
|a 1491929065
|
020 |
|
|
|z 9781491929001
|
029 |
1 |
|
|a DEBBG
|b BV043967874
|
029 |
1 |
|
|a DEBSZ
|b 485783622
|
029 |
1 |
|
|a GBVCP
|b 88284766X
|
035 |
|
|
|a (OCoLC)932322838
|z (OCoLC)931534622
|z (OCoLC)935919807
|
037 |
|
|
|a CL0500000688
|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 005.25
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Eisenman, Bonnie,
|e author.
|
245 |
1 |
0 |
|a Learning React Native :
|b building mobile applications with JavaScript /
|c Bonnie Eisenman.
|
246 |
3 |
0 |
|a Building mobile applications with JavaScript
|
250 |
|
|
|a First edition.
|
264 |
|
1 |
|a Sebastopol, CA :
|b O'Reilly Media,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
588 |
0 |
|
|a Online resource; title from title page (Safari, viewed December 10, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Copyright; Table of Contents; Preface; Prerequisites; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Resources; Acknowledgments; Chapter 1. What Is React Native?; Advantages of React Native; Developer Experience; Code Reuse and Knowledge Sharing; Risks and Drawbacks; Summary; Chapter 2. Working with React Native; How Does React Native Work?; Rendering Lifecycle; Creating Components in React Native; Working with Views; Using JSX; Styling Native Components; Host Platform APIs; Summary; Chapter 3. Building Your First Application
|
505 |
8 |
|
|a Setting Up Your EnvironmentInstalling React Native; iOS Dependencies; Android Dependencies; Creating a New Application; Running a React Native Application for iOS; Uploading to Your iOS Device; Running a React Native Application for Android; Recap: Creating and Running Projects; Exploring the Sample Code; Attaching a Component to the View; Imports in React Native; The FirstProject Component; Building a Weather App; Handling User Input; Displaying Data; Adding a Background Image; Fetching Data from the Web; Putting It Together; Summary; Chapter 4. Components for Mobile
|
505 |
8 |
|
|a Analogies Between HTML Elements and Native ComponentsThe Text Component; The Image Component; Working with Touch and Gestures; Using TouchableHighlight; The GestureResponder System; PanResponder; Working with Organizational Components; Using ListView; Using Navigators; Other Organizational Components; Platform-Specific Components; iOS- or Android-Only Components; Components with Platform-Specific Versions; When to Use Platform-Specific Components; Summary; Chapter 5. Styles; Declaring and Manipulating Styles; Inline Styles; Styling with Objects; Using Stylesheet. Create; Style Concatenation
|
505 |
8 |
|
|a Organization and InheritanceExporting Style Objects; Passing Styles as Props; Reusing and Sharing Styles; Positioning and Designing Layouts; Layouts with Flexbox; Using Absolute Positioning; Putting It Together; Summary; Chapter 6. Platform APIs; Using Geolocation; Getting the User's Location; Handling Permissions; Testing Geolocation In the iOS Simulator; Watching the User's Location; Limitations; Updating the Weather Application; Accessing the User's Images and Camera; The CameraRoll Module; Requesting Images with GetPhotoParams; Rendering an Image from the Camera Roll
|
505 |
8 |
|
|a Displaying a List of PhotosUploading an Image to a Server; Storing Persistent Data with AsyncStore; Other Storage Options; The SmarterWeather Application; The WeatherProject Component; The Forecast Component; The Button Component; The LocationButton Component; The PhotoBackdrop Component; Summary; Chapter 7. Modules; Installing JavaScript Libraries with npm; Native Modules for iOS; Including a Third-Party Component; Using the Video Component; Anatomy of an Objective-C Native Module; Implementation of RCTVideo; Native Modules for Android; Installing a Third-Party Component
|
520 |
|
|
|a "Get a practical introduction to React Native, the JavaScript framework for writing and deploying fully featured mobile apps that look and feel native. With this hands-on guide, you'll learn how to build applications that target iOS, Android, and other mobile platforms instead of browsers. You'll also discover how to access platform features such as the camera, user location, and local storage. With code examples and step-by-step instructions, author Bonnie Eisenman shows web developers and frontend engineers how to build and style interfaces, use mobile components, and debug and deploy apps. Along the way, you'll build several increasingly sophisticated sample apps with React Native before putting everything together at the end: learn how React Native provides an interface to native UI components; examine how the framework uses native components analogous to HTML elements; create and style your own React Native components and applications; install modules for APIs and features not supported by the framework; get tools for debugging your code, and for handling issues outside of JavaScript; put it all together with the Zebreto effective-memorization flashcard app; and deploy apps to the iOS App Store and Google's Play Store."--Publisher's description
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Mobile apps
|x Programming.
|
650 |
|
0 |
|a JavaScript (Computer program language)
|
650 |
|
6 |
|a Applications mobiles
|x Programmation.
|
650 |
|
6 |
|a JavaScript (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a JavaScript (Computer program language)
|2 fast
|0 (OCoLC)fst00982071
|
776 |
0 |
8 |
|i Print version:
|a Eisenman, Bonnie.
|t Learning React Native : Building Native Mobile Apps with JavaScript.
|d : O'Reilly Media, ©2015
|z 9781491929001
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781491929049/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL4333784
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1106129
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12734073
|
994 |
|
|
|a 92
|b IZTAP
|