Hi, I Start a Service wich has a TImer wich triggers a URL read and parse it.
Problem is that when it is reading the url or parsing the other activities stops till its done.
E.g. you press a button and it is not pressed or you try to move up and down a list and it does not move.
I dont know if I can speak of threads in Android but how can I make that the service runs in another thread?
Or minimize that effect?.
You can see a video here... https://www.dropbox.com/s/cjlvsbpz5f8or82/efect.mp4?dl=0
Thanks
Problem is that when it is reading the url or parsing the other activities stops till its done.
E.g. you press a button and it is not pressed or you try to move up and down a list and it does not move.
I dont know if I can speak of threads in Android but how can I make that the service runs in another thread?
Or minimize that effect?.
You can see a video here... https://www.dropbox.com/s/cjlvsbpz5f8or82/efect.mp4?dl=0
Thanks