I'm learning Android and I'm stuck with my service.
My application connects via Socket to my server every X seconds, receives an XML, parses the information and it's shows in a TextView.
I'd like to know how can I implement an IntenService to do this and how to communicate the info to the UI. I'm finding very hard to see good examples.
I appreciate any help you can give me.
Thank you!