rakesh menon
rakesh menon

Reputation: 1101

running background thread in android throughout the application

hi i am new to android. can anybody help me to solve this. i want to run a background thread which will request to the server response in some time gaps. this threads have to be run in background through out the application. if any one know how do this in android please let me know.i hope you understood my problem .thanks in advance

Upvotes: 1

Views: 1703

Answers (2)

FoamyGuy
FoamyGuy

Reputation: 46856

I think you are looking for a service.

Upvotes: 2

Sunil Pandey
Sunil Pandey

Reputation: 7102

basically you are looking for services see here

Upvotes: 2

Related Questions