How can i share data/text with other apps that will accept it?
Posted
by kefs
on Stack Overflow
See other posts from Stack Overflow
or by kefs
Published on 2010-06-02T19:31:27Z
Indexed on
2010/06/02
19:34 UTC
Read the original article
Hit count: 161
android
|android-sdk
I have an app that creates a new data entry in a sqlite db with several columns. I would like to have a simple share button on the final activity so they can share the results (or even a simple text field) with apps that accept it (email, mms, twitter, etc..).
I did some reading on ContentProviders but the more I read, the more I'm thinking i'm heading down the wrong path. Any help is appreciated.
Thanks!
© Stack Overflow or respective owner