Sharing is kind of a big deal, but ShareCompat (http://developer.android.com/referenc...) makes it straightforward to share text, HTML text, files, and images. FileProvider (developer.android.com/reference/android/support/v4/content/FileProvider.html) makes it possible to share files and images without the storage permissions using URI based permissions.