MARC details
000 -LEADER |
fixed length control field |
05920cam a2200733Ii 4500 |
001 - CONTROL NUMBER |
control field |
ocn946944192 |
003 - CONTROL NUMBER IDENTIFIER |
control field |
OCoLC |
005 - DATE AND TIME OF LATEST TRANSACTION |
control field |
20220707150231.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS |
fixed length control field |
m o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION |
fixed length control field |
cr cnu---unuuu |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION |
fixed length control field |
160419s2016 enka o 001 0 eng d |
015 ## - NATIONAL BIBLIOGRAPHY NUMBER |
National bibliography number |
GBB6G3517 |
Source |
bnb |
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER |
Record control number |
018010651 |
Source |
Uk |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
9781785889202 |
Qualifying information |
electronic bk. |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
1785889206 |
Qualifying information |
electronic bk. |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
Canceled/invalid ISBN |
9781785886195 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
1785886193 |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER |
International Standard Book Number |
9781785886195 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) |
OCLC library identifier |
DEBBG |
System control number |
BV043969264 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) |
OCLC library identifier |
DEBSZ |
System control number |
48579778X |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) |
OCLC library identifier |
GBVCP |
System control number |
882849603 |
029 1# - OTHER SYSTEM CONTROL NUMBER (OCLC) |
OCLC library identifier |
UKMGB |
System control number |
018010651 |
035 ## - SYSTEM CONTROL NUMBER |
System control number |
(OCoLC)946944192 |
Canceled/invalid control number |
(OCoLC)946106136 |
037 ## - SOURCE OF ACQUISITION |
Stock number |
9781785889202 |
Source of stock number/acquisition |
Packt Publishing Pvt. Ltd |
040 ## - CATALOGING SOURCE |
Original cataloging agency |
UMI |
Language of cataloging |
eng |
Description conventions |
rda |
-- |
pn |
Transcribing agency |
UMI |
Modifying agency |
TEFOD |
-- |
IDEBK |
-- |
OCLCF |
-- |
N$T |
-- |
KSU |
-- |
DEBBG |
-- |
DEBSZ |
-- |
OCLCQ |
-- |
CEF |
-- |
NLE |
-- |
UKMGB |
-- |
MQY |
-- |
AGLDB |
-- |
IGB |
-- |
UKAHL |
-- |
RDF |
049 ## - LOCAL HOLDINGS (OCLC) |
Holding library |
MAIN |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER |
Classification number |
QA76.76.A65 |
072 #7 - SUBJECT CATEGORY CODE |
Subject category code |
COM |
Subject category code subdivision |
051390 |
Source |
bisacsh |
072 #7 - SUBJECT CATEGORY CODE |
Subject category code |
COM |
Subject category code subdivision |
051440 |
Source |
bisacsh |
072 #7 - SUBJECT CATEGORY CODE |
Subject category code |
COM |
Subject category code subdivision |
051230 |
Source |
bisacsh |
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER |
Classification number |
005.3 |
Edition number |
23 |
100 1# - MAIN ENTRY--PERSONAL NAME |
Personal name |
Boyer, Rick, |
Relator term |
author. |
245 10 - TITLE STATEMENT |
Title |
Android application development cookbook : |
Remainder of title |
over 100 recipes to help you solve the most common problems faced by Android developers today / |
Statement of responsibility, etc. |
Rick Boyer, Kyle Mew. |
250 ## - EDITION STATEMENT |
Edition statement |
Second edition. |
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE |
Place of production, publication, distribution, manufacture |
Birmingham, UK : |
Name of producer, publisher, distributor, manufacturer |
Packt Publishing, |
Date of production, publication, distribution, manufacture, or copyright notice |
2016. |
300 ## - PHYSICAL DESCRIPTION |
Extent |
1 online resource (1 volume) : |
Other physical details |
illustrations. |
336 ## - CONTENT TYPE |
Content type term |
text |
Content type code |
txt |
Source |
rdacontent |
337 ## - MEDIA TYPE |
Media type term |
computer |
Media type code |
c |
Source |
rdamedia |
338 ## - CARRIER TYPE |
Carrier type term |
online resource |
Carrier type code |
cr |
Source |
rdacarrier |
490 1# - SERIES STATEMENT |
Series statement |
Quick answers to common problems |
500 ## - GENERAL NOTE |
General note |
Includes index. |
505 0# - FORMATTED CONTENTS NOTE |
Formatted contents note |
Cover; Copyright; Credits; Disclaimer; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Activities; Chapter 2: Layouts; Chapter 3: Views, Widgets, and Styles; Chapter 4: Menus; Chapter 5: Exploring Fragments, AppWidgets, and the System UI; Chapter 6: Working with Data; Chapter 7: Alerts and Notifications; Chapter 8: Using the Touchscreen and Sensors; Chapter 9: Graphics and Animation; Chapter 10: A First Look at OpenGL ES; Chapter 11: Multimedia; Chapter 12: Telephony, Networks, and the Web; Chapter 13: Getting Location and Using Geofencing |
505 8# - FORMATTED CONTENTS NOTE |
Formatted contents note |
Chapter 14: Getting your app ready for the Play StoreChapter 15: The Backend as a Service Options; Index; Introduction; Declaring an activity; Starting a new activity with an intent object; Switching between activities; Passing data to another activity; Returning a result from an activity; Saving an activity's state; Storing persistent activity data; Understanding the activity lifecycle; Introduction; Defining and inflating a layout; Using RelativeLayout; Using LinearLayout; Creating tables -- TableLayout and GridLayout; Using ListView, GridView, and Adapters |
505 8# - FORMATTED CONTENTS NOTE |
Formatted contents note |
Changing layout properties during runtimeOptimizing layouts with the Hierarchy Viewer; Introduction; Inserting a widget into a layout; Using graphics to show button state; Creating a widget at runtime; Creating a custom component; Applying a style to a View; Turning a style into a theme; Selecting theme based on the Android version; Introduction; Creating an Options menu; Modifying menus and menu items during runtime; Enabling Contextual Action Mode for a view; Using Contextual Batch Mode with a ListView; Creating a pop-up menu; Introduction; Creating and using a Fragment |
505 8# - FORMATTED CONTENTS NOTE |
Formatted contents note |
Adding and removing Fragments during runtimePassing data between Fragments; Creating a shortcut on the Home screen; Creating a Home screen widget; Adding Search to the Action Bar; Showing your app full screen; Introduction; Storing simple data; Read and write a text file to internal storage; Read and write a text file to external storage; Including resource files in your project; Creating and using an SQLite database; Access data in the background using a Loader; Introduction; Lights, Action, and Sound -- getting the user's attention!; Creating a Toast using a custom layout |
505 8# - FORMATTED CONTENTS NOTE |
Formatted contents note |
Displaying a message box with AlertDialogDisplaying a progress dialog; Lights, Action, and Sound Redux using Notifications; Creating a Media Player Notification; Making a Flashlight with a Heads-Up Notification; Introduction; Listening for click and long-press events; Recognizing tap and other common gestures; Pinch-to-zoom with multi-touch gestures; Swipe-to-Refresh; Listing available sensors -- an introduction to the Android Sensor Framework; Reading sensor data -- using the Android Sensor Framework events; Reading device orientation; Introduction |
588 ## - SOURCE OF DESCRIPTION NOTE |
Source of description note |
Description based on online resource; title from cover page (Safari, viewed April 15, 2016). |
588 0# - SOURCE OF DESCRIPTION NOTE |
Source of description note |
Print version record. |
590 ## - LOCAL NOTE (RLIN) |
Local note |
eBooks on EBSCOhost |
Provenance (VM) [OBSOLETE] |
EBSCO eBook Subscription Academic Collection - Worldwide |
630 00 - SUBJECT ADDED ENTRY--UNIFORM TITLE |
Uniform title |
Android (Electronic resource) |
Authority record control number or standard number |
http://id.loc.gov/authorities/names/n2009043077 |
630 07 - SUBJECT ADDED ENTRY--UNIFORM TITLE |
Uniform title |
Android (Electronic resource) |
Source of heading or term |
fast |
Authority record control number or standard number |
(OCoLC)fst01776064 |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
Application software |
General subdivision |
Development. |
Authority record control number or standard number |
http://id.loc.gov/authorities/subjects/sh95009362 |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
Mobile computing. |
Authority record control number or standard number |
http://id.loc.gov/authorities/subjects/sh95004596 |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
COMPUTERS / Programming / Open Source |
Source of heading or term |
bisacsh |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
COMPUTERS / Software Development & Engineering / Tools |
Source of heading or term |
bisacsh |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
COMPUTERS / Software Development & Engineering / General |
Source of heading or term |
bisacsh |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
Application software |
General subdivision |
Development. |
Source of heading or term |
fast |
Authority record control number or standard number |
(OCoLC)fst00811707 |
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM |
Topical term or geographic name entry element |
Mobile computing. |
Source of heading or term |
fast |
Authority record control number or standard number |
(OCoLC)fst01024221 |
655 #4 - INDEX TERM--GENRE/FORM |
Genre/form data or focus term |
Electronic books. |
700 1# - ADDED ENTRY--PERSONAL NAME |
Personal name |
Mew, Kyle, |
Relator term |
author. |
Authority record control number or standard number |
http://id.loc.gov/authorities/names/no2016019490 |
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE |
Uniform title |
Quick answers to common problems. |
Authority record control number or standard number |
http://id.loc.gov/authorities/names/no2015091434 |
856 40 - ELECTRONIC LOCATION AND ACCESS |
Uniform Resource Identifier |
<a href="https://libproxy.firstcity.edu.my:8443/login?url=http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1215162">https://libproxy.firstcity.edu.my:8443/login?url=http://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1215162</a> |
942 ## - ADDED ENTRY ELEMENTS (KOHA) |
Source of classification or shelving scheme |
Dewey Decimal Classification |
Koha item type |
Electronic Book |