enchanters wrote: > Where Can I find the Android PDF to start my coding.
Documentation is available at: http://code.google.com/android/documentation.html It is also included with the SDK when you download it. It is not, however, in PDF form -- it's in HTML for use from your favorite Web browser. > Is it a must to learn JAVA and start coding. It definitely helps. > I do not know XML as well.. That too helps, though there is less to know about XML (at least, in terms of what Android needs) than Java. > Please give me a hint on how to start working on Android and recommend > some material or PDF to start working. First, you should learn basic Java programming: classes, methods, namespaces, etc. To get into Android, you can start with the online documentation and the SDK. I have a Knol set up with links to key resources, including (ahem) some books, some of which are in PDF form: http://knol.google.com/k/mark-murphy/android-programming -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.2 Published! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

