Android multiplayer invitation screen

I am trying to create a user interface user interface for the "player user interface" that comes with google game services for multiplayer mode. The default value can be seen here: https://developers.google.com/games/services/android/realtimeMultiplayer?hl=fr-CH#invite_players_option

This page (which in real time I know) mentions how to use the default user interface, and that the user interface can be used, but does not mention the real methods of customizing the appearance. I am not a fan of huge icons, but rather a simple list. I tried to research this for several days and did not find anything.

I am looking for any help I need to call to set up. Is this done in the onActivityResult method? Did anyone manage to do something like that?

thanks

+6
source share
1 answer

This means that you can create your own interface from scratch and interact with Google Play services using the provided API. They do not provide a way to customize the look of the player selection user interface that Google provides.

+5
source

Source: https://habr.com/ru/post/977960/


All Articles