In this tutorial, you will learn about different views in Android development, and how to reference them in code.
Tuesday, March 13, 2012
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
Tutorials To Do
- Switch statements
- Switching content views (Intent)
- Switching content views (Intent)
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.
Saturday, March 3, 2012
Layouts and Properties
The Android SDK provides a graphical layout editor that allows developers to drag and drop many common objects like buttons, text fields and images.
Friday, March 2, 2012
Creating an Android Project
In this tutorial, you will learn how to create a new Android project in Eclipse. This tutorial assumes that you have Eclipse set up with the Android SDK.
Setting Up An Emulator
While developing, it is a good idea to test your application frequently to assure it is behaving as you expect. There are two ways to run/test Android applications.
Subscribe to:
Posts (Atom)