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 questionI am currently reading beginner programing with java for dummies second edition by barry burd, when i finish should I start learning android (if so any recommendations) or more java (again recomendations greatly appreciated) tyvm in advance
I do not know of your personal motivations, but I would say that java is always a better choice for learning your way around. In Java, you can easily run and test your program, without having to worry with load times of emulators or having to look among the emulator's log window for your own occasional debug messages.
Doing so will not be limiting to you, in the sense that Java is a universe in itself (as is Android).
Android is a mobile platform easy to get started with though, but having a stronger background of how things work in Java will benefit you there, and that background will eventually be faster to achieve by using Java for a start.
Depends on how comfortable you are with Java at the end of the book. Much more important than just reading a book, is actually writing some code. Try to think of something that interests you, and write a program for it (400+ lines of code), and see if you feel like you're not having much trouble. If you are, more java, if not, you can go ahead and try the android API. Its not easy, mind you.
精彩评论