Articles about Android’

Oct 8, 2008

Writing your first Android Application.

Posted by Anandhan Subbiah in Java, Programming Concepts, Technical Articles No comments

Setting Up Your Development Environment
Android applications, like most mobile phone applications, are developed in a host-target development environment. In other words, you develop your application on a host computer (where resources are abundant), and download it to a target mobile phone for testing and ultimate use.
To write your own Android mobile phone applications, you’ll first [...]