Hi,
I am developing an application for Android and IOS that needs to monitor the location of the device.
I would like to do it using a backservice task to allow the user to use other applications while my application is monitoring the device position.
Can you suggest some training or articles that I could acces to learn how to do it ???
Thanks in advance
1 Answer
In our BNAPP series there is a section on tracking location: http://docs.appcelerator.com/titanium/2.1/index.html#!/guide/Tracking_Position_and_Heading That coupled with the BackgroundService for iOS and the Service for Android should get you started.
On a side note, please make sure you manage your location services correctly. Constantly tracking the location of the device will quickly drain the battery.
Your Answer
Think you can help? Login to answer this question!