Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Boyer, Rick (Autor), Mew, Kyle (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Edición:Second edition.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn946944192
003 OCoLC
005 20231017213018.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 
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 
029 1 |a DEBBG  |b BV043969264 
029 1 |a DEBSZ  |b 48579778X 
029 1 |a GBVCP  |b 882849603 
029 1 |a UKMGB  |b 018010651 
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 0 4 |a 005.3  |2 23 
049 |a UAMI 
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... 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
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 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. 
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=1215162  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785886195/?ar  |z Texto completo 
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 IZTAP