android-basic-samples icon indicating copy to clipboard operation
android-basic-samples copied to clipboard

Google Play game services - Android samples

Results 84 android-basic-samples issues
Sort by recently updated
recently updated
newest added

The method: public abstract Intent getLeaderboardIntent (GoogleApiClient apiClient, String leaderboardId, int timeSpan, int collection) inside Leaderboards interface. descirbed here: (https://developers.google.com/android/reference/com/google/android/gms/games/leaderboard/Leaderboards.html#getLeaderboardIntent(com.google.android.gms.common.api.GoogleApiClient, java.lang.String, int, int)) it has a variable called collection. **It...

My players would like to know how many of them are "on-line." Which I personally would change to: "How many users are logged into Google Play using a specific game."...

Hello when I create a new room, the callback onRoomCreated() returns STATUS_NETWORK_ERROR_NO_DATA 5% of the times. I dont know why I get this error sporadic. Some people mentioned that you...

Google Play Games Services is missing a feature. It has neither **text chat** nor **voice chat** in its API. It would be great if players in a Real-Time Multi-Player room...

I used LeakCanary to check for memory leaks. Although i am restarting the activity after end of every game it still shows a memory leak. Play services and games version...

I have to set expire time of Turn based match. Example : two days. How to set match expire time?

enhancement

Hi, The following error appears when crossing out the waitroom UI. `12-05 01:25:57.734 28258-28258/? E/WindowManager: android.view.WindowLeaked: Activity com.google.android.gms.games.ui.client.matches.RealTimeWaitingRoomActivity has leaked window android.widget.PopupWindow$PopupDecorView{4ccf7e8 V.E...... .......D 0,0-392,96} that was originally added here...

Hi, I get the following problem: `12-05 02:14:57.222 18575-28110/? E/RSCStateMachine: REGISTER_WAITING_ROOM_LISTENER_RESTRICTED: when not in room 12-05 02:14:57.223 3371-3371/? E/WaitingRoom: Room ChoKCQiom4X3-woQAhABGAIg____________ARCZ3pWo6uSH0Ws invalid. Finishing activity.` When I try to open a...

I'm trying to implement saved game in my game. I reach a case when I open the snapshot, the result always return code 4004, and no matter how often I...

bug