1
我正在使用位置選擇器API,但我不明白爲什麼首次啓動它需要時間?
第一次運行/啓動後,當我們第二次打開它時,它工作正常。首次啓動Google Place Picker需要花費時間
這裏是我已經上點擊一個按鈕的實現代碼:
PlacePicker.IntentBuilder builder = new PlacePicker.IntentBuilder();
try {
startActivityForResult(builder.build(ImageStickerActivity.this), PLACE_PICKER_REQUEST);
} catch (GooglePlayServicesRepairableException e) {
e.printStackTrace();
} catch (GooglePlayServicesNotAvailableException e) {
e.printStackTrace();
}
分享您的代碼? – sumit
@sumit檢查上面我更新我的文章。 –
嗨,請幫我找到解決方案。謝謝.. –