What is Android and what is an Android phone?

Android is now over five years old and despite the little green robot android peeking out of phone shops up and down the highstreet, there are still those who don’t know what it is or what it’s all about.

Saturday, February 18, 2012

What is Variables...

    Variables are the key to any program. There are variables called registers inside every CPU (Central Processing Unit). Every program ever written uses some form of variables. Believe it or not, the way you use variables can significantly impact your program. This section is a very simple introduction to what variables are, and how they're used in programs.     Usually, a variable implies a memory location to hold one instance of one specific type. What this means is that if there is an integer variable, it can only...

Basic Idea of Programming

Welcome to Android Programming. This document was created with an intent to show people how easy Android really is, and to clear up a few things I've missed in the previous release of the document.     This is a growing document; as new features are added to the language, new techniques are discovered or realized, this document shall be updated to try to accommodate them all. If you have suggestions, or requests, (or spelling/grammar errors) just e-mail them, and I'll try to add the suggested topics into the subsequent...