Cargando…

Android apps for absolute beginners /

Provides information and practical examples on creating Android applications, covering such topics as screen layout design, UI elements, graphic resources, adding interactivity, content providers, and intents and intent filters.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Jackson, Wallace
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, Calif.] : New York : Apress ; Distributed to the Book trade by Springer Science + Business Media, ©2011.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocn747048475
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 110817s2011 caua o 001 0 eng d
010 |a  2011282742 
040 |a UMI  |b eng  |e pn  |c UMI  |d EUF  |d EBLCP  |d E7B  |d COO  |d B24X7  |d GW5XE  |d YDXCP  |d OCLCQ  |d DEBSZ  |d IDEBK  |d OCLCQ  |d BEDGE  |d OCLCQ  |d AU@  |d OCLCQ  |d Z5A  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d VT2  |d IOG  |d OCLCO  |d N$T  |d OCLCQ  |d OCLCF  |d CEF  |d U3W  |d OCLCQ  |d OCLCO  |d WYU  |d DEHBZ  |d YOU  |d UAB  |d OCLCQ  |d OCLCO  |d LEAUB  |d UKAHL  |d OL$  |d OCLCQ  |d OCLCO  |d DCT  |d ERF  |d OCLCQ  |d UHL  |d UKBTH  |d BRF  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 732357902  |a 759861464  |a 765144204  |a 771394897  |a 781461113  |a 857251242  |a 1005771134  |a 1058120653  |a 1064631951  |a 1069675923  |a 1087353794  |a 1103269794  |a 1110972569  |a 1112590733  |a 1113029381  |a 1113515750  |a 1129358447  |a 1162786584  |a 1192347358  |a 1240525663 
020 |a 9781430234470  |q (electronic bk.) 
020 |a 1430234474  |q (electronic bk.) 
020 |z 9781430234463 
020 |z 1430234466 
024 7 |a 10.1007/978-1-4302-3447-0.  |2 doi 
024 8 |a 9781430234463 
029 1 |a AU@  |b 000048776635 
029 1 |a AU@  |b 000048840466 
029 1 |a AU@  |b 000053270175 
029 1 |a AU@  |b 000060583533 
029 1 |a AU@  |b 000062475414 
029 1 |a DEBSZ  |b 368473473 
029 1 |a DEBSZ  |b 397134525 
029 1 |a NZ1  |b 14137252 
029 1 |a AU@  |b 000067095303 
035 |a (OCoLC)747048475  |z (OCoLC)732357902  |z (OCoLC)759861464  |z (OCoLC)765144204  |z (OCoLC)771394897  |z (OCoLC)781461113  |z (OCoLC)857251242  |z (OCoLC)1005771134  |z (OCoLC)1058120653  |z (OCoLC)1064631951  |z (OCoLC)1069675923  |z (OCoLC)1087353794  |z (OCoLC)1103269794  |z (OCoLC)1110972569  |z (OCoLC)1112590733  |z (OCoLC)1113029381  |z (OCoLC)1113515750  |z (OCoLC)1129358447  |z (OCoLC)1162786584  |z (OCoLC)1192347358  |z (OCoLC)1240525663 
037 |a CL0500000104  |b Safari Books Online 
050 4 |a QA76.76.A65  |b J33 2011 
072 7 |a COM  |x 046100  |2 bisacsh 
072 7 |a UY.  |2 bicssc 
082 0 4 |a 005.268 
084 |a ST 232  |2 rvk 
049 |a UAMI 
100 1 |a Jackson, Wallace. 
245 1 0 |a Android apps for absolute beginners /  |c Wallace Jackson. 
260 |a [Berkeley, Calif.] :  |b Apress ;  |a New York :  |b Distributed to the Book trade by Springer Science + Business Media,  |c ©2011. 
300 |a 1 online resource (xvi, 328 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  |b PDF  |2 rda 
588 0 |a Print version record. 
520 |a Provides information and practical examples on creating Android applications, covering such topics as screen layout design, UI elements, graphic resources, adding interactivity, content providers, and intents and intent filters. 
505 0 |a Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; The Target: The Programming Neophyte; The Weapon: Android, the Innovative Mobile Code Environment; How This Book Is Organized; The Formula for Success; Required Software, Materials, and Equipment; Chapter 1: Preliminary Information: Before We Get Started; Some History: What Is Android?; Advantage Android: How Can Android Benefit Me?; The Scope of This Book; Preparing for Liftoff: SDK Tools to Download; Summary. 
505 8 |a Chapter 2: What's Next? Our Road AheadYour Android Development IDE; Java, XML, and How Android Works; The Android Application Framework; Screen Layout Design; User Interface Design; Graphics and Animation Design; Interactivity; Content Providers; Intents and Intent Filters; The Future of Android; Summary; Chapter 3: SeHing Up Your Android Development Environment; Installing Java, Eclipse, and Android; Updating the Android SDK; Setting Up AVDs and Smartphone Connections; Developing on 64-Bit Computing Platforms; Summary; Chapter 4: Introducing the Android Software Development Platform. 
505 8 |a Understanding Java SE and the Dalvik Virtual MachineThe Directory Structure of an Android Project; Leveraging Android XML (Your Secret Weapon); Using Your Android Application Resources; Launching Your Application: The AndroidManifest.xml File; Creating Your First Android Application; Summary; Chapter 5: Android Framework Overview; The Foundation of OOP: The Object; An Overview of XML; The Anatomy of an Android Application: The APK File; Android Application Components; Android Intent Objects: Messaging for Components; Android Manifest XML: Declaring Your Components; Summary. 
505 8 |a Chapter 6: Screen Layout Design: Views and LayoutsAndroid View Hierarchies; Defining Screen Layouts: Using XML; Summary; Chapter 7: UI Design: Buttons, Menus, and Dialogs; Using Common UI Elements; Using Menus in Android; Adding Dialogs; Summary; Chapter 8: An Introduction to Graphics Resources in Android; Introducing the Drawables; Using Bitmap Images in Android; Creating Animation in Android; Using Transitions; Creating 9-Patch Custom Scalable Images; Playing Video in Your Android Apps; Summary; Chapter 9: Adding Interactivity: Handling UI Events; An Overview of UI Events in Android. 
505 8 |a Handling onClick EventsAndroid Touchscreen Events: onTouch; Touchscreen's Right-Click Equivalent: onLongClick; Keyboard Event Listeners: onKeyUp and onKeyDown; Context Menus in Android: onCreateContextMenu; Controlling the Focus in Android; Summary; Chapter 10: Understanding Content Providers; An Overview of Android Content Providers; Defining a Content Provider; Working with a Database; Summary; Chapter 11: Understanding Intents and Intent Filters; What Is an Intent?; Android Intent Messaging via Intent Objects; Intent Resolution: Implicit Intents & Explicit Intents. 
542 |f Copyright © Apress  |g 2011 
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 blmlsh 
630 0 7 |a Android (Electronic resource)  |2 fast 
630 0 7 |a Android (Electronic resource)  |2 sears 
650 0 |a Application software. 
650 0 |a Smartphones  |x Programming. 
650 6 |a Logiciels d'application. 
650 6 |a Téléphones intelligents  |x Programmation. 
650 7 |a COMPUTERS  |x Operating Systems  |x Android.  |2 bisacsh 
650 7 |a Informatique.  |2 eclas 
650 7 |a Application software  |2 fast 
650 7 |a Application software  |x Design.  |2 sears 
776 0 8 |i Print version:  |a Jackson, Wallace.  |t Android apps for absolute beginners.  |d [Berkeley, Calif.] : Apress ; New York, NY : Distributed to the book trade by Springer Science + Business Media, ©2011  |z 9781430234463  |w (OCoLC)681481700 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430234463/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26832427 
938 |a Books 24x7  |b B247  |n bks00041906 
938 |a EBL - Ebook Library  |b EBLB  |n EBL770131 
938 |a ebrary  |b EBRY  |n ebr10490163 
938 |a EBSCOhost  |b EBSC  |n 422308 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis26005363 
938 |a YBP Library Services  |b YANK  |n 7024283 
994 |a 92  |b IZTAP