Friday, 14 September 2012

Android for Beginners



For Android Application Development you need the following environment setup on your system,
let me make you bit clear before starting and steps you need to follow and software required as well
  • Environment [ IDE - Integrated Development Environment ] for code development
    • this Environment could be Eclipse, NetBeans, etc., all these ide's are open source
    • but i will be speaking about Eclipse as i am aware of that only 
    • you could download the latest version from here
  • Android Plugin to link with the Environment 
    • here the Environment which we will choosing is Eclipse as i said earlier, so we need to link our IDE with the Android Eclipse Plugin
    • you could download the plugin form here
  • Development Kit that links the with above and interact for Android App development.
Note: the java jdk version should be higher than 1.5 or else this java cause you some issue