Cargando…

Near field communication with Android cookbook : discover the endless possibilities of using Android NFC capabilities to enhance your apps over 50 practical recipes /

An easy-to-follow guide, full of hands-on examples of and real-world applications. Each recipe is explained and placed in context. If you want to learn how to create NFC-enabled Android applications, this is the book for you. Perhaps you already know a bit about Android application developments but...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Subtil, Vitor (Autor)
Otros Autores: Babu, Ravaji (Diseñador de portada)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, England : Packt Publishing, 2014.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Mi 4500
001 EBSCO_ocn884594361
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 140703t20142014enka o 001 0 eng d
040 |a E7B  |b eng  |e rda  |e pn  |c E7B  |d OCLCO  |d UMI  |d N$T  |d DEBBG  |d DEBSZ  |d OCLCF  |d YDXCP  |d TEFOD  |d OCLCQ  |d OCLCO  |d TEFOD  |d OCLCQ  |d D6H  |d K6U  |d AGLDB  |d OCLCQ  |d OCLCO  |d COCUF  |d ICA  |d CNNOR  |d OCLCQ  |d OCLCO  |d PIFFA  |d FVL  |d OCLCQ  |d OCLCO  |d U3W  |d REB  |d STF  |d OCLCQ  |d VTS  |d CEF  |d NLE  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d OCLCO  |d WYU  |d G3B  |d TKN  |d OCLCQ  |d OCLCO  |d UAB  |d AU@  |d M8D  |d HS0  |d OCLCO  |d QGK  |d OCLCQ  |d OCLCO 
016 7 |a 018006642  |2 Uk 
019 |a 884966337  |a 907251341  |a 961623045  |a 962624547  |a 1259100847 
020 |a 9781783289660  |q (electronic bk.) 
020 |a 178328966X  |q (electronic bk.) 
020 |z 1783289651 
020 |z 9781783289653 
029 1 |a AU@  |b 000056926721 
029 1 |a CHNEW  |b 000698571 
029 1 |a DEBBG  |b BV042154082 
029 1 |a DEBBG  |b BV042182148 
029 1 |a DEBSZ  |b 417228244 
029 1 |a DEBSZ  |b 484726242 
029 1 |a GBVCP  |b 882840312 
029 1 |a UKMGB  |b 018006642 
035 |a (OCoLC)884594361  |z (OCoLC)884966337  |z (OCoLC)907251341  |z (OCoLC)961623045  |z (OCoLC)962624547  |z (OCoLC)1259100847 
037 |a CL0500000456  |b Safari Books Online 
037 |a 855ABAC5-EACE-435A-A8DD-2E86696524B4  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.A65  |b .S838 2014eb 
072 7 |a COM  |x 060090  |2 bisacsh 
082 0 4 |a 005.1  |2 23 
049 |a UAMI 
100 1 |a Subtil, Vitor,  |e author. 
245 1 0 |a Near field communication with Android cookbook :  |b discover the endless possibilities of using Android NFC capabilities to enhance your apps over 50 practical recipes /  |c Vitor Subtil ; Ravaji Babu, cover image. 
264 1 |a Birmingham, England :  |b Packt Publishing,  |c 2014. 
264 4 |c ©2014 
300 |a 1 online resource (286 pages) :  |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 Quick answers to common problems 
588 0 |a Online resource; title from PDF title page (ebrary, viewed July 3, 2014). 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with NFC; Introduction; Requesting NFC permissions; Indicating that your app uses NFC; Defining minimal requirements; Verifying whether the device has an NFC adapter; Downloading Open NFC Android Edition; Downloading Open NFC SDK Edition; Configuring the Open NFC Android add-on into your Android SDK; Configuring an NFC-enabled testing AVD; Configuring the Connection Center tool; Testing your app all together; Chapter 2: Detecting a Tag; Introduction 
505 8 |a Understanding the foreground dispatch systemUnderstanding the tag dispatch system; Verifying if your app started because of an NFC intent; Filtering tags by their content type; Filtering tags by their content type programmatically; Filtering tags by their technology; Filtering tags by their technology using programs; Filtering URI tags; Chapter 3: Writing Tag Content; Introduction; Working with the NDEF record; Writing a URI-formatted record; Writing a text-formatted record; Using Android Application Record (AAR); Working with external types; Working with custom mimes 
505 8 |a Chapter 4: Writing Tag Content -- Real-life ExamplesIntroduction; Making a phone call with one tap -- Part 1; Sending a predefined SMS -- Part 1; Visiting our website; Leaving a (small) note -- Part 1; Chapter 5: Reading Tag Content; Introduction; Obtaining the NDEF Message from Intent; Getting the data out of the message; Reading a text-formatted record; Reading a URI-formatted record; Reading external types; Reading custom mimes; Chapter 6: Reading Tag Content -- Real-life Examples; Introduction; Making a phone call with one tap -- Part 2; Sending a predefined SMS -- Part 2 
505 8 |a Leaving a (small) note -- Part 2Getting the tag information; Chapter 7: Sharing Content across Devices; Introduction; Creating a basic peer-to-peer Hello World application; Sending texts to other devices; Sending a friend invite on Facebook; Inviting a friend to play a game -- Part 1; Chapter 8: Error Handling and Content Validation; Introduction; Handling tag-writing errors; Handling tag-reading errors; Testing the tag data for integrity; Chapter 9: Extending NFC; Introduction; Turning other adapters on/off; Configuring a Wi-Fi network; Starting a Wi-Fi hotspot 
505 8 |a Inviting a friend to play a game -- Part 2Controlling hotel room access with Arduino and NFC -- Part 1; Controlling hotel room access with Arduino and NFC -- Part 2; Chapter 10: Real-life Examples -- NFC Utilities; Introduction; Creating multi-action tags; Choosing the best format for our data; Locking tags; Joking with a friend; Index 
520 |a An easy-to-follow guide, full of hands-on examples of and real-world applications. Each recipe is explained and placed in context. If you want to learn how to create NFC-enabled Android applications, this is the book for you. Perhaps you already know a bit about Android application developments but have never used NFC, or perhaps you know a little about NFC android development but want some more advanced features and examples. In either case, this book will get you up and running quickly. You are expected to have Android programming knowledge. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
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 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS  |x Internet  |x Application Development.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
700 1 |a Babu, Ravaji,  |e cover designer. 
776 0 8 |i Print version:  |a Subtil, Vitor.  |t Near field communication with Android cookbook : discover the endless possibilities of using Android NFC capabilities to enhance your apps over 50 practical recipes.  |d Birmingham, England : Packt Publishing, ©2014  |h 272 pages  |z 9781783289653 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=798442  |z Texto completo 
938 |a ebrary  |b EBRY  |n ebr10886391 
938 |a EBSCOhost  |b EBSC  |n 798442 
938 |a YBP Library Services  |b YANK  |n 11894760 
994 |a 92  |b IZTAP