wrkuout2 wrote: > Looking to develop a calendar program for co-workers to use. I have > some basic programming knowledge and am willing to research and learn > anything. Where is a good place to start?
For "traditional" Android development, you need to know Java. If you have not developed in Java before, I recommend you learn Java outside of Android before attempting Android development. You might consider books like _Head First Java_, or simply one of the innumerable Java tutorials online. Then, the Android SDK has a few tutorials and a whole slew of sample projects. If you need books on Android, I keep a running tally of them on a knol: http://knol.google.com/k/-/android-programming (though I need to add the recent O'Reilly book...) -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

