tags:

views:

85

answers:

2

Apart from knowing a bit of C, I have no experience in software development.I want to know from where to start learning to build android applications apart from learning java? What are the steps?

+1  A: 

I would suggest starting with the traditional Hello World :

http://developer.android.com/resources/tutorials/hello-world.html

The documentation on the site walks you through everything, if you carefully read and follow the links. No cell phone required.

Tom Slick