Top "Share" questions

questions about sharing resources in (local, and social) networks

How to make my Android app appear in the share list of another specific app

<action android:name="android.intent.action.SEND" /> <category android:name="android.intent.category.DEFAULT" /> <data …

android android-intent filter share
How to force Share Intent to open a specific app?

I like share intent, it is perfect to open sharing apps with image and text parameters. But now i'm researching …

android twitter android-intent share
The file format is not supported - When a photo is send on WhatsApp

//Share image to all share = (Button)findViewById(R.id.facebook_app_id); share.setOnClickListener(new View.OnClickListener() { @Override public void …

android android-intent share whatsapp viber
Facebook sharer, pass in a comment?

Is it possible to post a description/comment variable to the facebook sharer url? It's only possible for url and …

facebook share
How to copy files to network path or drive using Python

Mine is similar to this question. How to copy a file from a network share to local disk with variables? …

python network-programming share drive
Portable way to pass file descriptor between different processes

On most UNIX systems passing an open file between processes can be easily done for child/parent processes by fork(); …

unix fork share file-descriptor
How do I create a custom Facebook share dialog box passing parameters?

I've seen a few posts here and around the interwebs explaining how to create a custom Facebook share dialog box …

facebook dialog share lightbox
Execute icacls in PowerShell to grant access to a file share for domain computer

I wonder how to uses icacls within a PowerShell script for setting up permissions on a fileshare for a computeraccount …

powershell permissions share icacls
Default Sharing in iOS 7

I have seen this format (Image shown below) of share option in most of the iOS applications that support iOS 7. …

ios ios7 share social-networking airdrop
jstring(JNI) to std::string(c++) with utf8 characters

How to convert jstring (JNI) to std::string (c++) with utf8 characters? this is my code. it worked with non-utf8 …

android c++ c++11 java-native-interface share