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

Hi, I recently played a game named Quick Dots Brain Game. Now I clearly scored a 302 (screenshots given below). The problem is, though my gamer profile is public, this...

Hello guys, I'm struggling with Google Play Games Leaderboards for2 months. It isn't work just after submitScore() or submitScoreImmediate(). And If I clear data of Google Play services app, It...

After reading your code (quite complex for just loading/saving games) a null pointer exception could be throws after confict: snapshot variable return by processOpenDataOrConflict (see https://github.com/playgameservices/android-basic-samples/blob/884881e9854c1e07cef51a4c1efa7dab42af1221/CollectAllTheStars2/src/main/java/com/google/example/games/catt2/MainActivity.java#L686) could be null and...

Using latest version of Andriod available on my phone Lenovo vibe p1. When recording in 480p SD its fine recording is successful,but when recording in 720p HD after 3sec timer...

Hello, I have the same problem with multiplayer. Many users notify me about problems with multiplayer. Usually it's from Russian. I checked If I use VPN - Russia multiplayer doesn't...

I integrated real time multiplayer in some of my games. Everything worked fine until today. Without any updates all of my games today return error code 4 when creating room....

I try update all scores for all leaderboards in my game, I have 14 leaderboards, and try update all for users who for example clear data or use new device,...

When you show the achievements or leaderboard activity and click on "settings" in the upper right corner and logoff, you will return to main_activity.xml where the UI still shows you...

When requesting the leaderboard intent with: Games.Leaderboards.getLeaderboardIntent(mgapiclient,leaderBoard,LeaderboardVariant.TIME_SPAN_WEEKLY,LeaderboardVariant.COLLECTION_PUBLIC) The time span works... but It allways shows the SOCIAL leaderboard and not the PUBLIC...

bug

I am developing a game that uses only landscape orientation. I am using android:screenOrientation="landscape" for that. In my game when I login to the GPG, a splash screen appears, then...

bug