I want to build a app with sharing option. I mean that users can pass simple data between their contacts, that use the app. And I don’t want to use servers of mine.
Is it possible to use existing platforms such as Facebook, Google, or even with android APi only?
If it can be done, how can I do it?
You can try with gcm – Google Cloud Messaging for Android
Nevertheless, for this you will have to use some kind of server to send push messages.