I am developing an android real time multiplayer quiz game. For multiplayer support i have used Google play games service. I am following the Button Clickers 2000 tutorial.I have retrieved the Questions and answers via Asynctask from the online server. Now when multiplayer game starts both players get different questions. But in real time i need to show the same questions to both players when they select multiplayer option.How can i achieve this? any kind of help would be appreciated
Asked
Active
Viewed 58 times
-2
-
1Your question has nothing to do with programming, its general about tutorials, references. – Xcodian Solangi Oct 13 '17 at 10:28
-
1I just need to how can i define a host participant who will create quiz-questions – Code Oct 13 '17 at 10:54
1 Answers
-1
Try different options such as sorting participants ID then alphabetically selects the first one and select it as a host who will create quiz questions. You can also look at [1]: How to decide who is the first player when user plays quick game?

D.Das
- 16
- 5