Learning Java for Android

Associate
Joined
8 Mar 2010
Posts
84
Can anyone point me in the direction of any good websites for java/android tutorials ?

Or does anyone have any knowledge on the subject ?
 
If you are new to Java, read up on some Java tutorials first and familiarise yourself with Eclipse.

If you already know Java and Eclipse, then head over to the site that Tubzz has linked and read up on everything. There's a lot of read and take in, so it might take a few reads for it to sink in properly. Once you've done that, try and follow some tutorials on making a basic app.
 
well i use VB.net which is a bit different to java. ive come across java before but not actualy had the pleasure of using it properly. ill probably read up on basic java first then check out that link. cheers for the replies.
 
Get the IDE BlueJ. It's for educational purposes. Move onto eclipse et al when you actually need to do some development.
 
Cheers sniffy

No problem :)

If you like the feel of BlueJ check out the book 'Objects First with Java'. It's evolved around BlueJ and was written by the same group that developed the IDE. Very nice introduction into OOP. I might be slightly bias as my OO lecturers wrote the book but it is well regarded in educational institutions. Good luck finding a free online version though!
 
Last edited:
Wanting to learn Java for playing with Android too.

Anyone have any ideas for some good super newbie ebooks to start with?
 
Back
Top Bottom