Re: [android-developers] Intro plus question :)

2010-06-07 Thread Mark Murphy
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Intro plus question :)

2010-06-07 Thread Mark Murphy
Jason wrote:
> I just joined this group to help myself learn more about developing on
> my andriod evo phone. My first project is to develope a widget to
> silence the alarm volume. I was just wondering if this would be
> possible before I actaully jump in and start learning to program
> android apps.

Yes, that should be doable. You can control volume streams from SDK
applications like an app widget.

Here is some code that demonstrates working with AudioManager to
manipulate volume levels:

http://github.com/commonsguy/cw-advandroid/tree/master/SystemServices/Volume/

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.1
Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Intro plus question :)

2010-06-07 Thread Jason
Hello Group,

I just joined this group to help myself learn more about developing on
my andriod evo phone. My first project is to develope a widget to
silence the alarm volume. I was just wondering if this would be
possible before I actaully jump in and start learning to program
android apps.

Thank you much for your support!
Jason

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en