Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Hi I'm interested in creating applications for android but I have no knowledge of java programming. So what I wanna know is that should I first go through java tutorials or should I learn java specifically for android? Cause I've read that they have some major differences.

share|improve this question
1  
Android Java is the same as desktop Java as far as it should concern you. The difference between both is about usage patterns and the different UI API. – zapl Nov 18 '12 at 19:40

closed as not a real question by Marcin Orlowski, Luksprog, PermGenError, Jarrod Roberson, Jeroen Nov 18 '12 at 19:18

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

up vote 0 down vote accepted

You should definitely start by learning basic Java. There are hundreds of books that cover that topic like for example: Beggining Java Objects from Apress. I'am a beginner myself and this one got me up and running quite fast. When you get some basics you can start digging into Android SDK

share|improve this answer

I good knowledge of Java will allow you to deal with Android SDK more fluidly. My opinion would be for you to get a good foundation in Java and them(or if you are a fast learner: at the same time) start studying the libraries, API's and Android ways to do stuff.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.