Guys,
I have a service that bring information from the internet using HTTP (HTTPUtil2)
I'm doing processing on the received data and it slowing down my phone dramatically,
the background processing is not something the user is waiting for, so it should run in "a lower priority" and not taking over the phone,
whats the best way to do this?
is this a CPU thing, or just the use of the UI thread (so use of threading might solve it)
BTW the whole phone is slow not just the specific app
thanks
I have a service that bring information from the internet using HTTP (HTTPUtil2)
I'm doing processing on the received data and it slowing down my phone dramatically,
the background processing is not something the user is waiting for, so it should run in "a lower priority" and not taking over the phone,
whats the best way to do this?
is this a CPU thing, or just the use of the UI thread (so use of threading might solve it)
BTW the whole phone is slow not just the specific app
thanks