Development Tools Setup
Before anything, we first and foremost have to setup the development environment in which we are going to start developing our Android apps. I am going to use Eclipse IDE as my development environment of choice. For those that are familiar with Java, Eclipse should probably be familiar to them. We also need the Android SDK which contained all the utilities required for applications development, as well as the tools for debugging, testing etc. There is also sample codes and documentations.