Guys, help a novice programmer, I wanted to write a service for android as training which will send the phone coordinates to the firebase database every minute, if it's not difficult to figure out the coordinates and database, please explain how to organize the service every minute send them to the firebase, just send in the right direction, describe how best to implement such a venture.
- Service + Retrofit - Flippy
- Yes, how to send data is not a problem, I’m more interested in how to organize a service that will run every minute and execute code, or maybe it’s done differently, I’m not completely familiar with services, and I don’t understand how to organize which classes and methods to use for this - Makedonskiy
|