In my android application i am using location manager to get the location . It works fine in below android 4.0.But in the later versions of android I find it difficult to get the network location in this Location manager API.That is location changed event for network provider is not called.
so I have moved to Location Client which uses play services to give accurate location to the application but in this API network location problem was solved.It gives some accurate locations to my application but it always return location.getSpeed() as Zero.
so is there any way to get speed value while using location client API.some body help me to sort this thing out.