realm / realm-draw

The official Realm Draw app used in promotional videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feasibility: PPT Play

Nik20112 opened this issue · comments

Hi Realm Team,

I have successfully testing the drawing demo in multiple devices and its working fine vice versa case. I want to know that when I play the PPT file in one device and its reflect/play into other device or multiple device.

Please suggest me this feature. Is it feasible with realm mobile platform or not?

Best Regards,
Nikunj

Hii @Nik20112, I'm not sure what you are asking. By PPT file do you mean the drawing?

If you mean, will it update multiple devices, the answer is very much yes. In my solo testing I have used as many as five devices at once (Apple Pencil in mouth to drive an iPad, two iPhones and two Android tablets).

The Realm server simply accepts input from all the devices connected to a given Realm and the devices are all updated to match.

If you wanted to change the app to only draw on some devices rather than accepting drawing input on that device, as a way to just broadcast a drawing, that would be a simple change to the application logic so only one master device accepted touch events. The others would then just draw whatever was drawn on the master.

Closing this as a duplicate issue of realm/realm-swift#4751