Tuesday, March 13, 2012

All About Views

In this tutorial, you will learn about different views in Android development, and how to reference them in code.

Thursday, March 8, 2012

Displaying an AlertDialog

An alert dialog creates a popup message with options like "Yes" or "No" and allows the developer to give functions to each option. In this tutorial you will learn how to create your own AlertDialog.

Wednesday, March 7, 2012

Monday, March 5, 2012

Background Color Changer (Part 2)

This second part of the tutorial will cover adding the code to make this app function properly

Sunday, March 4, 2012

Background Color Changer (Part 1)

In this tutorial, you will learn how to create a simple app in which the user can change the background color by entering the names of certain colors into a text field.

Hello, Android

In this tutorial you will write your first Android application entitled Hello, World.If you aren't sure how to create an application check out this tutorial.

Android Project Folders

In this tutorial, you will learn what each folder in an android project are used for.