How do I implement that when I draw in canvas it will be seen by others who have the same app in real time. I want yo create a guess the draw game

How to implement that when I draw in canvas it will be seen by others who have the same app in real time. I want yo create a guess the draw game

There is a tutorial for this, somewhere - here:

Thank you so much!

How about If I want to guess it by using live chat (listview)

I also want to have timer and leaderboard

Search the community for chat and leaderboard methods.

For the timer, this might be easier to implement on each viewer's device as opposed to sending it over the web to all devices, but that is possible too...

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.