Cargando…

Android Native Development Kit cookbook. : a step-by-step tutorial with more than 60 concise recipes on Android NDK development skills /

This book is written in a Cookbook style, beginning with recipes which focus on helping developers make their software/application available in Android. Android developers who want to learn Android NDK programming, or develop multimedia and games in Android NDK will benefit from this book.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Liu, Feipeng (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing Limited, 2013.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Mi 4500
001 OR_ocn859868764
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |||||||||||
008 130405s2013 enka o 001 0 eng d
040 |a NLE  |b eng  |e rda  |e pn  |c NLE  |d OCLCO  |d EBLCP  |d YDXCP  |d IDEBK  |d UMI  |d DEBSZ  |d N$T  |d COO  |d OCLCQ  |d OCLCF  |d OCLCQ  |d AGLDB  |d ICA  |d ZCU  |d MERUC  |d OCLCQ  |d OCLCO  |d D6H  |d VTS  |d ICG  |d NLE  |d UKMGB  |d OCLCQ  |d OCLCO  |d STF  |d DKC  |d OCLCQ  |d M8D  |d UHL  |d OCLCQ  |d OCLCO  |d AJS  |d OCLCO  |d OCLCQ  |d OCLCO 
016 7 |a 018014191  |2 Uk 
019 |a 836406444  |a 852513251  |a 1113214349 
020 |a 1849691517 
020 |a 9781849691512 
020 |z 1849691509 
020 |z 9781849691505 
029 1 |a AU@  |b 000052007435 
029 1 |a AU@  |b 000053037378 
029 1 |a CHNEW  |b 001051314 
029 1 |a CHVBK  |b 567701344 
029 1 |a DEBBG  |b BV041430950 
029 1 |a DEBBG  |b BV044188989 
029 1 |a DEBSZ  |b 397482302 
029 1 |a DEBSZ  |b 398267707 
029 1 |a DEBSZ  |b 493128131 
029 1 |a UKMGB  |b 018014191 
029 1 |a AU@  |b 000055921182 
029 1 |a DKDLA  |b 820120-katalog:999931239105765 
035 |a (OCoLC)859868764  |z (OCoLC)836406444  |z (OCoLC)852513251  |z (OCoLC)1113214349 
037 |a 9781849691512  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.59 
072 7 |a COM  |x 051390  |2 bisacsh 
072 7 |a COM  |x 051230  |2 bisacsh 
072 7 |a COM  |x 051440  |2 bisacsh 
082 0 4 |a 005.268  |2 23 
049 |a UAMI 
100 1 |a Liu, Feipeng,  |e author. 
245 1 0 |a Android Native Development Kit cookbook. :  |b a step-by-step tutorial with more than 60 concise recipes on Android NDK development skills /  |c Feipeng Liu. 
264 1 |a Birmingham :  |b Packt Publishing Limited,  |c 2013. 
300 |a 1 online resource (iii, 331 pages) :  |b illustrations (some of which are in color) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
505 0 |a Table of Contents; Android Native Development Kit Cookbook; Android Native Development Kit Cookbook; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Hello NDK; Introduction; Setting up an Android NDK development environment in Windows; Getting ready; How to do it ... ; How it works ... 
505 8 |a There's more ... Setting up an Android NDK development environment in Ubuntu Linux; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Setting up an Android NDK development environment in Mac OS; Getting ready; How to do it ... ; How it works ... ; Updating Android NDK; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Writing a Hello NDK program; Getting ready; How to do it ... ; How it works ... ; There's more ... ; 2. Java Native Interface; Introduction; Loading native libraries and registering native methods; Getting ready; How to do it ... ; How it works ... 
505 8 |a Passing parameters and receiving returns in primitive typesGetting ready; How to do it ... ; How it works ... ; Manipulating strings in JNI; Getting ready; How to do it; How it works ... ; There's more ... ; Managing references in JNI; How to do it ... ; How it works ... ; There's more ... ; Manipulating classes in JNI; Getting ready; How to do it ... ; How it works ... ; Manipulating objects in JNI; Getting ready; How to do it ... ; How it works ... ; Manipulating arrays in JNI; Getting ready; How to do it ... ; How it works ... ; Accessing Java static and instance fields in the native code; Getting ready; How to do it ... ; How it works ... 
505 8 |a Calling static and instance methods from the native codeGetting ready; How to do it ... ; How it works ... ; Caching jfieldID, jmethodID, and referencing data to improve performance; Getting ready; How to do it ... ; How it works ... ; Checking errors and handling exceptions in JNI; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Integrating assembly code in JNI; Getting ready; How to do it ... ; How it works ... ; 3. Build and Debug NDK Applications; Introduction; Building an Android NDK application at the command line; Getting ready; How to do it ... ; How it works ... ; There's more ... 
505 8 |a Taking screenshots from the command lineBuilding an Android NDK application in Eclipse; Getting ready; How to do it ... ; How it works ... ; Building an Android NDK application for different ABIs; Getting ready; How to do it ... ; How it works ... ; Building Android NDK applications for different CPU features; Getting ready; How to do it ... ; How it works ... ; There's more ... ; More about CPU feature detection; Different approaches of building for different cpu features; Debugging an Android NDK application with logging messages; How to do it ... ; How it works ... ; Debugging an Android NDK application with CheckJNI. 
520 |a This book is written in a Cookbook style, beginning with recipes which focus on helping developers make their software/application available in Android. Android developers who want to learn Android NDK programming, or develop multimedia and games in Android NDK will benefit from this book. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
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 Mobile computing  |x Software. 
650 6 |a Logiciels d'application  |x Développement. 
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 Mobile computing  |2 fast 
655 7 |a Software  |2 fast 
776 0 |c Paperback  |z 9781849691505 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781849691505/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1126737 
938 |a EBSCOhost  |b EBSC  |n 562039 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis25210284 
938 |a YBP Library Services  |b YANK  |n 10407535 
994 |a 92  |b IZTAP