[android-developers] How to specify query MediaStore.Audio.Media in Android SDK?

2011-09-26 Thread oliverorav
Hi!
I would like to know, how to specify MediaStore.Audio.Media query to
only show songs that are in that album.

-- 
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] How to use another value in countdown timer?

2011-08-24 Thread oliverorav
Im making an app where it does some calculating. I want to know how to
pass that answer to the countdown timer so it takes that value and
uses it to know how long to count down.
For example:
if i make a calculation :
X = y + z
i want to pass x to contdown timer :
new CountDownTimer (X, 1000)
{
something here
}


thanks.

-- 
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] Help!!!

2011-08-18 Thread oliverorav
I'm making an application and I want to know how to pause Android's
default music player using code? I'm using HTC Sensation, if it
matters.

Thanks.

-- 
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