I would like to perform the following tasks on every 30 minutes interval -
- MNC, MCC, LAC & Cell ID
- Display it to user &
- Send these information to a remote server via HTTP request.
During this time, the app may/may not be in front.
My question is, is IntentService a good idea to execute the above tasks? Or, any other idea?