Cargando…

Pro Android 5 /

Pro Android 5 shows you how to build real-world and fun mobile apps using the Android 5 SDK. This book updates the best-selling Pro Android and covers everything from the fundamentals of building apps for smartphones, tablets, and embedded devices to advanced concepts such as custom components, mult...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: MacLean, Dave (Autor), Komatineni, Satya (Autor), Allen, Grant (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York] : Apress, [2015]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn911179640
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 150618s2015 nyua ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d GW5XE  |d IDEBK  |d CDX  |d EBLCP  |d YDXCP  |d DEBSZ  |d UMI  |d VLB  |d B24X7  |d COO  |d DEBBG  |d OCLCF  |d IAS  |d JBG  |d IAO  |d IAD  |d ICN  |d SOI  |d ILO  |d LVT  |d VT2  |d Z5A  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d IOG  |d OCLCO  |d REB  |d U3W  |d CEF  |d DEHBZ  |d OCLCQ  |d OCLCO  |d INT  |d OCLCQ  |d WYU  |d OCLCO  |d OCLCQ  |d OCLCO  |d UAB  |d UKMGB  |d OCLCQ  |d OCLCO  |d AUD  |d DCT  |d ERF  |d WURST  |d OCLCQ  |d SNK  |d OCLCQ  |d OCLCO  |d INARC  |d OCLCQ  |d OCLCO 
015 |a GBB912772  |2 bnb 
016 7 |a 019183800  |2 Uk 
019 |a 914150972  |a 914301408  |a 972055994  |a 985033248  |a 1005790912  |a 1008947140  |a 1021272299  |a 1066616365  |a 1086492041  |a 1110921578  |a 1112583627  |a 1129356774  |a 1153035608  |a 1192348960  |a 1229504428  |a 1240534414 
020 |a 9781430246817  |q (electronic bk.) 
020 |a 1430246812  |q (electronic bk.) 
020 |a 1430246804 
020 |a 9781430246800 
020 |z 9781430246800 
024 7 |a 10.1007/978-1-4302-4681-7  |2 doi 
029 1 |a AU@  |b 000055221432 
029 1 |a DEBBG  |b BV042991926 
029 1 |a DEBBG  |b BV043019957 
029 1 |a DEBBG  |b BV043621560 
029 1 |a DEBSZ  |b 442876653 
029 1 |a DEBSZ  |b 455695253 
029 1 |a GBVCP  |b 882846175 
029 1 |a NLGGC  |b 393843912 
029 1 |a UKMGB  |b 019183800 
035 |a (OCoLC)911179640  |z (OCoLC)914150972  |z (OCoLC)914301408  |z (OCoLC)972055994  |z (OCoLC)985033248  |z (OCoLC)1005790912  |z (OCoLC)1008947140  |z (OCoLC)1021272299  |z (OCoLC)1066616365  |z (OCoLC)1086492041  |z (OCoLC)1110921578  |z (OCoLC)1112583627  |z (OCoLC)1129356774  |z (OCoLC)1153035608  |z (OCoLC)1192348960  |z (OCoLC)1229504428  |z (OCoLC)1240534414 
037 |a CL0500000622  |b Safari Books Online 
050 4 |a QA76.76.A65  |b M33 2015eb 
072 7 |a COM  |x 074000  |2 bisacsh 
072 7 |a TEC  |x 061000  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 005.25  |2 23 
049 |a UAMI 
100 1 |a MacLean, Dave,  |e author. 
245 1 0 |a Pro Android 5 /  |c Dave MacLean, Satya Komatineni, Grant Allen. 
264 1 |a [New York] :  |b Apress,  |c [2015] 
264 4 |c ©2015 
300 |a 1 online resource :  |b color 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 June 19, 2015). 
500 |a Includes index. 
505 0 |a At a Glance; Introduction; Chapter 1: Hello Android; Prerequisites for Android Development; Setting Up Your Eclipse Environment; Downloading JDK; Downloading Eclipse; Downloading the Android SDK; Updating Your PATH Environment Variable; The Tools Window; Installing ADT; Setting Up Your Android Studio Environment; Java requirements for Android Studio; Downloading and Installing Android Studio; Learning Android's Fundamental Components; View; Activity; Fragment; Intent; Content Provider; Service; AndroidManifest.xml; AVDs; Hello World!; AVDs; Running on a Real Device. 
505 8 |a Exploring the Structure of an Android ApplicationExamining the Application Life Cycle; Simple Debugging; Launching the Emulator; References; Summary; Chapter 2: Introduction to Android Application Architecture; Exploring a Simple Android Application; Defining UI through Layout Files; Specifying Comments in Layout Files; Adding Views and View Groups in Layout Files; Specifying Control Properties in Layout Files; Indicating ViewGroup Properties; Controlling Width and Height of a Control; Introducing Resources and Backgrounds; Working with Text Controls in the Layout File. 
505 8 |a Working with Autogenerated IDs for ControlsImplementing Programming Logic; Loading the Layout File into an Activity; Gathering Controls; Setting Up Buttons; Responding to Button Clicks: Tying It All Together; Updating the AndroidManifest. XML; Placing the Files in the Android Project; Testing the Calculator App on a Real Device; Android Activity Life Cycle; void onStart()); void onRestoreInstanceState (Bundle savedInstanceState); void onResume()); void onPause()); void onStop()); void onSaveInstanceState (Bundle saveStateBundle); void onRestart()); Object onRetainNonConfigurationInstance()). 
505 8 |a Void onDestroy())General Notes on Activity Callbacks; More on Resources; Directory Structure of Resources; Reading Resources from Java Code; Runtime Behavior of Drawable Resources; Using Arbitrary XML Files as Resources; Working with Raw Resource Files; Reading Files from the Assets Directory; Reading Resources and Assets Without an Activity Reference; Understanding Resource Directories, Language, and Locale; More on Intents; Starting Activities for Results; Exercising the GET_CONTENT Action; Relating Intents and Activities; Understanding Explicit and Implicit Intents; Saving State in Android. 
505 8 |a Roadmap for Learning Android and the Rest of the BookTrack 1: UI Essentials for Your Android Applications; Track 2: Saving State; Track 3: Preparing/Taking Your Application to the Market; Track 4: Making Your Application Robust; Track 5: Bringing Finesse to Your Apps; Track 6: Integrating with Other Devices and the Cloud; Final Track: Getting a Helping Hand from Expert Android; As We Leave You Now with the Rest of the Book; References; Summary; Chapter 3: Building Basic User Interfaces and Using Controls; UI Development in Android; Building a UI Completely in Code. 
520 |a Pro Android 5 shows you how to build real-world and fun mobile apps using the Android 5 SDK. This book updates the best-selling Pro Android and covers everything from the fundamentals of building apps for smartphones, tablets, and embedded devices to advanced concepts such as custom components, multi-tasking, sensors/augmented reality, better accessories support and much more. Using the tutorials and expert advice, you'll quickly be able to build cool mobile apps and run them on dozens of Android-based smartphones. You'll explore and use the Android APIs, including those for media and sensors. 
504 |a Includes bibliographical references and index. 
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 Smartphones. 
650 0 |a Mobile computing. 
650 0 |a Application software  |x Development. 
650 6 |a Téléphones intelligents. 
650 6 |a Informatique mobile. 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a Information technology: general issues.  |2 bicssc 
650 7 |a Mobile & handheld device programming  |x Apps programming.  |2 bicssc 
650 7 |a COMPUTERS  |x Hardware  |x Handheld Devices.  |2 bisacsh 
650 7 |a TECHNOLOGY & ENGINEERING  |x Mobile & Wireless Communications.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Mobile computing  |2 fast 
650 7 |a Smartphones  |2 fast 
653 0 0 |a computerwetenschappen 
653 0 0 |a computer sciences 
653 1 0 |a Information and Communication Technology (General) 
653 1 0 |a Informatie- en communicatietechnologie (algemeen) 
700 1 |a Komatineni, Satya,  |e author. 
700 1 |a Allen, Grant,  |e author. 
776 0 8 |i Print version:  |a MacLean, Dave.  |t Pro Android 5.  |d Berkeley, CA : Apress, ©2015  |z 9781430246800 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430246817/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Internet Archive  |b INAR  |n proandroid50000macl 
938 |a Books 24x7  |b B247  |n bks00090748 
938 |a Coutts Information Services  |b COUT  |n 31819732 
938 |a EBL - Ebook Library  |b EBLB  |n EBL2093705 
938 |a EBSCOhost  |b EBSC  |n 1006576 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis31819732 
938 |a YBP Library Services  |b YANK  |n 12479107 
994 |a 92  |b IZTAP