Closed denley closed 9 years ago
Currently, a new GoogleApiClient is created for each send request and each startReceiving call. It would be quicker and less memory intensive to connect once and reuse the same client until the app's process is killed.
GoogleApiClient
startReceiving
Currently, a new
GoogleApiClient
is created for each send request and eachstartReceiving
call. It would be quicker and less memory intensive to connect once and reuse the same client until the app's process is killed.