I have a question about using GoogleApiClient. Is it necessary to use this Object or is it ok to use HttpUrlConnection and send requests as I did it many times? Now, I am also developing Android - app, where important to use Google Places API. But I create it like this: 1) Create search query 2) Send search request via Http 3) Get response as JSON and parse it out
Can anybody explain what the pros ans cons of each method, and which one is better? Thank in advance)