Maxcfgos
New Member
I have a question regarding the use of Services. I want to make requests to an API and I need my application continue working in the background. From the Service, I can't directly access the EditText (for example) to check their text, so how could I establish this connection? I've already read the documentation but I still don't fully understand it.