I want to be able to update my score for my leaderboard in a different activity other than the one that creates the GoogleApiClient obj ( the main activity ).
What is the best way to do this?
Is making the obj parcelable the correct way? if so how can you do it if the class is part of a library.
Can you make the obj static? is it safe?
Any advice on how to achieve this would be great.