I am really new to android. I have a project in which I need to develop quiz over wifi.
I have seen android's official tutorials regarding wifip2p.
Now I want design a client - server like functionality,
For that all the devices needs to be connected to a single device.
There is a method to create Group in the API, But I am unable to understand how does the device will connect to a specific group as no ID is associated with the group.
I need to know how to connect to a specifi group using an ID or something similar.
I also want to know how to stop the server from getting connection.
And also how to assign a name to the client.