I have a little android app that creates schedules for teams. For instance there is team of 9 and one user creates schedule with names of all members of his team on android device. How can this user share the result with others.
I see this like he uploads serialized schedule data with some id to a server, and others get the data requesting the id.
What technologies or libraries should I use? And is there any free hosts to keep this data.
Thanks in advance!