开发者

Complete Novice Programmer: Novice Guide to Java Programming [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

Closed 9 years ago.

Improve this question

Here is m开发者_JS百科y situation:

I have some basic programming skills. I have basic knowledge of networking.

I would like to start out programming Java in the Eclipse Environment. I need some help downloading IDE though.

I have found several tutorials but would like someone on here with android/java dev experience to suggest a book or tutorial as i dont want to start out with one that is dated.

Question: What do i want to do with java? Answer: Build Websites, Android Apps, Desktop Apps

The tutorials I can find, but getting started is proving to be difficult. If you could suggest a good way to Download the Eclipse IDE so I could get started that would be great at least. Thanks


I can recommend two books which I read and learned from:

  • Head First Java - Funny, a pleasure to read and learn from.
  • Hello, Android - Also teaches through an example application.

Good luck! :)


Downloading the IDE is as simple as www.eclipse.org/downloads and selecting the first download available on that screen

As far as tutorials go, sun (oracle) has good tutorials on their site for java (pretty sure to not be out of date) and the exercises on android.google.com are very good also.

Just be sure to walk before your run (stay away from the platform specific stuff until you understand at least the basics of the language)


It's probably best to start on the Android Developers site and follow the setup instructions there. In the Preparing Your Development Computer section they give you a link to the Eclipse downloads page and also recommend the Eclipse Classic version. This is the version that I use, and the Android SDK is fairly easy to set up and use.

I can also recommend the book Hello, Android. The first section of the book takes you through the set up steps you need to get started.


Did you ever do object oriented programming? If not, you really should by a "Learning Java" book and take some time for the basics. You will run in many problems later if you try to jump from php/perl/c to Java without deep understanding of OO. Probably you should start with something simpler than Networking, Swing/SWT and Android.


The free portion of this video course covers setting up Eclipse & the Android SDK. That said, I agree with other posters that you should have a decent understanding of Object Oriented programming principle (e.g. Head First Java) before you dive into Android.


Head first Java, http://www.techotopia.com/index.php/Main_Page, The New boston. If you want FREE books, feel free to message me directly.


I think the Head First Java book is great, but light switches didn't start going off until I really began to understand data structures.

I highly recommend Data Structures Demystified if you want to understand what is going on under the hood.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜