[android-beginners] Re: Approach to learning android

2010-06-21 Thread Keith Roberts
ok that helps! i think my biggest issue was with understanding the small syntax things that are different from other languages. conceptually it seems very similar to c++. thanks On Jun 21, 5:56 pm, Temitope Akinwande wrote: > I am not sure how you can do that as Android is based on Java and not

[android-beginners] Re: Approach to learning android

2010-06-24 Thread Maxood
All you need is to concentrate on Java programming. There are lot of good book available in the market to learn Java. One of them is Ivor Horton's book on wrox (http://www.wrox.com). Another one is Java -How to program by Deitel & Deitel (http://www.deitel.com/). Also get hold of Mark Murphy's boo

Re: [android-beginners] Re: Approach to learning android

2010-06-21 Thread Justin Anderson
That is because both Java and C++ are object oriented... I would think your first step would be to do a quick Google search and learn some Java basics. You don't need to learn anything related to Java GUI components because Android doesn't use those but most everything else would be good knowlege