benCd / uni-park

uni-park is an open source university parking forecast service, providing university students with predictive models for parking sport analysis.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Backgrounding #5

Closed benCd closed 5 years ago

benCd commented 5 years ago

It is essential to be able to do data polling and sending in the background. We need to both get our GPS data, as well as send it to the server. Backgrounding has to be done on both Android and iOS separately using two different projects in the same solution. Here is some documentation.