John
John
Hello.....is there any out here??
I am stuck with the same issue...
it's been resolved bro...!
@Override public void onConnectedToRoom(Room room) { Log.d(TAG, "onConnectedToRoom."); ``` //get participants and my ID: mParticipants = room.getParticipants(); mMyId = room.getParticipantId(Games.Players.getCurrentPlayerId(mGoogleApiClient)); // save room ID so we can leave cleanly before...
> RaviHacker101 Check the file extension, try different ones, it will work
Download the project and add it as library, then add these code! public void setSwipeDirectionEnable(int direction) { disabledSwipeDirection.remove(direction); } That works with some tweaks! Trial and Error!
I am facing the exact same issue, have you found a solution for this?