We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2014-01-22 15:46:17 +0300

Is there any social sharing API?

Is there something similar to Android's sharing intent in Sailfish?

In Android you can just

Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send.");
sendIntent.setType("text/plain");
startActivity(sendIntent);

and a sharing menu will open up. Is there anything like this?

Is there any social sharing API?

In Browser you can share links and in Gallery let's you share photos. Is there something similar some unified way to Android's sharing intent in Sailfish?do that?

In Android you can just

Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send.");
sendIntent.setType("text/plain");
startActivity(sendIntent);

and a sharing menu will open up. Is there anything like this?

Is there any social sharing API?

In Browser you can share links and in Gallery let's you share photos. Is there some unified way to do that?

In Android you can just

Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send.");
sendIntent.setType("text/plain");
startActivity(sendIntent);

and a sharing menu will open up. Is there anything like this?

Is there any social sharing API?

In Browser you can share links and in Gallery let's you share photos. Is there some unified way to do that?

In Android you can just

Intent sendIntent = new Intent();
sendIntent.setAction(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "This is my text to send.");
sendIntent.setType("text/plain");
startActivity(sendIntent);

and a sharing menu will open up. Is there anything like this?