tags:

views:

139

answers:

2

Possible Duplicate:
Where to start to learn Android?

what language does it use? iphone is objective c what is android? what are some good sites for beginners?

+3  A: 

It's Java.

And there are good Getting Started guides here

David Hedlund
+4  A: 

It's written in Java but you could also use some other languages.

To get general help check my answer to this question:

http://stackoverflow.com/questions/2869338/where-to-start-to-learn-android/2869373#2869373

I listed some useful tutorials, references and books

Roflcoptr