Jason Hensler wrote: > Before I get started here, I do want to make sure I have the correct > software to program an android widget. I have eclipse with the android > sdk.. from reading other websites this is what i have installed.. Is > there any 'Howto's' out anywhere to help me out?
Developing an app widget, while not terribly hard, is not what I would recommend as a starting project. Make an ordinary Android application first, then convert it to an app widget later. So, you can start with Hello, World: http://developer.android.com/resources/tutorials/hello-world.html and work your way up from there. Besides the developer.android.com site and this list, you might consider searching or posting on StackOverflow, with the 'android' tag: http://stackoverflow.com/questions/tagged/android Here are a couple of posts of mine regarding getting support for Android development: http://www.androidguys.com/2009/06/22/youve-got-questions-thats-understandable/ http://www.androidguys.com/2009/12/21/devs-get-thee-to-stackoverflow/ -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

