I was going to develop an android application that deals with users' current location. Then there I noticed two type of examples on the web. One using FusedLocationApi
and another one using FusedLocationProviderClient
. The first one is very much easier to use than the second one.
I don't understand the difference between them and which one is better to use.
Someone, please help.
Thank you in advance buddy.