Showing posts with label eclipse. Show all posts
Showing posts with label eclipse. Show all posts

Tuesday, September 28, 2010

Preferred IDEs for various programming languages

so............ over the last one month i had been trying out several IDEs (Integrated Development Environments) for different kinds of programming.... and here is what i figure out to be the best IDEs for the various programming languages. My judgement is based on:
  • quickness of code-completion suggestions, 
  • quick search through Docs, 
  • ease of program execution and deployment
  • ease of handling GUI (graphical user interface)
  • ease of installation of plugins or add-ons
Programming LanguagePreferred IDE
        Java        PHP
Net Beans
Android
Eclipse
Adobe AIR
Aptana

Disclaimer: All logos and icons used in this blog post are registered contents of the respective projects and/or organizations



Friday, May 21, 2010

Android Development using Eclipse on Linux

0. pre-requisites for Android development on linux

i am using the following platforms and environments. i shall guide you through the setup process of Android ADT Plugin for Eclipse

i have used
-----------------
OS: Linux Ubuntu 9.10 karmic koala
Java: Java 6 JDK
SDK: Android SDK r05 from the site developer.android.com
IDE: Eclipse 3.5 galileo
ADT: AndroidDevelopmentToolkit plugin for developing android apps on eclipse - ADT 0.9.6



1. setup JAVA and Eclipse on your linux machine

for android development, you need to have the JAVA Development Kit installed on your machine.
to setup JAVA on your linux machine for android development-
1. go to terminal
2. command "sudo apt-get install sun-java6-bin";
3. command "sudo apt-get install sun-java6-jdk";
4. follow instructions and your JAVA environment for Android Development will be created
If you are on a x86_64 system, you must also install ia32-libs by the command:

"sudo apt-get install ia32-libs"

Eclipse is the most recommended IDE for android development. all resources and tutorials of Android in developer.android.com refer to the usage of Eclipse IDE. Nonetheless, developers can choose to use a different IDE out of their own comfort.