• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Run GroomDroid in the background

lince

Lurker
Hi there,

I'm trying to start the GroomDroid web server but when it starts, a black window is shown. I'd like to start this app in the background without that screen being shown.

I'm starting this app in the following way:

Code:
Intent webServer = new Intent();
webServer.setClassName("net.allory.groom","net.allory.groom.GroomDroid");
startActivity(webServer);

I also tried with startService(webServer); but it doesn't seem to work.

Can anybody help me with that ?
 
Well, if nobody can help me could at least somebody tell me another place where I could get some help ?

Thanks :)
 
Back
Top Bottom