Learn-android - learn-android.com - Learn Android

Latest News:

Using Android Intents Tutorial 13 Dec 2011 | 08:19 pm

Intents are just what they sound like, a way to declare to the Android Framework what you intend to do. This can be starting a specific activity, or it can be just asking Android to find some program ...

Lots of Lists: Part 2, List with custom objects and adapter 23 Nov 2011 | 02:38 pm

Note: This is part two of a tutorial series. Each part can be read independently, but you can find the other tutorials at the bottom of this article In Part 1 of Lots of Lists, we examined how easy i...

Half Dozen Hello Worlds Part 6 – Opening Activities 22 Nov 2011 | 05:46 pm

Our final article in the Half Dozen Hello Worlds will introduce you to activities. What is an activity? It is a single screen that a user interacts with on their Android device. You’ve actually been u...

Android Layout Tutorial 6 Jan 2010 | 05:31 pm

An Android layout is a class that handles arranging the way its children appear on the screen.  Anything that is a View (or inherits from View) can be a child of a layout. All of the layouts inherit f...

Half Dozen Hello Worlds Part 5 – Android and OpenGL 18 Dec 2009 | 05:28 pm

This is the last post of the series “Half Dozen Hello Worlds” where we explored different ways of communicating with Android users. Part 1 used a simple TextView widget to display “Hello World” on th...

Lots of Lists: Part 1, Simple List Activity 6 Dec 2009 | 06:27 pm

In most mobile applications, you’re going to be presenting your users a list of something. Most of the time, it’s not as simple as an array of strings; your data may be stored away in a local Sqlite d...

Half Dozen Hello Worlds Part 4 – Android Text to Speech 4 Dec 2009 | 04:28 pm

This is part 4 of a multi-part series that looks at some basic Android I/O using simple Hello World programs. At this point I’ll assume you know how to make a new Android Project in Eclipse as that wa...

Half Dozen Hello Worlds Part 3 – Using Popup Notifications 26 Nov 2009 | 05:54 pm

This is part 3 of a multi-part series that looks at some basic Android I/O using simple Hello World programs. At this point I’ll assume you know how to make a new Android Project in Eclipse as that wa...

Half Dozen Hello Worlds Part 2 – Using Layout XML 20 Nov 2009 | 04:51 pm

This is part 2 of a multipart series that looks at some basic Android I/O using some simple Hello World programs.  If you haven’t already read it you should probably start with Part 1.  For this part ...

Half Dozen Hello Worlds Part 1 – Your First Android Project 17 Nov 2009 | 06:01 pm

Hello World is a traditional first program because it shows the very simple task of letting the user know you are there (or letting them know that you know that they are there).  It’s simple I/O to se...

Recently parsed news:

Recent searches: