Peter said:I agree with everyone else, practice is very important, but I think it should be done in combination with taking a course or reading a book on the subject, especially if you're a beginner. A good book will not only teach you the syntax, but also how and when to use it.
zeus192 said:Hello everyone! I want to ask you how you studied programming language (I studied Java)? I mean that it has a lot of libs and its very difficult to remember all of them. Had you been remembering this libs or you just know where to find necessary information?
here. Write then about your achievements, maybe I'll deside to study it in near future. Thank you!amh said:zeus192 said:Hello everyone! I want to ask you how you studied programming language (I studied Java)? I mean that it has a lot of libs and its very difficult to remember all of them. Had you been remembering this libs or you just know where to find necessary information?
what is the good book for java programming esepcially for android development?
How did you get your first job in programming?smalpierre said:You don't memorize everything, that's what documentation is for. You can hand me the documentation for a language I've never used, and I can probably figure it out. There are common things that a language does. you're storing, retrieving, and processing data. To do this, at a basic level you're dealing with data, control structures, and conditionals. You can set and retrieve data, you can compare it with other data and do things based on the comparison, and you can loop over repetitive items like collections or arrays.
Once you get that, all you need is the documentation. I use documentation every day.
amh said:what is the good book for java programming esepcially for android development?
zeus192 said:here. Write then about your achievements, maybe I'll deside to study it in near future. Thank you!amh said:zeus192 said:Hello everyone! I want to ask you how you studied programming language (I studied Java)? I mean that it has a lot of libs and its very difficult to remember all of them. Had you been remembering this libs or you just know where to find necessary information?
what is the good book for java programming esepcially for android development?
foretribe said:There's a lot of possibility to learn programming. Personally I use videotutorial to follow step by step the learning. The best software to learn Java is Eclipse.