Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Jonathan Grieve
Treehouse Moderator 91,254 PointsDemystify Java for me
I'll prerequisite the rest of this post by saying I know I'm asking the impossible here. :)
I've just finished the first 3 courses in the Java track. I'll be honest, I wasn't expecting to see how intense and involved they'd become. By the last video, I couldn't keep up with the code and I really can't say I've picked up all the skills that the course says I have.
That means diving back in again and learning the skills but there's a lot to catch up on.
I know the very basics. How to prompt for data and write data to the screen. How to import packages... how to display data through format specifiers. I know the basics of access level modifiers in classes, variables and methods. I can see that the code is class oriented and a lot of work goes in with "Interfaces". So we can use Maps, Lists and Sets to store and organise data. But that's as far as my understanding goes I'm afraid.
What do I need to learn to continue please on to the next course? (Local Development Environments... what should I spend more time looking at before I move on?
I want to say again that I'm not moaning about the content in these . I'm just slow to pick things up and things are not sinking in through no fault of my own. It's the curse of my brain I'm afraid.
1 Answer
Jason Anders
Treehouse Moderator 145,863 PointsHey Jonathan,
Now that you've done the basics in Java, maybe try what I did. I went and did the Beginner Android Track. I'm an 'Apple Boy', but I found that once I did this track, Java just make a bit more sense. Android is build using Java (and some XML), but it just seemed to be explained a bit different that the "lightbulb" came on a bit brighter after. It also uses a different IDE, but it is build off of the Java IDE, so you even gain in that area.
That's just my suggestion. Give it a shot... it worked wonders for me! :)
Jonathan Grieve
Treehouse Moderator 91,254 PointsJonathan Grieve
Treehouse Moderator 91,254 PointsHi Jason,
I did want go into Android eventually but my plan was to do Java Web development but thinking now that prospect terrifies me :D
So I might just do that next, go straight to beginner Android. I am keen to checkout the Java LDE course though. :)