Fernando Sproviero

Results 19 comments of Fernando Sproviero

@shailen any updates? I have also reported the issue here: https://code.google.com/p/android/issues/detail?id=227856

I have created a [project](https://github.com/fernandospr/android-maps-userlocation) that uses `SupportMapFragment` and shows the user location using two approaches: 1. `LocationServices.FusedLocationApi.requestLocationUpdates` 2. `googleMap.setOnMyLocationChangeListener` I've discovered that the second approach does not leak (though...

@sealskej Using `new GoogleApiClient.Builder(getApplicationContext())` still leaks. @carlosjs23 Using the following still leaks: ``` mGoogleApiClient = new GoogleApiClient.Builder(this) .enableAutoManage(this, this) .addConnectionCallbacks(this) .addApi(LocationServices.API) .build(); ```

Please, fork the repository, add this support and submit a pull request, I will be happy to accept it. Thanks. > On 07/11/2014, at 04:24, AlexanderNorway [email protected] wrote: > >...

@xjki, when you start scrolling, the images jump on iPhone. Please, can you fix that?

Hi @sctest, thanks for your feedback. Please, can you submit a pull request?

Thanks. Instead of opening and closing connections, please also bear in mind the possibility of using a pooled connection, check [this](http://www.theotherian.com/2013/08/jersey-client-2.0-httpclient-timeouts-max-connections.html) and if you can submit a PR I'll be...

Hi @nirav9261, sorry for the delay in the response. Unfortunately, it's difficult for me to continue giving support on this library as I don't have a device to test. However,...

Hi @secolaha, sorry for the delay in the response. Unfortunately, it's difficult for me to continue giving support on this library as I don't have a device to test. However,...

Please, link the documentation of these templates and I will be happy to add them.