|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
EBSCO_ocn918863849 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150817s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d TEFOD
|d IDEBK
|d EBLCP
|d TEFOD
|d DEBSZ
|d COO
|d YDXCP
|d DEBBG
|d N$T
|d OCLCQ
|d MERUC
|d OCLCQ
|d OCLCF
|d CEF
|d UKMGB
|d OCLCQ
|d WYU
|d OCLCO
|d UAB
|d AU@
|d UKAHL
|d OCLCQ
|d OCLCO
|d SFB
|d AJS
|d OCLCQ
|d OCLCO
|d QGK
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018006696
|2 Uk
|
019 |
|
|
|a 915154349
|a 923616058
|a 1259249222
|
020 |
|
|
|a 9781783552351
|q (electronic bk.)
|
020 |
|
|
|a 1783552352
|q (electronic bk.)
|
020 |
|
|
|z 9781785288449
|
020 |
|
|
|z 178528844X
|
029 |
1 |
|
|a AU@
|b 000056111615
|
029 |
1 |
|
|a DEBBG
|b BV043020083
|
029 |
1 |
|
|a DEBBG
|b BV043622422
|
029 |
1 |
|
|a DEBSZ
|b 445087552
|
029 |
1 |
|
|a DEBSZ
|b 455696500
|
029 |
1 |
|
|a GBVCP
|b 882743546
|
029 |
1 |
|
|a UKMGB
|b 018006696
|
035 |
|
|
|a (OCoLC)918863849
|z (OCoLC)915154349
|z (OCoLC)923616058
|z (OCoLC)1259249222
|
037 |
|
|
|a CL0500000627
|b Safari Books Online
|
037 |
|
|
|a 287E4CA3-CB41-4C07-A6B8-90E2B716FC05
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.76.A65
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.10298345
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Mew, Kyle,
|e author.
|
245 |
1 |
0 |
|a Android 5 programming by example :
|b turn your ideas into elegant and powerful mobile applications using the latest Android Studio for the Android Lollipop platform /
|c Kyle Mew.
|
246 |
3 |
|
|a Android five programming by example
|
246 |
3 |
0 |
|a Turn your ideas into elegant and powerful mobile applications using the latest Android Studio for the Android Lollipop platform
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|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 Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover (Safari, viewed August 13, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Setting up the Development Environment -- What is Android 5? -- Lollipop from a user's perspective -- Lollipop from a developer's perspective -- Material Design -- Other devices -- Installing and configuring the development environment -- Installing the SDK -- Managing the SDK tools -- Creating a Hello World app -- Testing the app on a physical device -- Setting up a virtual device -- Monitoring devices
|
505 |
8 |
|
|a SummaryChapter 2: Building a UI -- Applying a Material Design theme -- Adding animated widgets -- Designing an XML layout -- Controlling the widget behavior with Java -- Creating alternative layouts -- Summary -- Chapter 3: Activities and Fragments -- Adding a CardView widget -- Adding images and text to the layout -- Creating a second Activity -- Applying Fragments -- Adding static Fragments -- Adding menus and toolbars -- Adding menu items to the menu XML files -- Configuring the toolbar -- Summary
|
505 |
8 |
|
|a Chapter 4: Managing RecyclerViews and their DataCreating a RecyclerView -- Adding a CardView with Layout -- Adding a LayoutManager -- Adding a Dataset -- Creating an Adapter -- Responding to the RecyclerView selections -- Creating the OnClickListener -- Adding the new Activity -- Creating the portrait layout -- Creating the landscape layout -- Connecting Views to web pages -- Summary -- Chapter 5: Detecting Touchscreen Gestures -- Adding a GestureDetector to a view -- Adding the gallery data -- Adding the GestureDetector
|
505 |
8 |
|
|a Viewing gesture activity with DDMSImplementing a SimpleOnGestureListener -- Adding a GestureDetector to an Activity -- Designing the splash screen layout -- Editing the Manifest -- Adding the GestureDetector -- Summary -- Chapter 6: Notifications and the Action Bar -- Constructing a ViewPager -- Creating the layout -- Adding a ViewPager and FragmentPagerAdapter -- Adding tabs and dates -- Programming notifications -- Adding a standard notification and icon -- Expanding a notification -- Issuing heads-up and lock screen notifications -- Summary
|
505 |
8 |
|
|a Chapter 7: Maps, Locations, and Google ServicesBuilding a location-aware app with Google Maps -- Acquiring an API Key -- Acquiring the last known location -- Requesting location updates -- Moving around and animating a Google Map -- Summary -- Chapter 8: Apps for TVs, Cars, and Wearables -- Android Wear -- Constructing and connecting to a wearable AVD -- Connecting a wearable AVD with another emulator -- Creating a wearable project -- Designing a UI for wearables -- Designing the layout -- Adding cards -- Customizing cards -- Accessing sensor data
|
520 |
|
|
|a If you have a great idea for a mobile app, and some familiarity with Java, or a similar procedural programming language, then all you need is this book to turn your idea into a reality.
|
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 fast
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Mobile computing.
|
650 |
|
0 |
|a Smartphones
|x Programming.
|
650 |
|
0 |
|a Tablet computers
|x Programming.
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Informatique mobile.
|
650 |
|
6 |
|a Téléphones intelligents
|x Programmation.
|
650 |
|
6 |
|a Tablettes électroniques
|x Programmation.
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development
|2 fast
|
650 |
|
7 |
|a Mobile computing
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Mew, Kyle.
|t Android 5 programming by example : turn your ideas into elegant and powerful mobile applications using the latest Android Studio for the Android Lollipop platform.
|d Birmingham, England ; Mumbai, [India] : Packt Publishing, ©2015
|h ix, 190 pages
|k Community experience distilled.
|z 9781785288449
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1044820
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH28960135
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1044820
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis32248525
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12546793
|
994 |
|
|
|a 92
|b IZTAP
|