[android-developers] Interpret Logcat Output

2010-11-29 Thread Ro
Hi guys, I tried searching for an article or post which talks about interpreting/understanding logcat output. I keep getting an Application Not Responding window. I found out that it currently is shown in two main places: when the window manager waits to long on an event it has dispatched to an ap

[android-developers] WSDL2Java for Android

2010-04-02 Thread Ro
Hi there! We are trying different web service technologies on the Android platform. We have tried RestFull technologies, and it seems to be the best option, but we want to try also WSDL based web services. Anybody knows any wsdl2java tool for Andorid Platform? Thanks in advance! Robert. -- You r

[android-developers] WSDL2Java on Android

2010-03-29 Thread Ro
Hi there! Anybody knows any wsdl2java tool for Andorid Platform? Thanks in advance! Robert. -- 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 g

[android-developers] Re: Broadcast Receivers help

2009-09-11 Thread ro...@rogerlemmon.com
I wouldn't want frowning so Can you tell me a better way? And by the way, can you answer this... http://groups.google.com/group/android-developers/browse_thread/thread/28e026ba8da56225 thanks... On Sep 11, 3:41 pm, Dianne Hackborn wrote: > I am officially frowning. ;) > > Just be prepared

[android-developers] Re: Broadcast Receivers help

2009-09-11 Thread ro...@rogerlemmon.com
Just what I needed, it works every time now! thanks! Thread.sleep(500L) . don't even notice it! good hack ;) By the waysearch for "not call log" in the market. It is free, and handy! On Sep 11, 3:02 pm, "ro...@rogerlemmon.com" wrote: > that's what i meant

[android-developers] Updated apps not showing at the top of the list

2009-09-11 Thread ro...@rogerlemmon.com
I am new to posting on the market, and cant figure this out! I have run through updating my app a couple of times in the past day for bug fixes and such that people have found for me, but my app doesn't seem to be showing up at the top of the "By Date" sort! I know that I see other peoples apps j

[android-developers] Re: Broadcast Receivers help

2009-09-11 Thread ro...@rogerlemmon.com
that's what i meant , testing now thanks On Sep 11, 3:00 pm, Jason Proctor wrote: > well you could Thread.currentThread().sleep(period) > > #hack :-) > > > > >So, your saying use something like a wait(); statement? > >Since I really don't do much before running the activity, all is done > >i

[android-developers] Re: Broadcast Receivers help

2009-09-11 Thread ro...@rogerlemmon.com
So, your saying use something like a wait(); statement? Since I really don't do much before running the activity, all is done in services before hand On Sep 11, 2:49 pm, Jason Proctor wrote: > "officially", you can't replace the stock call UI. however, i've > discovered that if your receive

[android-developers] Broadcast Receivers help

2009-09-11 Thread ro...@rogerlemmon.com
My broadcast receiver for Call_State_Changed works fine and I successfully start a different activity than the standard CallLog after a call, but every once in a while, the original Activity gets displayed after mine, in effect not showing mine! This is annoying. Is there a call that I can make to