Hi all
I want to add scheduled task facility to my class library. User should be able to get the location periodically and he should be able to determine time interval, using classes in my class library. It must be compatible with Windows Phone 7.0. I found some solutions using Microsoft.Phone.Schedule namespace, however it is available for only 7.1 and 8, and I cannot add it to my 7.0 library. This link provides a solution for 7.1 and 8. Is there any way that I can do this job in Windows Phone 7.0.
Thanks in advance
4
votes