android - Service to send GPS coordinates to server -
i'm new in android , trying send gps coordinates web server. gps coord , request updates of them every x seconds.
what want send coords web server using service , running service in different time intervals (user decide how ofter wants update position).
i have searched , want more efficient possible, that's why think using service best approach.
i'm having trouble knowing start service , how make run in time intervals, if should use asynctask inside service post coords webserver.
any hint appreciated.
thanks!
use alarmmanager starts service every x sec.
the service should include class implements location listener.
refer tutorial link helps know service , time intervals.
and coordinates within activity service , send server using async task.
hope helps you.
Comments
Post a Comment