Web Designer Pro Bundle - $500 of Site Templates, Stock Photos, Code, Graphics and more for only $20
Android User Interface Design: Layout Basics

Android User Interface Design: Layout Basics

This entry is part 1 of 21 in the series Android User Interface Design

Understanding layouts is important for good Android application design. In this tutorial, we provide an overview of how layouts fit into the Android application architecture. We also explore some of the specific layout controls available for organizing application screen content in a variety of interesting ways.

Android User Interface Design: Basic Buttons

Android User Interface Design: Basic Buttons

This entry is part 2 of 21 in the series Android User Interface Design

This quick tip shows you the steps to create a simple Button or ImageButton control in your Android application. First, you learn how to add button controls to your layout files. Next, you learn how to handle button clicks from the user in two different ways. Finally, we discuss some of the other features available to button controls in Android.

Android User Interface Design: Linear Layouts

Android User Interface Design: Linear Layouts

This entry is part 3 of 21 in the series Android User Interface Design

Understanding layouts is important for good Android application design. In this tutorial, you learn all about linear layouts, which organize user interface controls, or widgets, vertically or horizontally on the screen. When used correctly, linear layouts can be the fundamental layout upon which many interesting Android application user interfaces can be designed.

Android UI Fundamentals Challenge: LinearLayout

Android UI Fundamentals Challenge: LinearLayout

This entry is part 4 of 21 in the series Android User Interface Design

You’ve read about how linear layouts work in Android. Test your new skills with these progressive challenges involving linear layout controls and solidify your knowledge of the Java programming language and Android user interface design and development.

Android User Interface Design: Relative Layouts

Android User Interface Design: Relative Layouts

This entry is part 5 of 21 in the series Android User Interface Design

Understanding layouts is important for good Android application design. In this tutorial, you learn all about relative layouts, which organize user interface controls, or widgets, on the screen in relation to one another, or to their parent layout. When used correctly, relative layouts can be the powerful and flexible layout upon which many interesting Android application user interfaces can be designed.

Android UI Fundamentals Challenge: RelativeLayout

Android UI Fundamentals Challenge: RelativeLayout

This entry is part 6 of 21 in the series Android User Interface Design

You’ve read about how relative layouts work in Android. Test your new skills with these progressive challenges involving relative layout controls and solidify your knowledge of the Java programming language and Android user interface design and development.

Android User Interface Design: Table Layouts

Android User Interface Design: Table Layouts

This entry is part 7 of 21 in the series Android User Interface Design

Table layouts can be used for displaying tabular data or neatly aligning screen contents in a way similar to an HTML table on a web page. Learn how to create them with layout XML files and through code.

Android User Interface Design: Frame Layouts

Android User Interface Design: Frame Layouts

This entry is part 8 of 21 in the series Android User Interface Design

Frame layouts are one of the simplest layout types used to organize controls within the user interface of an Android application.

Android User Interface Design: Building a ListView Application

Android User Interface Design: Building a ListView Application

This entry is part 9 of 21 in the series Android User Interface Design

The ListView is one of the most useful view controls available on the Android platform for the display of variable amounts of data. In this Mobiletuts+ tutorial, we’ll show you how to use a ListView to browse a list of articles!

Android User Interface Design: Working With Fragments

Android User Interface Design: Working With Fragments

This entry is part 10 of 21 in the series Android User Interface Design

The new Fragment API for Android, introduced in Android 3.0, allows for easier dynamic user interfaces. In this tutorial, learn how to convert a two-screen ListView to WebView workflow into a single screen workflow designed for large screens, such as those found on tablets.

Page 1 of 3123