|
|
|
|
LEADER |
00000cam a2200000Mi 4500 |
001 |
EBOOKCENTRAL_ocn794327514 |
003 |
OCoLC |
005 |
20240329122006.0 |
006 |
m o d |
007 |
cr |n|---||||| |
008 |
120528s2012 xx o 000 0 eng d |
010 |
|
|
|a 2012936847
|
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d OCLCQ
|d IDEBK
|d N$T
|d YDXCP
|d OCLCQ
|d COO
|d OCLCO
|d S4S
|d OCLCQ
|d DEBSZ
|d OCLCF
|d DKDLA
|d UKDOC
|d OCLCQ
|d ZCU
|d NRC
|d LIV
|d OCLCQ
|d MERUC
|d COCUF
|d CNNOR
|d U3W
|d GRG
|d OCLCQ
|d CEF
|d ICG
|d INT
|d OCLCQ
|d OCLCO
|d WYU
|d VT2
|d OCLCQ
|d OCLCO
|d UAB
|d A6Q
|d DKC
|d OCLCQ
|d OCLCO
|d BRF
|d OCLCO
|d OCLCQ
|d OCLCO
|d OCLCL
|
015 |
|
|
|a GBB223714
|2 bnb
|
016 |
7 |
|
|a 016044616
|2 Uk
|
019 |
|
|
|a 795894773
|a 817086264
|a 974664748
|a 974754869
|a 1005942161
|a 1065942034
|a 1081229990
|a 1083563785
|a 1096235624
|a 1103274103
|a 1129345270
|a 1192346140
|a 1228611173
|a 1240534258
|
020 |
|
|
|a 9781118227459
|q (electronic bk.)
|
020 |
|
|
|a 111822745X
|q (electronic bk.)
|
020 |
|
|
|a 1280678941
|
020 |
|
|
|a 9781280678943
|
020 |
|
|
|a 9781118240458
|q (ebk)
|
020 |
|
|
|a 1118240456
|q (ebk)
|
020 |
|
|
|a 9781118265055
|q (ebk)
|
020 |
|
|
|a 111826505X
|q (ebk)
|
020 |
|
|
|z 9781118183489
|q (pbk.)
|
020 |
|
|
|z 1118183487
|q (pbk.)
|
029 |
1 |
|
|a AU@
|b 000053281281
|
029 |
1 |
|
|a DEBBG
|b BV044160133
|
029 |
1 |
|
|a DEBSZ
|b 397187025
|
035 |
|
|
|a (OCoLC)794327514
|z (OCoLC)795894773
|z (OCoLC)817086264
|z (OCoLC)974664748
|z (OCoLC)974754869
|z (OCoLC)1005942161
|z (OCoLC)1065942034
|z (OCoLC)1081229990
|z (OCoLC)1083563785
|z (OCoLC)1096235624
|z (OCoLC)1103274103
|z (OCoLC)1129345270
|z (OCoLC)1192346140
|z (OCoLC)1228611173
|z (OCoLC)1240534258
|
050 |
|
4 |
|a QA76.76.D47
|
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.1
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Milette, Greg.
|
245 |
1 |
0 |
|a Professional android sensor programming /
|c Greg Milette.
|
260 |
|
|
|a Hoboken :
|b John Wiley & Sons,
|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
|
490 |
0 |
|
|a Wrox programmer to programmer
|
505 |
0 |
|
|a Professional Android Sensor Programming; Contents; Introduction; Part I: Location Services; Chapter 1: Introducing the Android Location Service; Methods Used to Determine Location; GPS Provider; How It Works; GPS Improvements; Limitations; Controlling GPS; Network Provider; Using Wireless Network Access Points; Using Cell IDs; Summary; Chapter 2: Determining a Device's Current Location; Know Your Tools; LocationManager; LocationProvider; Location; Criteria; LocationListener; Setting up the Android Manifest; Determining the Appropriate Location Provider; GPS Location Provider.
|
505 |
8 |
|
|a Network Location ProviderPassive Location Provider; Accuracy versus Battery Life; Receiving Location Updates; Receiving Location Updates with a LocationListener; Receiving Location Updates with a Broadcast Intent; Implementing the Example App; Implementing LocationListener; onLocationChanged(); onProviderDisabled() and onProviderEnabled(); onStatusChanged(); Obtaining a Handle to LocationManager; Requesting Location Updates; Cleaning up After Yourself; Launching the Location Settings Activity; Summary; Chapter 3: Tracking Device Movement; Collecting Location Data.
|
505 |
8 |
|
|a Receiving Location Updates with a Broadcast Receiver; Extending BroadcastReceiver; Registering the BroadcastReceiver with Android; Requesting Location Updates with a PendingIntent; One Intent, Multiple Receivers; Why Not Use a Service?; Viewing the Tracking Data; Google Map Library Components; MapView; OverlayItem; ItemizedOverlay; MapActivity; Filtering Location Data; Continuous Location Tracking and Battery Life; Reducing Location Update Frequency; Limiting Location Providers; Summary; Chapter 4: Proximity Alerts; App Structure; Geocoding; android.location. Geocoder.
|
505 |
8 |
|
|a Reading the Geocoded Response; Setting a Proximity Alert; Responding to a Proximity Alert; Proximity Alert Limitations; Battery Life; Permissions; More Efficient Proximity Alert; ProximityAlertService; Summary; Part II: Inferring Information from Physical Sensors; Chapter 5: Overview of Physical Sensors; Definitions; Android Sensor API; SensorManager; Sensor; Sensor Rates; Sensor Range and Resolution; SensorEventListener; SensorEvent; Sensor List; The Manifest File; SensorListActivity; SensorSelectorFragment; SensorDisplayFragment; Sensing the Environment; Sensor. TYPE_LIGHT.
|
505 |
8 |
|
|a Sensor. TYPE_PROXIMITY; Sensor. TYPE_PRESSURE; Absolute Altitude; Relative Altitude; Mean Sea-Level Pressure (MSLP); Where to Find MSLP; Sensor Units; Sensor Range; Common Use Cases; Sensor. TYPE_RELATIVE_HUMIDITY; Sensor. TYPE_AMBIENT_TEMPERATURE; Sensor. TYPE_TEMPERATURE; Sensing Device Orientation and Movement; Coordinate Systems; Global Coordinate System; Device Coordinate System; Angles; Sensor. TYPE_ACCELEROMETER, .TYPE_GRAVITY, and .TYPE_LINEAR_ACCELERATION; Sensor Units and Resolution; Sensor. TYPE_GYROSCOPE; Sensor Units; Sensor Range; Sensor. TYPE_MAGNETIC_FIELD.
|
500 |
|
|
|a Sensor Units, Range, and Resolution.
|
520 |
|
|
|a Learn to build human-interactive Android apps, starting with device sensors. This book shows Android developers how to exploit the rich set of device sensors - locational, physical (temperature, pressure, light, acceleration, etc.), cameras, microphones, and speech recognition - in order to build fully human-interactive Android applications. Whether providing hands-free directions or checking your blood pressure, Professional Android Sensor Programming shows how to turn possibility into reality. The authors provide techniques that bridge the gap between accessing sensors and putting them.
|
588 |
0 |
|
|a Print version record.
|
590 |
|
|
|a ProQuest Ebook Central
|b Ebook Central Academic Complete
|
630 |
0 |
0 |
|a Android (Electronic resource)
|
630 |
0 |
7 |
|a Android (Electronic resource)
|2 fast
|
650 |
|
0 |
|a Detectors.
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Mobile computing.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Informatique mobile.
|
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 Detectors
|2 fast
|
650 |
|
7 |
|a Mobile computing
|2 fast
|
700 |
1 |
|
|a Stroud, Adam.
|
758 |
|
|
|i has work:
|a Professional Android sensor programming (Text)
|1 https://id.oclc.org/worldcat/entity/E39PCGQ4QkC49MDHwT4mcJKhMd
|4 https://id.oclc.org/worldcat/ontology/hasWork
|
776 |
0 |
8 |
|i Print version:
|a Milette, Greg.
|t Professional Android Sensor Programming.
|d Hoboken : John Wiley & Sons, ©2012
|z 9781118183489
|
856 |
4 |
0 |
|u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=821861
|z Texto completo
|
938 |
|
|
|a 123Library
|b 123L
|n 52984
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL821861
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 457425
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n 365587
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7652725
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12671558
|
994 |
|
|
|a 92
|b IZTAP
|