There are some tutorials about how to include a service in the application for long running tasks.
This ist not what I need, I'm trying to write an app completely without user interaction. No main activity, etc. The service needs to clean up some files regularly, so I need to schedule it somehow. But my main problem is how to hide the userinterface.
How is it done? Can anyone give me a hint? Thank you!
This ist not what I need, I'm trying to write an app completely without user interaction. No main activity, etc. The service needs to clean up some files regularly, so I need to schedule it somehow. But my main problem is how to hide the userinterface.
How is it done? Can anyone give me a hint? Thank you!