I am a Java beginner , I want to develop Android app , what all is essential to learn in Java before I start developing ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your best bet is to find a good book on Android and while you are reading it, if there is something you don’t understand, about Java, then you will need to learn that.
It really depends on what you are doing in your application. For example, are you doing games, then OpenGL is needed, but if you are just doing a basic application then the bar for what is needed is much lower.
As a minimum, go through the Sun Java Tutorial (http://java.sun.com/docs/books/tutorial/) and make certain you understand the language basics.
Beyond that, if you described in broad strokes what you are attempting it would be easier to answer.