• 0

Android Programming Books


Question

7 answers to this question

Recommended Posts

  • 0

should i learn java before doing android development?

You can, though android uses a Java base, there are a lot of classes and such that aren't present in Android. So you are actually learning Android Java. If you have knowledge of any C styled language, the syntax is nearly identical.

Link to comment
Share on other sites

  • 0

I learnt how to develop for android at my uni as one of my modules, I can send you all the PDF tutorials/lessons I had to do if you like. I think I have access to them still should be 7 or 8 of them. They teach you how to setup the IDE and start a hello world app then to using all the different widgets, the different layouts that can be used and then into more detail after that.

they cover a lot of chapters in this book;

http://www.amazon.co...30363611&sr=1-1

I bought that to help me start off.

edit:

I'll just point out I found debugging a total turd to do in android. When debugging your best bet is to cut your code out till it works again, then add it back in at different stages rather than just looking at it and thinking why the hell wont this work.

Link to comment
Share on other sites

This topic is now closed to further replies.