Pro Android UI
If you’re an Android application developer, chances are you’re using fixed, scrolling, swipe-able, and other cutting-edge custom UI Designs in your Android development projects. These UI Design approaches as well as other Android ViewGroup UI layout containers are the bread and butter of Pro Android...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2014.
|
Edición: | 1st ed. 2014. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629511606719 |
Tabla de Contenidos:
- ""Contents at a Glance""; ""Contents""; ""About the Author""; ""About the Technical Reviewer""; ""Acknowledgments""; ""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""; ""Digital Audio Editing: Downl oad and Install Audacity 2.0.5""; ""Digital 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""; ""Create a UserInterface Project and pro.android.ui Package""; ""The 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""; ""Chapter 3: Android UI Widgets: User Interface Widgets and the View Class""; ""The 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""; ""String Constants: Adding a Tag for Our UI Button""; ""Event Handling: Adding an OnClickListener in Java Code""; ""Controlling AnalogClock Visibility: .setVisibility() Method""
- ""Install and Configure an Emulator: Testing Our Java Code""