Cargando…

Beginning Android tablet programming : starting with Android Honeycomb for tablets /

Beginning Android Tablet Programming starts off by showing how to get your system ready for Android tablet programming. You won't need any previous Android experience, because you'll learn all about the basic structure of an Android program and how the Android operating system works--and t...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Matthews, Robbie
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, ©2011.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocn775786129
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 120210s2011 caua o 001 0 eng d
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d COO  |d GZM  |d UMI  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d BEDGE  |d YDXCP  |d VT2  |d MEAUC  |d OCLCQ  |d TXI  |d OCLCQ  |d CAUOI  |d LIV  |d ESU  |d IOG  |d N$T  |d OCLCF  |d CEF  |d U3W  |d WYU  |d YOU  |d UAB  |d LEAUB  |d AU@  |d UKAHL  |d OCLCQ  |d OCLCO  |d DCT  |d ERF  |d RDF  |d BRF  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 780679122  |a 803392271  |a 1005796888  |a 1063855485  |a 1086954663  |a 1111044824  |a 1112584177 
020 |a 9781430237846  |q (electronic bk.) 
020 |a 1430237848  |q (electronic bk.) 
020 |z 9781430237839 
020 |z 143023783X 
024 7 |a 10.1007/978-1-4302-3784-6.  |2 doi 
029 1 |a AU@  |b 000048655865 
029 1 |a AU@  |b 000053278253 
029 1 |a AU@  |b 000060583622 
029 1 |a DEBBG  |b BV040901499 
029 1 |a DEBSZ  |b 378288024 
029 1 |a DEBSZ  |b 381375390 
029 1 |a NZ1  |b 14230900 
035 |a (OCoLC)775786129  |z (OCoLC)780679122  |z (OCoLC)803392271  |z (OCoLC)1005796888  |z (OCoLC)1063855485  |z (OCoLC)1086954663  |z (OCoLC)1111044824  |z (OCoLC)1112584177 
037 |a CL0500000127  |b Safari Books Online 
050 4 |a QA76.76.A65  |b M38 2011 
072 7 |a COM  |x 051460  |2 bisacsh 
072 7 |a COM  |x 046100  |2 bisacsh 
072 7 |a UY.  |2 bicssc 
082 0 4 |a 005.1  |2 23 
049 |a UAMI 
100 1 |a Matthews, Robbie. 
245 1 0 |a Beginning Android tablet programming :  |b starting with Android Honeycomb for tablets /  |c Robbie Matthews. 
260 |a [Berkeley, CA] :  |b Apress,  |c ©2011. 
300 |a 1 online resource (xviii, 274 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed November 29, 2017) 
520 |a Beginning Android Tablet Programming starts off by showing how to get your system ready for Android tablet programming. You won't need any previous Android experience, because you'll learn all about the basic structure of an Android program and how the Android operating system works--and then you'll learn how to write your first Android tablet application from scratch! Beginning Android Tablet Programming then equips you to build a set of interesting and fully-working Android tablet applications. These projects will give you the inspiration and insights to build your own Android programs in the future. You'll be introduced to 2D programming, and you'll see what you can do with a touch screen interface and the Honeycomb SDK. Of course, 3D programming is even more alluring for many programmers. If that includes you, you'll learn about how Honeycomb has changed the game for Android graphics programming, and get your first taste of 3D programming on an Android tablet. Lights, camera, action! You'll learn along the way how Android Honeycomb gives you access, through your programming, to all those interesting sensors that tablet computers are equipped with today--beyond the touch screen itself. You'll learn, for example, how you to use a tablet GPS sensor to locate your car! You'll also discover how you can access files on your tablet--or on the web--through programming, and then build on that insight to create your own file browser application. This Android project contains many useful coding techniques appropriate for many situations you might encounter in your future programming Android tablet applications; you'll be glad to have them under your belt. So do you want to write programs that can receive and send reminder messages via SMS? Do you want to write your first 2D or 3D game on Android? Perhaps you'd like to write an application that sorts out all your contacts for you! Beginning Android Tablet Programming introduces you to Android tablet programming, and shows how you can program your Android tablet from scratch to do what you want! 
505 0 |a Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Some Notes on Using the Downloaded Code; Setting Up Eclipse; Importing the Example Projects; The Utilities Library; Python Examples; CHAPTER 1 Getting Started; A Short, Personal History of Portable Programming; The Advent of Android; Preparing Your Computer; Installing Your Development Environment; Creating an Emulator Instance; Setting Your Path; Your First Android Program; Oh, No! Java!; A Quick Guide to Java; Structure; Primitives; Flow Control; Objects 
505 8 |a Constructors, Initializers, and OverloadingWhere's "Free"?; String Handling; Packages; Lists and Maps; Generics; Inheritance and Interfaces; Annotations; And Many More; Summary; CHAPTER 2 How Android Works; Basic Structure of Android Programs; Intents: What, Where, Why, and Are They Honorable?; Intent Filters; Common Intents; Finally; Secretly Linux; Summary; CHAPTER 3 What Can You Do with an Android Tablet?; More Sensors Than the CIA; Lights, Camera, Action; Browsing for Fun and Profit; Managing Your Assets; Getting Fancy; My Little Black Book-Managing Contacts; Accessing Contacts 
505 8 |a A Quick Side Trip into ListsDifferent Things to Access; Share My Stuff (Sending and Receiving, Well, Everything); Bonus Stuff-Menu Options; Sending E-mail; Sound and Fury (Managing Media Files); Summary; CHAPTER 4 Beyond Java: Programming in Python and Friends; Why Use Another Language?; Getting Started; Script Management; Help! I Need Somebody; Python Help; What's a Facade?; Intents (Again); Different Ways of Using the Intent Methods; User Interaction; Events; Media Files; Controlling Your Phone; Where Am I?; Battery; Keeping the Device Awake; Editing Tips; Contacts and Phone Numbers; SQL 
505 8 |a More StuffSummary; CHAPTER 5 Project 1: Media Player; Fragments; What's a Fragment?; Examining the Example; The ActionBar; FragmentManager; Media Player Application; Displaying a List from a Cursor; Querying Media Files; Responding to Clicks; Some More on the ActionBar; Menu; Getting a Media URI; Playing Media; Different Media Sources; Dialog Boxes; Changing a List Cursor; Advanced Media Playing; Displaying Our Progress; Controlling Our Progress; Summary; CHAPTER 6 Explorer; Anatomy of a File Explorer; ListActivity for Fun and Profit; A Note on Resources; Build Your Own List Adapter 
505 8 |a InflationPopulating the List; Finding Out About Your File; Learning to Mime; Dating Your File; Going Native; State Your Preference; Sorting Techniques; The Actual Activity; Reacting to a List Selection; Creation at Last; A Different Menu; Reacting to a Context Menu; Dialogs; A Few Last Bits; Making It Better; Summary; CHAPTER 7 Contact Manager; And Now for Something Completely Different; The Application; Anatomy of a Signpost; Knowing When the View Is Available; Room for Improvement; Backward Compatibility; List Handling; Saving the List; Reusing Your Libraries; Import and Export 
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 Tablet computers  |x Programming. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Tablettes électroniques  |x Programmation. 
650 7 |a COMPUTERS  |x Operating Systems  |x Android.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming  |x Mobile Devices.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
776 0 8 |i Print version:  |a Matthews, Robbie.  |t Beginning Android tablet programming.  |d [Berkeley, CA] : Apress, ©2011  |w (DLC) 2012554750 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430237839/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29482976 
938 |a EBSCOhost  |b EBSC  |n 1173483 
938 |a YBP Library Services  |b YANK  |n 7425217 
994 |a 92  |b IZTAP