aSmack as a service
问题 Basically I have a Main class running the entire project. The code is working perfectly although once the App is unfocused it becomes inactive. I was wondering how I would go about making it a service. One that would startup at boot. The app will be a one way message system for notifications. I.E. Desktop Client -> Openfire Server -> Android XMPP Service -> Storage (DB) -> Android GUI for display As I've said, the Code is working (Connect, Login, Receive) but isn't a service. I could use the