Cargando…

Android best practices /

Android Best Practices by Godfrey Nolan shows you how to make your Android apps stand out from the crowd with great reviews. Why settle for just making any Android app? Build a brilliant Android app instead that lets your users praise it for ease of use, better performance, and more. Using a series...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Nolan, Godfrey
Otros Autores: Çinar, Onur, Truxall, David
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York] : New York : Apress ; Distributed to the Book trade worldwide by Springer Science+Business Media New York, ©2014.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocn870677186
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 140218s2014 nyua o 001 0 eng d
010 |a  2014412813 
040 |a UMI  |b eng  |e pn  |c UMI  |d SFB  |d B24X7  |d GW5XE  |d S4S  |d COO  |d IDEBK  |d DEBBG  |d DEBSZ  |d E7B  |d YDXCP  |d EBLCP  |d OCLCQ  |d OCLCF  |d VT2  |d OCLCQ  |d LIV  |d MERUC  |d OCLCQ  |d ESU  |d OCLCQ  |d IOG  |d OCLCO  |d N$T  |d OCLCQ  |d OCLCO  |d CEF  |d DEHBZ  |d OCLCQ  |d OCLCO  |d U3W  |d OCLCQ  |d OCLCO  |d WYU  |d YOU  |d UWO  |d UAB  |d UKAHL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d BRF  |d DCT  |d OCLCO  |d OCL  |d OCLCQ 
019 |a 880827028  |a 1005813232  |a 1048224896  |a 1066012091  |a 1066464114  |a 1069616411  |a 1192345366  |a 1204036698 
020 |a 9781430258582  |q (electronic bk.) 
020 |a 1430258586  |q (electronic bk.) 
020 |z 1430258578 
020 |z 9781430258575 
024 7 |a 10.1007/978-1-4302-5858-2  |2 doi 
029 1 |a AU@  |b 000053308307 
029 1 |a AU@  |b 000061961942 
029 1 |a CHNEW  |b 000887657 
029 1 |a CHVBK  |b 374465746 
029 1 |a DEBBG  |b BV041719549 
029 1 |a DEBBG  |b BV041784134 
029 1 |a DEBBG  |b BV042989633 
029 1 |a DEBBG  |b BV043609404 
029 1 |a DEBSZ  |b 404338542 
029 1 |a DEBSZ  |b 407738371 
029 1 |a DEBSZ  |b 431690030 
029 1 |a NZ1  |b 15579419 
029 1 |a AU@  |b 000072992166 
035 |a (OCoLC)870677186  |z (OCoLC)880827028  |z (OCoLC)1005813232  |z (OCoLC)1048224896  |z (OCoLC)1066012091  |z (OCoLC)1066464114  |z (OCoLC)1069616411  |z (OCoLC)1192345366  |z (OCoLC)1204036698 
037 |a CL0500000387  |b Safari Books Online 
050 4 |a QA76.76.A65  |b N653 2014 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
072 7 |a UYQE  |2 bicssc 
082 0 4 |a 004.6  |2 23 
049 |a UAMI 
100 1 |a Nolan, Godfrey. 
245 1 0 |a Android best practices /  |c Godfrey Nolan, Onur Cinar, David Truxall. 
260 |a [New York] :  |b Apress ;  |a New York :  |b Distributed to the Book trade worldwide by Springer Science+Business Media New York,  |c ©2014. 
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 
347 |a text file  |b PDF  |2 rda 
588 0 |a Print version record. 
520 |a Android Best Practices by Godfrey Nolan shows you how to make your Android apps stand out from the crowd with great reviews. Why settle for just making any Android app? Build a brilliant Android app instead that lets your users praise it for ease of use, better performance, and more. Using a series of example apps which gradually evolve throughout this book, Android Best Practices brings together current Android best practices from user interface (UI)/user experience (UX) design, test-driven development (TDD), and design patterns (e.g., MVC) to help you take your app to the next level. In this book you'll learn how to: - Use Android design patterns for consistent UI experience on many devices - Use agile techniques such as test-driven development, behavior-driven development, and continuous integration - Improve the speed and overall performance of your app - Organize an Android app using design patterns such as MVC/MVP - Create and consume REST and SOAP web services Designing and developing an app that runs well on many if not all the leading Android smartphones and tablets today can be one of the most daunting challenges for Android developers. Well, this book takes much of the mystery out of that for you. After reading and using Android Best Practices, you'll become a much better Android app designer and developer, which in turn can make your apps better placed and more successful in the market place. 
505 0 |a At a Glance; Chapter 1: Before You Start; Introduction to Android; Who Should Read This Book?; What You Need Before You Begin; An Actual Android Application; A Working Development Environment; All the Bells and Whistles; Source Code for the Sample Application; What's in This Book; Chapter 2: Android Patterns; UI Design Patterns; Holo; ActionBarSherlock Navigation; Designing for Different Devices; Fragments; Architectural Design Patterns; Classic Android; MVC; The Model; The View; The Controller; MVVM; The Model; The View; The ViewModel; Dependency Injection; The ToDoModule. 
505 8 |a The Database ProviderThe Stub Provider; ToDoApplication; Summary; Chapter 3: Performance; History; Performance Tips; Android Performance; Java Performance; SQLite Performance; Web Services Performance; Optimized Code; Tools; DDMS; System Performance; Heap Usage; Eclipse Memory Analyzer; Memory Allocation; Threads; Method Profiling; Traceview; Lint; Hierarchy Viewer; Unix Tools; Top; Dumpsys; Vmstat; Summary; Chapter 4: Agile Android; Benefits; Benefits to the Business; Benefits to the Developer; The Sweet Spot; Elements of Agile; Goals; Roll Call; TDD; BDD; Continuous Integration. 
505 8 |a Putting It All TogetherSummary; Chapter 5: Native Development; Deciding Where to Use Native Code; Where Not to Use Native Code; Where to Use Native Code; Java Native Interface; Difficulties Writing Native Code Using JNI; Generate the Code Using a Tool; Generating C/C++ Header Files Using javah; Generating the JNI Code using SWIG; Minimize the Number of JNI API Calls; Use Primitive Data Types as Native Method Parameters; Minimize Reach-Back from Native Code to Java Space; Memory Usage; Local References; Never Cache Local References; Release Local References in Complex Native Methods. 
505 8 |a Dealing with StringsUse Proper Memory Management Function; Operating on Arrays; Do Not Request Unnecessary Array Elements; Prevent Updating Unchanged Arrays; Native I/O; Caching Classes, Method and Field IDs; Threading; Never Cache the JNI Environment Interface Pointer; Never Access Java Space from Detached Native Threads; Troubleshooting; Extended JNI Check; Always Check for Java Exceptions; Always Check JNI Return Values; Always Add Log Lines While Developing; Native Code Reuse Using Modules; Benefit from Compiler Vectorization; Summary; Chapter 6: Security; The State of Android Security. 
505 8 |a Secure Coding PracticesIndustry Standard Lists; PCI List; OWASP; OWASP's General Secure Coding Guidelines; OWASP's Top 10 Mobile Risks; Google Security Tips; Our Top 10 Secure Coding Recommendations; Best Practices in Action; Security Policy Enforcer; Version 1 Settings.java; Version 2 Settings.java; Version 3 Settings.java; Summary; Chapter 7: Device Testing; Choosing a Strategy; Emulators; Install Intel x86 Atom System Image; Create Your Own Device; Downloading Manufacturer's AVDs; Automating Emulator Testing with Jenkins; Hardware Testing; Third-Party Testing Service. 
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  |0 (OCoLC)fst01776064 
650 0 |a Application software  |x Development. 
650 0 |a Mobile computing. 
650 0 |a Software engineering. 
650 6 |a Informatique mobile. 
650 6 |a Génie logiciel. 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS  |x Computer Literacy.  |2 bisacsh 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Information Technology.  |2 bisacsh 
650 7 |a COMPUTERS  |x Machine Theory.  |2 bisacsh 
650 7 |a COMPUTERS  |x Reference.  |2 bisacsh 
650 7 |a Software engineering.  |2 fast  |0 (OCoLC)fst01124185 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
650 7 |a Mobile computing.  |2 fast  |0 (OCoLC)fst01024221 
700 1 |a Çinar, Onur. 
700 1 |a Truxall, David. 
773 0 |t Springer eBooks 
776 0 8 |i Print version:  |a Nolan, Godfrey.  |t Android best practices.  |b New edition.  |d Berkeley, California : Apress, 2013  |z 9781430258575  |w (OCoLC)862092190 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430258575/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH28324586 
938 |a Books 24x7  |b B247  |n bks00062110 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1694174 
938 |a ebrary  |b EBRY  |n ebr10845466 
938 |a EBSCOhost  |b EBSC  |n 1174040 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28233402 
938 |a YBP Library Services  |b YANK  |n 11694388 
994 |a 92  |b IZTAP