|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn987250948 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
170515t20172017caua ob 001 0 eng d |
010 |
|
|
|a 2017470170
|
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d YDX
|d N$T
|d TEFOD
|d EBLCP
|d UMI
|d MERER
|d OCLCQ
|d VT2
|d HCO
|d OCLCF
|d UOK
|d CEF
|d KSU
|d WYU
|d C6I
|d UAB
|d AU@
|d UKAHL
|d OCLCQ
|d RDF
|d OCLCQ
|d AAA
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 987695294
|a 988029516
|a 1103280354
|a 1202542698
|
020 |
|
|
|a 9781449374495
|q (electronic bk.)
|
020 |
|
|
|a 1449374492
|q (electronic bk.)
|
020 |
|
|
|a 9781449374488
|q (electronic bk.)
|
020 |
|
|
|a 1449374484
|q (electronic bk.)
|
020 |
|
|
|a 1449374433
|
020 |
|
|
|a 9781449374433
|
020 |
|
|
|z 9781449374433
|
020 |
|
|
|z 9781449374471
|
029 |
1 |
|
|a GBVCP
|b 1004859783
|
035 |
|
|
|a (OCoLC)987250948
|z (OCoLC)987695294
|z (OCoLC)988029516
|z (OCoLC)1103280354
|z (OCoLC)1202542698
|
037 |
|
|
|a 1BB87A1D-9BFD-426A-AAA6-266B3BCCC896
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.76.A65
|
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.1675
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Darwin, Ian F.,
|e author.
|
245 |
1 |
0 |
|a Android cookbook :
|b problems and solutions for android developers /
|c Ian Darwin.
|
250 |
|
|
|a Second edition.
|
264 |
|
1 |
|a Sebastopol, CA :
|b O'Reilly,
|c [2017]
|
264 |
|
4 |
|c ©2017
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Vendor-supplied metadata.
|
504 |
|
|
|a Includes bibliographical references index.
|
505 |
0 |
|
|a Copyright; Table of Contents; Preface; Conventions Used in This Book; Getting and Using the Code Examples; O'Reilly Safari; How to Contact Us; Acknowledgments; Chapter 1. Getting Started; 1.1 Understanding the Android Application Architecture; Problem; Discussion; 1.2 Understanding the Android Activity Life Cycle; Problem; Solution; Discussion; 1.3 Learning About Android Releases; Problem; Discussion; 1.4 Learning the Java Language; Problem; Solution; Discussion; See Also; 1.5 Creating a "Hello, World" Application from the Command Line; Problem; Solution; Discussion; See Also.
|
505 |
8 |
|
|a 1.6 Creating a "Hello, World" App with Apache MavenProblem; Solution; Discussion; See Also; 1.7 Choosing an IDE for Android Development; Problem; Solution; Discussion; 1.8 Setting Up Android Studio; Problem; Solution; Discussion; See Also; 1.9 Installing Platform Editions and Keeping the SDK Updated; Problem; Solution; Discussion; See Also; 1.10 Creating a "Hello, World" App Using Android Studio; Problem; Solution; Discussion; 1.11 Converting an Eclipse ADT Project to Android Studio; Problem; Solution; Discussion; 1.12 Preserving History While Converting from Eclipse to Android Studio.
|
505 |
8 |
|
|a ProblemSolution; Discussion; See Also; 1.13 Building an Android Application with both Eclipse and Android Studio; Problem; Solution; Discussion; 1.14 Setting Up Eclipse with AndMore (Replacing ADT); Problem; Solution; Discussion; See Also; 1.15 Creating a "Hello, World" Application Using Eclipse; Problem; Solution; Discussion; See Also; 1.16 Installing the Eclipse Marketplace Client in Your Eclipse; Problem; Solution; Discussion; 1.17 Upgrading a Project from Eclipse ADT to Eclipse AndMore; Problem; Solution; Discussion; 1.18 Controlling Emulators/Devices Using Command-Line ADB; Problem.
|
505 |
8 |
|
|a SolutionDiscussion; 1.19 Sharing Java Classes from Another Eclipse Project; Problem; Solution; Discussion; See Also; 1.20 Referencing Libraries to Implement External Functionality; Problem; Solution; Discussion; 1.21 Using New Features on Old Devices via the Compatibility Libraries; Problem; Solution; Discussion; 1.22 Using SDK Samples to Help Avoid Head Scratching; Problem; Solution; Discussion; See Also; 1.23 Taking a Screenshot/Video from the Emulator/Android Device; Problem; Solution; Discussion; See Also; 1.24 Program: A Simple CountDownTimer Example; Problem; Solution; Discussion.
|
505 |
8 |
|
|a Source Download URL1.25 Program: Tipster, a Tip Calculator for the Android OS; Problem; Solution; Discussion; See Also; Source Download URL; Chapter 2. Designing a Successful Application; 2.1 Exception Handling; Problem; Solution; Discussion; See Also; 2.2 Requesting Android Permissions at Runtime; Problem; Solution; Discussion; See Also; Source Download URL; 2.3 Accessing Android's Application Object as a "Singleton"; Problem; Solution; Discussion; See Also; Source Download URL; 2.4 Keeping Data When the User Rotates the Device; Problem; Solution; Discussion; See Also; Source Download URL.
|
520 |
|
|
|a Jump in and build working Android apps with the help of more than 230 tested recipes. The second edition of this acclaimed cookbook includes recipes for working with user interfaces, multitouch gestures, location awareness, web services, and specific device features such as the phone, camera, and accelerometer. You also get useful info on packaging your app for the Google Play Market. Ideal for developers familiar with Java, Android basics, and the Java SE API, this book features recipes contributed by more than three dozen Android developers. Each recipe provides a clear solution and sample code you can use in your project right away. Among numerous topics, this cookbook helps you: * Get started with the tooling you need for developing and testing Android apps; * Create layouts with Android's UI controls, graphical services, and pop-up mechanisms; * Build location-aware services on Google Maps and OpenStreetMap; * Control aspects of Android's music, video, and other multimedia capabilities; * Work with accelerometers and other Android sensors; * Use various gaming and animation frameworks; * Store and retrieve persistent data in files and embedded databases; * Access RESTful web services with JSON and other formats; * Test and troubleshoot individual components and your entire application.-- Provided by publisher.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Android (Electronic resource)
|
630 |
0 |
7 |
|a Android (Electronic resource)
|2 fast
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Mobile computing
|x Programming.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Informatique mobile
|x 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 Application software
|x Development
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Darwin, Ian F.
|t Android Cookbook : Problems and Solutions for Android Developers.
|d Sebastopol : O'Reilly Media, ©2017
|z 9781449374433
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781449374471/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH32776697
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH32752823
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL4857225
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1517578
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 14419458
|
994 |
|
|
|a 92
|b IZTAP
|