Hi All,
I'm using MediaPlayer to stream an .mp3 radio broadcast. This stream is a
live stream and therefore has no duration. I'm debugging it on my phone in
eclipse and every few seconds I'm getting info/warnings that the buffering
is starting and stopping. Sometimes the buffering lasts longer
figured if not many were seeing this issue it was probably some
> configuration that isn't very common. I was pleasantly surprised when it
> started working and it's really good to have some confirmation that this
> is a real problem.
>
> On 1/30/2012 3:07 PM, DanielleM
know if it works for you.
>
> -Ted
>
> On 1/30/2012 1:10 PM, DanielleM wrote:
>
>
>
>
>
>
>
> > Yes that's my fear too. And I had been having the issues you describe
> > about the interface hanging at 27% when trying to re-launch an
> > emulato
makes us special?
>
> I really don't want to lose the configuration in eclipse and the DBs on
> my AVDs which is what I fear will happen if I have to reinstall everything.
>
> On 1/30/2012 12:02 PM, DanielleM wrote:
>
>
>
>
>
>
>
> > I'm so glad s
I'm so glad someone else has been having these issues as well. I
haven't tried to roll back to an earlier version of the SDK yet...and
I'm afraid it's going to require a complete uninstall and re-install
which is why I've been hesitant to do this.
I hope there will be some kind of fix soon.
On Ja
Hello all:
I recently updated both the Eclipse SDK and the Android SDK Tools
(plus a bunch of other Android packages) and now when I run an app in
the emulator in Eclipse and then switch to the DDMS perspective in
order to get screen captures, Eclipse hangs.
Just to be thorough, I'm running Eclip
ot.com/2011/07/new-tools-for-managing...
>
> So, create your emulator to use the 3.2 runtime.
>
> 7 января 2012 г. 2:04 пользователь DanielleM написал:
>
>
>
>
>
>
>
> > Hello all:
>
> > I was just wondering if anyone else has been having issues
Hello all:
I was just wondering if anyone else has been having issues getting the
Layout Manager in Eclipse to match up with the Android emulator? One
thing to note is that in my experience it seems that the emulator does
match real devices more so than the Eclipse Layout Manager.
So my problem i
Hello all:
I'm trying to create proper images for the different screen size/
density combinations so my app looks good across devices. I've read
the documentation here:
http://developer.android.com/guide/practices/screens_support.html
However, I'm a little confused on some of it. For instance, d
tting the live streams to play on some 2.2
devices, so if you are able to help me out can you please send back
specific info on what device and version of Android you are using?
I really appreciate any help anyone can provide.
Thanks,
DanielleM
--
You received this message because you are subscrib
ether this issue is known, being resolved, etc.
According to this thread I found, there is a fix but the phone has to
be rooted. This thread is as recent as today and people are still
having issues.
http://forums.shoutcast.com/showthread.php?p=2748869
Thanks,
DanielleM
On Feb 28, 1:25 pm, DanielleM
oblem...I'd love
to be able to roll out my app soon.
On Feb 25, 11:42 am, DanielleM wrote:
> Hello all:
>
> I've searched around and have not been able to find an answer to this
> problem: My application plays mp3 files and mp4 files in a variety of
> ways. The first wa
on a device) and I'm getting no error messages or anything in the
logcat.
I'm working on getting a third device to test on to see what, if any
issues occur. The rest of the app seems to work totally fine on both
devices.
Thanks for any help you can provide,
DanielleM
--
You received
t;> tabbed VIEW. Which Activities correspond to which Views depends
> >> entirely on you, depending on which choice you made of the two
> >> described in the Tab Tutorial, where it says:
>
> >> "You can implement your tab content in one of two ways: use the tabs
>
t even though
all my tabs open separate activities, they are all considered one
activity because of the tab host. Unless the back button will back
track through tasks in which case this behavior is correct since all
my activities are all part of the same task.
Anyway...any help that can be provide
behavior is not working for me...I can't have this activity re-
created once it's child activity (B) returns.
Thanks for any help,
DanielleM
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, se
nish() in the Information activity for
the close button it kills the entire app and takes me back to the Home
screen of the device.
Is there a better way to do this or how can I save the state of my
MediaPlayer objects and buttons so that they're not re-created every
time you return from t
taxing on the system to do the set up in the main thread. So I decided
to push that to a background thread while the rest of the activity
loads.
Thanks,
DanielleM
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to
Hello all:
I was wondering if there is a way to have a splash image display while
my app is loading? As it is right now, it's just a black screen until
the main activity launches and it may confuse people into thinking
that the app is stuck or not launching properly.
Thanks,
DM
--
You received
Hello all:
I have exported my android project using eclipse and I have a
signed .apk. However, when I installed it on a device to test it. It
would never launch. I just get a black screen and if I press the home
or menu buttons on the device it takes forever to go back to the home
screen. When I c
m...,
> int, int)
>
>
>
> > ----
>
> > DanielleM <mailto:dmurkerso...@gmail.com>
> > February 8, 2011 10:00 AM
>
> > Hello all:
>
> > In my app I an using a MediaPlayer object to play some strea
Hello all:
In my app I an using a MediaPlayer object to play some streaming
audio. I would like to be able to display on the screen a volume
control slider. Can someone point me in the right direction for this?
Perhaps there is some volume object I can call and just adjust the
foreground and backg
per.onDestroy();
if(mediaPlayer != null)
{
mediaPlayer.release();
mediaPlayer = null;
}
}
}
Thanks,
DanielleM
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to
23 matches
Mail list logo