I am developing one tracking application where a user can track other users location continuously and show it in map.For continuous location updates i am using FusedLocationApi
and getting location updates correctly. My question is to send these location to other device, is it a good habit to send these location updates to server continuously? If we make connection request to server so frequently then won't it be draining battery fast? Thanks in Advance. Any help is appreciated.
it is not good actually because it consumes a lot part of battery and also network. But as per your requirement it is good. Even i am also working on almost same concept of application but it is okay coz there are no another solutions so keep moving on that...