|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn827220848 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
130211s2012 cau o 001 0 eng d |
040 |
|
|
|a GW5XE
|b eng
|e pn
|c GW5XE
|d COO
|d ZMC
|d B24X7
|d YDXCP
|d S4S
|d N$T
|d E7B
|d UMI
|d IDEBK
|d CDX
|d DEBSZ
|d OCLCQ
|d OCLCF
|d OCLCQ
|d VT2
|d Z5A
|d LIV
|d OCLCQ
|d ESU
|d OCLCQ
|d IOG
|d OCLCO
|d REB
|d CEF
|d INT
|d U3W
|d OCLCQ
|d OCLCO
|d WYU
|d YOU
|d TKN
|d OCLCQ
|d OCLCO
|d UAB
|d LEAUB
|d UKAHL
|d OL$
|d OCLCQ
|d OCLCO
|d WURST
|d BRF
|d UKBTH
|d DCT
|d OCLCQ
|d SNK
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 848899879
|a 957521363
|a 957614765
|a 985044750
|a 1005819352
|a 1103274164
|a 1110929985
|a 1159621509
|a 1204081883
|a 1240537386
|
020 |
|
|
|a 9781430248286
|q (electronic bk.)
|
020 |
|
|
|a 1430248289
|q (electronic bk.)
|
020 |
|
|
|z 9781430248279
|
020 |
|
|
|z 1430248270
|
020 |
|
|
|z 1430238070
|
024 |
7 |
|
|a 10.1007/978-1-4302-4828-6
|2 doi
|
024 |
8 |
|
|a 9781430248279
|
029 |
1 |
|
|a AU@
|b 000050591206
|
029 |
1 |
|
|a AU@
|b 000052007113
|
029 |
1 |
|
|a AU@
|b 000060583699
|
029 |
1 |
|
|a AU@
|b 000067091755
|
029 |
1 |
|
|a DEBBG
|b BV041430814
|
029 |
1 |
|
|a DEBSZ
|b 398266247
|
029 |
1 |
|
|a NLGGC
|b 357435249
|
029 |
1 |
|
|a NZ1
|b 14832921
|
035 |
|
|
|a (OCoLC)827220848
|z (OCoLC)848899879
|z (OCoLC)957521363
|z (OCoLC)957614765
|z (OCoLC)985044750
|z (OCoLC)1005819352
|z (OCoLC)1103274164
|z (OCoLC)1110929985
|z (OCoLC)1159621509
|z (OCoLC)1204081883
|z (OCoLC)1240537386
|
037 |
|
|
|a CL0500000223
|b Safari Books Online
|
050 |
|
4 |
|a QA76.76.A65
|b C56 2012
|
072 |
|
7 |
|a COM
|x 051390
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051230
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051440
|2 bisacsh
|
072 |
|
7 |
|a UY
|2 bicssc
|
082 |
0 |
4 |
|a 005.1
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Cinar, Onur.
|
245 |
1 |
0 |
|a Pro Android C++ with the NDK /
|c Onur Cinar.
|
260 |
|
|
|a Berkeley, CA :
|b Apress ;
|a New York :
|b Distributed to the Book trade worldwide by Springer,
|c ©2012.
|
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
|
347 |
|
|
|a text file
|
347 |
|
|
|b PDF
|
505 |
0 |
0 |
|t Exploring the Android NDK --
|t Communicating with Native Code using JNI --
|t Auto-Generate JNI Code Using SWIG --
|t Logging, Debugging, and Troubleshooting --
|t Bionic API Primer --
|t Native Threads --
|t POSIX Socket API: Connection-Oriented Communication --
|t POSIX Socket API: Connectionless Communication --
|t POSIX Socket API: Local Communication --
|t C++ Support --
|t Native Graphics API --
|t Native Sound API --
|t Profiling and NEON Optimization. LDR 01060nam 2200337Ka 4500.
|
520 |
|
|
|a Android is one of the major players in the mobile phone market. Android is a mobile platform that is built on the top of Linux operating system. The native-code support on Android offers endless opportunities to application developers, not limited the functionality that is provided by Android framework. Pro Android C++ with the NDK is an advanced tutorial and professional reference for today's more sophisticated app developers now porting, developing or employing C++ and other native code to integrate into the Android platform to run sophisticated native apps and better performing apps in general. Using a game app case study, this book explores tools for troubleshooting, debugging, analyzing memory issues, unit testing, unit test code coverage, performance measurement, on native applications, as well as integrating the Android NDK toolchain into existing Autoconf, Makefile, CMake, or JAM based build systems. Pro Android C++ with the NDK also covers the following: ʺ The Android platform, and getting up to speed with the Android NDK, and exploring the APIs that are provided in native space. An overview of Java Native Interface (JNI), and auto-generating JNI code through Simplified Wrapper and Interface Generator (SWIG). An introduction to Bionic API, native networking. native multithreading, and the C++ Standard Template Library (STL) support. Native graphics and sound using JNI Graphics, OpenGL ES, and OpenSL ES. Debugging and troubleshooting native applications using Logging, GNU Debugger (GDB), Eclipse Debugger, Valgrind, strace, and other tools. Profiling native code using GProf to identify performance bottlenecks, and NEON/SIMD optimization from an advanced perspective, with tips and recommendations.
|
542 |
|
|
|f Copyright © 2012 by Onur Cinar
|g 2012
|
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 blmlsh
|
630 |
0 |
7 |
|a Android (Electronic resource)
|2 fast
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a C++ (Computer program language)
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a C++ (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Programming
|x Open Source.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Software Development & Engineering
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Software Development & Engineering
|x Tools.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a C++ (Computer program language)
|2 fast
|
653 |
|
4 |
|a Computer science.
|
653 |
0 |
0 |
|a computerwetenschappen
|
653 |
0 |
0 |
|a computer sciences
|
653 |
1 |
0 |
|a Information and Communication Technology (General)
|
653 |
1 |
0 |
|a Informatie- en communicatietechnologie (algemeen)
|
776 |
0 |
8 |
|i Print version:
|a Cinar, Onur.
|t Pro Android C++ with the NDK.
|d [Berkeley, Calif.] : Apress ; New York : Distributed to the book trade worldwide by Springer Science+Business Media, ©2012
|z 1430248270
|w (OCoLC)810318076
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781430248279/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26832505
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00051659
|
938 |
|
|
|a Coutts Information Services
|b COUT
|n 25765334
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10655507
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 567235
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis25765334
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 10258706
|
994 |
|
|
|a 92
|b IZTAP
|