【发布时间】:2017-03-28 20:19:11
【问题描述】:
GoogleApiClient 可以在 Fragment 中使用还是必须始终在 Activity 中使用
mGoogleApiClient = new GoogleApiClient.Builder(this)
.addConnectionCallbacks(this)
.addOnConnectionFailedListener(this)
.addApi(LocationServices.API)
.build();
【问题讨论】:
标签: android