Looking for a really good place to learn some straight Java and 'abstract' Concepts to help with Android! Complete Java beginner :) [closed]
I'm really new to programming in general, only a few weeks in, and I've been trying to learn Android on Eclipse. However, I've been finding a lot of the tutorials and coding very difficult to understand and during a post I made on here, it was suggested by a member of this forum, that I learn some basic Java and abstract concepts like models, views, controllers, etc, so I can learn how to implement them and to help me understand Android a little better :) So on that note, I was wondering if it was possible for anybody to suggest a website or youtube channel, or better yet, maybe a torrent containing both video and written annotations, where I could learn some basic Java and all the 'abstract' concepts, in a well annotated fashion :)
Thank's for your time :D
How about 200 videos?
I would recommend reading Head First Java
by Kathy Sierra and Bert Bates. A little different reading style, but pretty good for beginning/learning and easy to read.
Another place that is invaluable is the Java Documentation.
Really, though, your best bet is to just dive in and write code. Not necessarily Android code, or the project you want to work on, but rather tutorial code and example code online. Here are a handful of tutorials which you may find useful:
- File basics tutorial
- Swing GUI tutorials
- Databases with JDBC tutorial
- Collections tutorials
精彩评论