java - How do i Access GoogleApiClient in Different Activities -


how access googleapiclient in different activities?how make global can used in activities can pass through intent ?

no, can't pass via intent. if needs used across activities either need make new 1 each activity or need make owned service activities query results.


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -

javascript - How to change image src on success AJAX -