A
Android Central Question
i have this class => public class MapsActivityDriver extends FragmentActivity implements OnMapReadyCallback, GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener, LocationListener {}
use android studio version 4.0.1. The problem is that GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener are depreciated. how to use in the new version?
use android studio version 4.0.1. The problem is that GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener are depreciated. how to use in the new version?