server up on
port 80, then it plays fine.
Should I be setting the port elsewhere instead of in the Uri?
Thanks.
Rico Y
http://www.soundhound.com/android
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this
all
my users are willing to send me their firmware versions so I can't be
100% sure. But so far, it looks like it's only a problem on certain
models running 1.5.
Hope that helps.
Best,
Rico Yao
On Jul 13, 7:26 pm, Stephen Lebed wrote:
> Hi all,
>
> I would have posted this
; On Thu, May 27, 2010 at 6:07 PM, Rico Yao wrote:
>
>> What I'm saying is that when you launch apps through Launchalot, it
>> doesn't create multiple instances of the apps it's launching.
>>
>
> Ah, gotcha - I didn't look deep enough to see the point
On Thu, May 27, 2010 at 2:43 PM, TreKing wrote:
> On Thu, May 27, 2010 at 4:20 PM, Rico wrote:
>
>> When you say "default", do you mean it's the default setting in the app
>> being launched, or the app that is launching?
>>
>
> Default behavior for t
because it's a cleaner UI, and they can
read the full app names (app names are cut off in the app drawer and
home screens if they are too long).
On May 27, 1:20 pm, TreKing wrote:
> On Wed, May 26, 2010 at 10:00 PM, Rico wrote:
> > That's just one random example, it seems al
I'm trying to solve a problem that occurs only when launching my app
from the Market's post-installation screen. Suppose I have 3
activities which are accessed in order: A -> B -> C.
Normally, when a user uses my app (by launching from the home screen
or app drawer), if she hits the home button w
I'd like to make my app available to Android 1.5 users. However I'd
also like to take advantage of the new element
that's available in 1.6. I'm basically doing what's described here:
http://developer.android.com/guide/practices/screens_support.html#strategies
So if I set and set my project bu
I have a question about working with the activity lifecycle in
Android.
Let's suppose my app has some music playing.
I want the music to continue playing in the following scenarios:
- User changes screen orientation
- User browses different activities within my app
I want the music to stop playi
On Jan 20, 9:51 pm, dan raaka wrote:
>
> > What build does this device have?
>
> > There is new update for this device. Did you try on this build
> > ?http://community.sprint.com/baw/thread/26322?featured=true
>
> > -Dan
>
> > On Mon, Jan 18, 201
When switching between the emulator (which supports 8KHz) and a real
phone like the G1 (which supports 16KHz), I used the following code to
set up a valid AudioRecord object:
AudioRecord ar;
// Try to construct at 16KHz
ar = new AudioRecord(
MediaRecorder.AudioSource.MIC,
16000,
AudioFormat
We used to be able to link to a search page on the Amazon MP3 app
through the method described here:
http://groups.google.com/group/android-developers/browse_frm/thread/2660d9745ce2c208/5705d193adeae842?lnk=gst&q=amazon+mp3#5705d193adeae842
However, it looks like the Nexus One shipped with a newe
11 matches
Mail list logo