Cargando…

Pro Android UI /

If you're an Android application developer, chances areyou're using fixed, scrolling, swipe-able, and other cutting-edge custom UIDesigns in your Android development projects. These UI Design approaches aswell as other Android ViewGroup UI layout containers are the bread and butterof Pro A...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Jackson, Wallace
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York : Apress : 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_ocn883128013
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 140708s2014 nyua o 001 0 eng d
040 |a UMI  |b eng  |e pn  |c UMI  |d CDX  |d YDXCP  |d IDEBK  |d OCLCO  |d DEBBG  |d GW5XE  |d E7B  |d B24X7  |d A7U  |d COO  |d OCLCF  |d DEBSZ  |d EBLCP  |d OCLCQ  |d OCL  |d OCLCQ  |d LIV  |d MERUC  |d OCLCQ  |d ESU  |d OCLCQ  |d IOG  |d OCLCO  |d N$T  |d REB  |d OCLCQ  |d OCLCO  |d CEF  |d INT  |d U3W  |d OCLCQ  |d WYU  |d OCLCO  |d YOU  |d OCLCQ  |d OCLCO  |d UAB  |d AU@  |d UKAHL  |d OCLCQ  |d OCLCO  |d OCLCQ  |d BRF  |d DCT  |d HAGCC  |d OCLCO  |d OCL  |d OCLCQ  |d OCLCO 
019 |a 878829258  |a 880827019  |a 966358384  |a 1204075142  |a 1300223719 
020 |a 9781430249870  |q (electronic bk.) 
020 |a 1430249870  |q (electronic bk.) 
020 |z 1430249862 
020 |z 9781430249863 
024 7 |a 10.1007/978-1-4302-4987-0  |2 doi 
029 1 |a AU@  |b 000055996260 
029 1 |a CHNEW  |b 000887655 
029 1 |a CHVBK  |b 37446572X 
029 1 |a DEBBG  |b BV041791995 
029 1 |a DEBBG  |b BV042031097 
029 1 |a DEBBG  |b BV042989630 
029 1 |a DEBBG  |b BV043609396 
029 1 |a DEBSZ  |b 407738312 
029 1 |a DEBSZ  |b 414186869 
029 1 |a GBVCP  |b 882727265 
035 |a (OCoLC)883128013  |z (OCoLC)878829258  |z (OCoLC)880827019  |z (OCoLC)966358384  |z (OCoLC)1204075142  |z (OCoLC)1300223719 
037 |a CL0500000450  |b Safari Books Online 
050 4 |a QA76.9.U83  |b J335 2014 
072 7 |a COM  |x 046100  |2 bisacsh 
072 7 |a COM  |x 051230  |2 bisacsh 
072 7 |a UYZG  |2 bicssc 
082 0 4 |a 005.2  |b 23 
049 |a UAMI 
100 1 |a Jackson, Wallace. 
245 1 0 |a Pro Android UI /  |c Wallace Jackson. 
260 |a New York :  |b Apress :  |b 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. 
500 |a Includes index. 
520 |a If you're an Android application developer, chances areyou're using fixed, scrolling, swipe-able, and other cutting-edge custom UIDesigns in your Android development projects. These UI Design approaches aswell as other Android ViewGroup UI layout containers are the bread and butterof Pro Android User Interface (UI) design and Android User Experience (UX)design and development. Using a top down approach, Pro Android UI shows you how todesign and develop the best user interface for your app, while taking intoaccount the varying device form factors in the increasingly fragmented Androidenvironment. Pro Android UI aims to be the ultimate reference and customizationcookbook for your Android UI Design, and as such will be useful to experienceddevelopers as well as beginners. With Android's powerful UI layout classes, you can easilycreate everything from the simplest of lists to fully tricked-out userinterfaces. While using these UI classes for boring, standard user interfacescan be quite simple, customizing a unique UI design can often become extremelychallenging. 
505 0 |a At a Glance; Part 1: Introduction to the Core Classes for Android UI Design: Development Tools, Layout Containers and Widgets; Chapter 1: Android UI Design Tools: Setting Up Your Android Development System; Java 6: Download and Install the Foundation for Android; Android ADT Bundle: Find and Download Android's IDE; Android ADT Bundle: Installing the Android IDE; Android ADT Bundle: Launch the IDE and Update the ADT; UI Wireframing Tool: Downloading and Installing Pencil; Digital Image Editing: Download and Install GIMP 2.8.10; 3D Modeling and Animation: Download and Install Blender. 
505 8 |a Digital Audio Editing: Downl oad and Install Audacity 2.0.5Digital Video Editing: Download and Install Lightworks 11.5; Summary; Chapter 2: Android UI Layouts: Layout Containers and the ViewGroup Class; Layout Containers: Using XML for Tag-based UI Design; Using Parameters: Refining and Customizing the UI Tags; Android ViewGroup: Our Layout Container's Superclass; ViewGroup. LayoutParams: Nested Class Controls Layout; ViewGroup. MarginLayoutParams: Nested Class for Margin; The Difference Between Margins and Padding Parameters; Animating Your ViewGroup: LayoutAnimationController. 
505 8 |a Create a UserInterface Project and pro.android.ui PackageThe New Android Application Dialog; New Android Application -- Configure Project Dialog; New Android Application -- Configure Launcher Icon; New Android Application -- Create Activity Dialog; New Android Application -- Blank Activity Dialog; ViewGroup XML Attributes: Configuring the RelativeLayout; View XML Attributes: Configuring the TextView UI Widget; View Padding Parameter: Add Space Inside the Container; The AnalogClock Widget: Adding a View to the ViewGroup; Using the Values Folder: Finish Your UI Design Using XML; Summary. 
505 8 |a Chapter 3: Android UI Widgets: User Interface Widgets and the View ClassThe Android View Class: The Superclass for UI Widgets; Android View Direct Subclasses: Key Widgets and Utilities; Using View Properties: Important Parameters; Focus of a View: Which UI Widget has the User's Attention; View Listeners: Making a UI Widget Respond to the User; UI Layout Creation: Using the setContentView() Method; Adding a Button UI Widget to Our RelativeLayout Container; Eclipse ADT Problems Tab: Debugging XML Errors in ADT; Relative Positioning: Adding the UI Button to the Hierarchy. 
505 8 |a String Constants: Adding a Tag for Our UI ButtonEvent Handling: Adding an OnClickListener in Java Code; Controlling AnalogClock Visibility: .setVisibility() Method; Install and Configure an Emulator: Testing Our Java Code; Completing the UI Design Simulation: Adding Two Buttons; Summary; Part 2: Introduction to the Android Menu Classes for UI Design: OptionsMenu, ContextMenu, PopupMenu and ActionBar; Chapter 4: Android UI Options Menus: OptionsMenu Class and the Action Bar; Android Menu Class: A Public Interface for Making Menus; Menus for Android User Interface Design: An Overview. 
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 0 |a User interfaces (Computer systems) 
650 2 |a Electronic Data Processing 
650 2 |a User-Computer Interface 
650 6 |a Informatique. 
650 6 |a Interfaces utilisateurs (Informatique) 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Informatique mobile. 
650 7 |a COMPUTERS  |x Operating Systems  |x Android.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a User interfaces (Computer systems)  |2 fast 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Mobile computing  |2 fast 
773 0 |t Springer eBooks 
776 0 8 |i Print version:  |a Jackson, Wallace.  |t Pro Android UI.  |b New edition  |z 9781430249863  |w (OCoLC)872989829 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430249863/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29639977 
938 |a Books 24x7  |b B247  |n bks00062987 
938 |a Coutts Information Services  |b COUT  |n 28233300 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4976233 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1694164 
938 |a ebrary  |b EBRY  |n ebr10845505 
938 |a EBSCOhost  |b EBSC  |n 1174008 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28233300 
938 |a YBP Library Services  |b YANK  |n 11729231 
994 |a 92  |b IZTAP