Top "Sharing" questions

Use tag 'share' instead.

Sending message through WhatsApp

Since I found some older posts, that tell that whatsapp doesn't support this, I was wondering if something had changed …

android android-intent social-networking sharing whatsapp
What's the best way to share data between activities?

I have one activity which is the main activity used throughout the app and it has a number of variables. …

java android sharing
Has Facebook sharer.php changed to no longer accept detailed parameters?

We have been opening a sharing popup (via window.open) with the URL like https://www.facebook.com/sharer/sharer.…

javascript php facebook api sharing
Updating GUI (WPF) using a different thread

Just have a problem here that I have no idea how to fix. I am doing a small project which …

c# multithreading user-interface sharing
Sharing url link does not show thumbnail image on facebook

I have some example url that provide for facebook sharing. But the image inside the url page does not show …

facebook image facebook-opengraph sharing
How to Share Entire Android App with Share Intent

I have used Sharing-type intents before, such as: Intent intent = new Intent(Intent.ACTION_SEND); intent.setType("plain/text"); intent.…

android android-intent sharing
Sharing a complex object between Python processes?

I have a fairly complex Python object that I need to share between multiple processes. I launch these processes using …

python process multiprocessing sharing
Sharing & modifying a variable between multiple files node.js

main.js var count = 1; // psuedocode // if (words typed begins with @add) require('./add.js'); // if (words typed begins with @…

node.js variables module sharing total.js
False 'Sharing Violation' Xcopy error message

I am running a batch script (on computer A). The script copies several files from another computer (computer B) to …

windows batch-file sharing xcopy
Android sharing Files, by sending them via email or other apps

I have a list of files in my android app and I want to be able to get the selected …

java android android-intent sharing