Creating a development environment for Android applications needs 3 basic things:
1)Java
2)Eclipse IDE
3)Android SDK
1)Java
We will be using Sun's JDK 6.If you already have this installed on your machine...skip this step.
But if you are unsure of whether you JDK6 installed or not or you are not sure of the correct version,this link should help:
https://help.ubuntu.com/community/Java
Open up the terminal and type this command
sudo apt-get install sun-java6-bin sun-java6-jre sun-java6-jdk read more »
This howto provides a summary of links and steps required go get a working development setup. If you haven't setup OFBiz yet, then check out OFBiz - Getting started post. read more »
Apache OFBiz (http://ofbiz.apache.org) is one of the leading open source ERP / e-commerce projects. This howto would cover the initial setup steps
Best place to get started
http://docs.ofbiz.org/display/OFBADMIN/Demo+and+Test+Setup+Guide
However, before you start following the guide you would need a few things such as JDK, SVN and ANT. If you don't know how to set these up follow the rest of the howto.
Installing JDK read more »
Several different models of languages are discussed, including procedural (Ruby), functional (OCaml), and object-oriented (Java). Language features such as formal syntax, scoping and binding of variables, higher-order programming, typing and type polymorphism, and object inheritance are explored.
Course syllabus: http://www.cs.umd.edu/class/spring2008/cmsc330/syllabus.shtml
Course content can be found at http://www.cs.umd.edu/class/spring2008/cmsc330/schedule.shtml read more »