Android application development cookbook :: over 100 recipes to help you solve the most common problems faced by Android developers today /
Over 100 recipes to help you solve the most common problems faced by Android Developers today About This Book Find the answers to your common Android programming problems, from set up to security, to help you deliver better applications, faster Uncover the latest features of Android Marshmallow to m...
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2016.
|
Ausgabe: | Second edition. |
Schriftenreihe: | Quick answers to common problems.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Over 100 recipes to help you solve the most common problems faced by Android Developers today About This Book Find the answers to your common Android programming problems, from set up to security, to help you deliver better applications, faster Uncover the latest features of Android Marshmallow to make your applications stand out Get up to speed with Android Studio 1.4 - the first Android Studio based on the IntelliJ IDE from JetBrains Who This Book Is For If you are new to Android development and want to take a hands-on approach to learning the framework, or if you are an experienced developer in need of clear working code to solve the many challenges in Android development, you can benefit from this book. Either way, this is a resource you'll want to keep at your desk for a quick reference to solve new problems as you tackle more challenging projects. What You Will Learn Along with Marshmallow, get hands-on working with Google's new Android Studio IDE Develop applications using the latest Android framework while maintaining backward-compatibility with the support library Master Android programming best practices from the recipes Create exciting and engaging applications using knowledge gained from recipes on graphics, animations, and multimedia Work through succinct steps on specifics that will help you complete your project faster Keep your app responsive (and prevent ANRs) with examples on the AsynchTask class Utilize Google Speech Recognition APIs for your app. Make use of Google Cloud Messaging (GCM) to create Push Notifications for your users Get a better understanding of the Android framework through detailed explanations In Detail The Android OS has the largest installation base of any operating system in the world; there has never been a better time to learn Android development to write your own applications, or to make your own contributions to the open source community! This ?cookbook? will make it easy for you to jump to a topic of interest and get what you need to implement the feature in your own application. If you are new to Android and learn best by ?doing,? then this book will provide many topics of interest. Starting with the basics of Android development, we move on to more advanced concepts, and we'll guide you through common tasks developers struggle to solve. The first few chapters cover the basics including Activities, Layouts, Widgets, and the Menu. From there, we cover fragments and data storage (including SQLite), d... |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations. |
ISBN: | 9781785889202 1785889206 1785886193 9781785886195 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn946944192 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 160419s2016 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d TEFOD |d IDEBK |d OCLCF |d N$T |d KSU |d DEBBG |d DEBSZ |d OCLCQ |d CEF |d NLE |d UKMGB |d MQY |d AGLDB |d IGB |d UKAHL |d RDF |d CZL |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d OCLCQ | ||
015 | |a GBB6G3517 |2 bnb | ||
016 | 7 | |a 018010651 |2 Uk | |
019 | |a 946106136 | ||
020 | |a 9781785889202 |q electronic bk. | ||
020 | |a 1785889206 |q electronic bk. | ||
020 | |z 9781785886195 | ||
020 | |a 1785886193 | ||
020 | |a 9781785886195 | ||
035 | |a (OCoLC)946944192 |z (OCoLC)946106136 | ||
037 | |a 9781785889202 |b Packt Publishing Pvt. Ltd | ||
050 | 4 | |a QA76.76.A65 | |
072 | 7 | |a COM |x 051390 |2 bisacsh | |
072 | 7 | |a COM |x 051440 |2 bisacsh | |
072 | 7 | |a COM |x 051230 |2 bisacsh | |
082 | 7 | |a 005.3 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Boyer, Rick, |e author. | |
245 | 1 | 0 | |a Android application development cookbook : |b over 100 recipes to help you solve the most common problems faced by Android developers today / |c Rick Boyer, Kyle Mew. |
250 | |a Second edition. | ||
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2016. | |
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 Quick answers to common problems | |
588 | |a Description based on online resource; title from cover page (Safari, viewed April 15, 2016). | ||
500 | |a Includes index. | ||
588 | 0 | |a Print version record. | |
505 | 0 | |a 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 | |a 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 | |a 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 | |a 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 | |a 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 | |
520 | |a Over 100 recipes to help you solve the most common problems faced by Android Developers today About This Book Find the answers to your common Android programming problems, from set up to security, to help you deliver better applications, faster Uncover the latest features of Android Marshmallow to make your applications stand out Get up to speed with Android Studio 1.4 - the first Android Studio based on the IntelliJ IDE from JetBrains Who This Book Is For If you are new to Android development and want to take a hands-on approach to learning the framework, or if you are an experienced developer in need of clear working code to solve the many challenges in Android development, you can benefit from this book. Either way, this is a resource you'll want to keep at your desk for a quick reference to solve new problems as you tackle more challenging projects. What You Will Learn Along with Marshmallow, get hands-on working with Google's new Android Studio IDE Develop applications using the latest Android framework while maintaining backward-compatibility with the support library Master Android programming best practices from the recipes Create exciting and engaging applications using knowledge gained from recipes on graphics, animations, and multimedia Work through succinct steps on specifics that will help you complete your project faster Keep your app responsive (and prevent ANRs) with examples on the AsynchTask class Utilize Google Speech Recognition APIs for your app. Make use of Google Cloud Messaging (GCM) to create Push Notifications for your users Get a better understanding of the Android framework through detailed explanations In Detail The Android OS has the largest installation base of any operating system in the world; there has never been a better time to learn Android development to write your own applications, or to make your own contributions to the open source community! This ?cookbook? will make it easy for you to jump to a topic of interest and get what you need to implement the feature in your own application. If you are new to Android and learn best by ?doing,? then this book will provide many topics of interest. Starting with the basics of Android development, we move on to more advanced concepts, and we'll guide you through common tasks developers struggle to solve. The first few chapters cover the basics including Activities, Layouts, Widgets, and the Menu. From there, we cover fragments and data storage (including SQLite), d... | ||
630 | 0 | 0 | |a Android (Electronic resource) |0 http://id.loc.gov/authorities/names/n2009043077 |
630 | 0 | 7 | |a Android (Electronic resource) |2 fast |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 0 | |a Mobile computing. |0 http://id.loc.gov/authorities/subjects/sh95004596 | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Informatique mobile. | |
650 | 7 | |a COMPUTERS / Programming / Open Source |2 bisacsh | |
650 | 7 | |a COMPUTERS / Software Development & Engineering / Tools |2 bisacsh | |
650 | 7 | |a COMPUTERS / Software Development & Engineering / General |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Mobile computing |2 fast | |
700 | 1 | |a Mew, Kyle, |e author. | |
758 | |i has work: |a Android application development cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGMjkGm9cdMDPGjFgg3fFX |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
830 | 0 | |a Quick answers to common problems. |0 http://id.loc.gov/authorities/names/no2015091434 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1215162 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH30554652 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis34332735 | ||
938 | |a EBSCOhost |b EBSC |n 1215162 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn946944192 |
---|---|
_version_ | 1816882346493739008 |
adam_text | |
any_adam_object | |
author | Boyer, Rick Mew, Kyle |
author_facet | Boyer, Rick Mew, Kyle |
author_role | aut aut |
author_sort | Boyer, Rick |
author_variant | r b rb k m km |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.A65 |
callnumber-search | QA76.76.A65 |
callnumber-sort | QA 276.76 A65 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | 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 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 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 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 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 |
ctrlnum | (OCoLC)946944192 |
dewey-full | 005.3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.3 |
dewey-search | 005.3 |
dewey-sort | 15.3 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | Second edition. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08514cam a2200745 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn946944192</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cnu---unuuu</controlfield><controlfield tag="008">160419s2016 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">TEFOD</subfield><subfield code="d">IDEBK</subfield><subfield code="d">OCLCF</subfield><subfield code="d">N$T</subfield><subfield code="d">KSU</subfield><subfield code="d">DEBBG</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">CEF</subfield><subfield code="d">NLE</subfield><subfield code="d">UKMGB</subfield><subfield code="d">MQY</subfield><subfield code="d">AGLDB</subfield><subfield code="d">IGB</subfield><subfield code="d">UKAHL</subfield><subfield code="d">RDF</subfield><subfield code="d">CZL</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB6G3517</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018010651</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">946106136</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785889202</subfield><subfield code="q">electronic bk.</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1785889206</subfield><subfield code="q">electronic bk.</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781785886195</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1785886193</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781785886195</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)946944192</subfield><subfield code="z">(OCoLC)946106136</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781785889202</subfield><subfield code="b">Packt Publishing Pvt. Ltd</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.A65</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051390</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051440</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051230</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.3</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Boyer, Rick,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Android application development cookbook :</subfield><subfield code="b">over 100 recipes to help you solve the most common problems faced by Android developers today /</subfield><subfield code="c">Rick Boyer, Kyle Mew.</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Second edition.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2016.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Quick answers to common problems</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on online resource; title from cover page (Safari, viewed April 15, 2016).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">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</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Over 100 recipes to help you solve the most common problems faced by Android Developers today About This Book Find the answers to your common Android programming problems, from set up to security, to help you deliver better applications, faster Uncover the latest features of Android Marshmallow to make your applications stand out Get up to speed with Android Studio 1.4 - the first Android Studio based on the IntelliJ IDE from JetBrains Who This Book Is For If you are new to Android development and want to take a hands-on approach to learning the framework, or if you are an experienced developer in need of clear working code to solve the many challenges in Android development, you can benefit from this book. Either way, this is a resource you'll want to keep at your desk for a quick reference to solve new problems as you tackle more challenging projects. What You Will Learn Along with Marshmallow, get hands-on working with Google's new Android Studio IDE Develop applications using the latest Android framework while maintaining backward-compatibility with the support library Master Android programming best practices from the recipes Create exciting and engaging applications using knowledge gained from recipes on graphics, animations, and multimedia Work through succinct steps on specifics that will help you complete your project faster Keep your app responsive (and prevent ANRs) with examples on the AsynchTask class Utilize Google Speech Recognition APIs for your app. Make use of Google Cloud Messaging (GCM) to create Push Notifications for your users Get a better understanding of the Android framework through detailed explanations In Detail The Android OS has the largest installation base of any operating system in the world; there has never been a better time to learn Android development to write your own applications, or to make your own contributions to the open source community! This ?cookbook? will make it easy for you to jump to a topic of interest and get what you need to implement the feature in your own application. If you are new to Android and learn best by ?doing,? then this book will provide many topics of interest. Starting with the basics of Android development, we move on to more advanced concepts, and we'll guide you through common tasks developers struggle to solve. The first few chapters cover the basics including Activities, Layouts, Widgets, and the Menu. From there, we cover fragments and data storage (including SQLite), d...</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Android (Electronic resource)</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2009043077</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Android (Electronic resource)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Mobile computing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95004596</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Informatique mobile.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Programming / Open Source</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Software Development & Engineering / Tools</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Software Development & Engineering / General</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Mobile computing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Mew, Kyle,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Android application development cookbook (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCGMjkGm9cdMDPGjFgg3fFX</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Quick answers to common problems.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2015091434</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1215162</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH30554652</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis34332735</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1215162</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn946944192 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:09Z |
institution | BVB |
isbn | 9781785889202 1785889206 1785886193 9781785886195 |
language | English |
oclc_num | 946944192 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations. |
psigel | ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
series | Quick answers to common problems. |
series2 | Quick answers to common problems |
spelling | Boyer, Rick, author. Android application development cookbook : over 100 recipes to help you solve the most common problems faced by Android developers today / Rick Boyer, Kyle Mew. Second edition. Birmingham, UK : Packt Publishing, 2016. 1 online resource (1 volume) : illustrations. text txt rdacontent computer c rdamedia online resource cr rdacarrier Quick answers to common problems Description based on online resource; title from cover page (Safari, viewed April 15, 2016). Includes index. Print version record. 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 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 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 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 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 Over 100 recipes to help you solve the most common problems faced by Android Developers today About This Book Find the answers to your common Android programming problems, from set up to security, to help you deliver better applications, faster Uncover the latest features of Android Marshmallow to make your applications stand out Get up to speed with Android Studio 1.4 - the first Android Studio based on the IntelliJ IDE from JetBrains Who This Book Is For If you are new to Android development and want to take a hands-on approach to learning the framework, or if you are an experienced developer in need of clear working code to solve the many challenges in Android development, you can benefit from this book. Either way, this is a resource you'll want to keep at your desk for a quick reference to solve new problems as you tackle more challenging projects. What You Will Learn Along with Marshmallow, get hands-on working with Google's new Android Studio IDE Develop applications using the latest Android framework while maintaining backward-compatibility with the support library Master Android programming best practices from the recipes Create exciting and engaging applications using knowledge gained from recipes on graphics, animations, and multimedia Work through succinct steps on specifics that will help you complete your project faster Keep your app responsive (and prevent ANRs) with examples on the AsynchTask class Utilize Google Speech Recognition APIs for your app. Make use of Google Cloud Messaging (GCM) to create Push Notifications for your users Get a better understanding of the Android framework through detailed explanations In Detail The Android OS has the largest installation base of any operating system in the world; there has never been a better time to learn Android development to write your own applications, or to make your own contributions to the open source community! This ?cookbook? will make it easy for you to jump to a topic of interest and get what you need to implement the feature in your own application. If you are new to Android and learn best by ?doing,? then this book will provide many topics of interest. Starting with the basics of Android development, we move on to more advanced concepts, and we'll guide you through common tasks developers struggle to solve. The first few chapters cover the basics including Activities, Layouts, Widgets, and the Menu. From there, we cover fragments and data storage (including SQLite), d... Android (Electronic resource) http://id.loc.gov/authorities/names/n2009043077 Android (Electronic resource) fast Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Mobile computing. http://id.loc.gov/authorities/subjects/sh95004596 Logiciels d'application Développement. Informatique mobile. COMPUTERS / Programming / Open Source bisacsh COMPUTERS / Software Development & Engineering / Tools bisacsh COMPUTERS / Software Development & Engineering / General bisacsh Application software Development fast Mobile computing fast Mew, Kyle, author. has work: Android application development cookbook (Text) https://id.oclc.org/worldcat/entity/E39PCGMjkGm9cdMDPGjFgg3fFX https://id.oclc.org/worldcat/ontology/hasWork Quick answers to common problems. http://id.loc.gov/authorities/names/no2015091434 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1215162 Volltext |
spellingShingle | Boyer, Rick Mew, Kyle Android application development cookbook : over 100 recipes to help you solve the most common problems faced by Android developers today / Quick answers to common problems. 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 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 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 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 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 Android (Electronic resource) http://id.loc.gov/authorities/names/n2009043077 Android (Electronic resource) fast Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Mobile computing. http://id.loc.gov/authorities/subjects/sh95004596 Logiciels d'application Développement. Informatique mobile. COMPUTERS / Programming / Open Source bisacsh COMPUTERS / Software Development & Engineering / Tools bisacsh COMPUTERS / Software Development & Engineering / General bisacsh Application software Development fast Mobile computing fast |
subject_GND | http://id.loc.gov/authorities/names/n2009043077 http://id.loc.gov/authorities/subjects/sh95009362 http://id.loc.gov/authorities/subjects/sh95004596 |
title | Android application development cookbook : over 100 recipes to help you solve the most common problems faced by Android developers today / |
title_auth | Android application development cookbook : over 100 recipes to help you solve the most common problems faced by Android developers today / |
title_exact_search | Android application development cookbook : over 100 recipes to help you solve the most common problems faced by Android developers today / |
title_full | Android application development cookbook : over 100 recipes to help you solve the most common problems faced by Android developers today / Rick Boyer, Kyle Mew. |
title_fullStr | Android application development cookbook : over 100 recipes to help you solve the most common problems faced by Android developers today / Rick Boyer, Kyle Mew. |
title_full_unstemmed | Android application development cookbook : over 100 recipes to help you solve the most common problems faced by Android developers today / Rick Boyer, Kyle Mew. |
title_short | Android application development cookbook : |
title_sort | android application development cookbook over 100 recipes to help you solve the most common problems faced by android developers today |
title_sub | over 100 recipes to help you solve the most common problems faced by Android developers today / |
topic | Android (Electronic resource) http://id.loc.gov/authorities/names/n2009043077 Android (Electronic resource) fast Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 Mobile computing. http://id.loc.gov/authorities/subjects/sh95004596 Logiciels d'application Développement. Informatique mobile. COMPUTERS / Programming / Open Source bisacsh COMPUTERS / Software Development & Engineering / Tools bisacsh COMPUTERS / Software Development & Engineering / General bisacsh Application software Development fast Mobile computing fast |
topic_facet | Android (Electronic resource) Application software Development. Mobile computing. Logiciels d'application Développement. Informatique mobile. COMPUTERS / Programming / Open Source COMPUTERS / Software Development & Engineering / Tools COMPUTERS / Software Development & Engineering / General Application software Development Mobile computing |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1215162 |
work_keys_str_mv | AT boyerrick androidapplicationdevelopmentcookbookover100recipestohelpyousolvethemostcommonproblemsfacedbyandroiddeveloperstoday AT mewkyle androidapplicationdevelopmentcookbookover100recipestohelpyousolvethemostcommonproblemsfacedbyandroiddeveloperstoday |