• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

'The right direction'

 
Greenhorn
Posts: 2
Eclipse IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,
Im fairly new to Java and Im brand new to the Ranch.
Heres my thing, I have been in IT forever and I have done a bit of programming. I have a degree in Business Information Systems which required a lot of development classes. Unfortunately I only had one class in Java. Most of my experience is in VB and C#.net, ASP.net, SQL Server. I recently started looking into developing Android apps and of course, Java is the language to use. Im on a quest to learn, I mean really learn, Java.

I really dont mind buying a good book to learn from but I dont like spending $50 for a book just to find out it is too advanced or isnt really relevant for what I want to learn (this happened to me a couple weeks ago AGAIN). So I have been searching the net to find tutorials, videos, and ebooks that will help me get going in the right direction. The key here is 'the right direction'. Here is what I have done so far:
1) Started watching YouTube videos on Android development
(This has helped by telling me that I need Eclipse and Java JDK, etc...)
2) I found the Android Development site which told me how to setup my development environment
3) I started doing tutorials from the Android development site but they seemed to become fragmented. I really was looking for something that would guide me through and entire project, beginning to end.
4) I found a series of video tutorials, 'The New Boston' - http://www.youtube.com/playlist?list=PL2F07DBCDCC01493A . I started on this but quickly discovered that I didnt know enough Java to completely understand and learn from the videos. Also, it seemed to me that the guy was sometimes more focused on making 200 videos than he was on teaching Android development.
5) I purchased a book from Amazon on Android development: It was too advanced.
6) Im serious about learning Java and Android development so I went back to the fundamentals.
a. I found a series of videos by Mark Dexter: 'Eclipse and Java for Total Beginners' http://eclipsetutorial.sourceforge.net/totalbeginner.html. This is a great place to start because Mark teaches Java as well as Test driven development and Eclipse.
7) Next I found a book, 'Java 7: A Beginners Tutorial (Third Edition)' by Budi Kurniawan. I found it on Amazon for like $2 (Kindle). This is probably the best book I have ever read on a programming language. This is my current focus. Once I get through this I plan to do some more tutorials to reinforce what Im learning in this book.
8) Next step: I will go back to a book I started a couple weeks ago, 'Professional Android 4' by Reto Meier. Also, I think Ill develop a resource guide to help other beginners get going in the right direction: a learning plan of sorts.

With all this said, I would be very happy to receive suggestions on resources I should consider. With so many resources on the Internet, it is very difficult for a newbie to get going on the right path.
Oh, I promise to never post this long again.
Later.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch!

A good place to start to learn Java are Oracle's Java Tutorials - they have a lot of tutorials, from absolute beginners topics to quite specialized and advanced topics.

If you already know C#, you'll notice that Java is quite similar, although there are some notable differences.

I'd first concentrate on becoming familiar with the Java programming language before trying to dive into Android. When you try to learn too many new things simultaneously, it might become overwhelming.
 
Darren Penrose
Greenhorn
Posts: 2
Eclipse IDE MySQL Database Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the welcome and the tips.

I agree that trying to learn too many new technologies at once can be overwhelming.
 
reply
    Bookmark Topic Watch Topic
  • New Topic