I am working on android application. My app contains a listview and when each listitem is clicked I am displaying its related content in new activity. Now I kept a share button in the new activity and when that button is clicked I am displaying an alert with fb,twitter and email icon. Now when I click on twitter the text in that page should be posted in twitter. Similarly for facebook and email. Please suggest me how to share text via social networking in android. I didnt work on sharing via social network android. Any suggestion or links may be helpful.
I have gone through examples in google but I didnt understood the flow.