[android-developers] Embeddable lightweight/simple webserver?

2010-07-26 Thread DanAtAndroid
I'm looking for an embeddable webserver for an android project I am working on. ijetty is to big for me, I'm just trying to serve some static content don't need an entire servlet container. Something like

[android-developers] Developer looking for project to join

2009-01-23 Thread DanAtAndroid
Hello, my name is Dan and I'm looking for an open source android project to join. I've developed extremely basic android apps for the emulator, but I am, or was, a full time java developer working on web data gathering technology. I will be unemployed (planned) for the next few months and would

[android-developers] Re: How to update the UI from a timer

2008-03-31 Thread DanAtAndroid
The only way to do this is with a handler as mentioned a few times above already. On Mar 31, 12:41 pm, Phision [EMAIL PROTECTED] wrote: I think I have the same problem. I want to update a progress bar at a regular interval of time. I am calling setProgress() each second but the progress bar