
‘Share to Twitter’ Code for Android (Without SDK)
Most applications provide sharing to Twitter using the generic ‘Share’ intent. Some others may want to use the Twitter SDK but that increases the application install size. Most developers may want to make the user directly share the content to Twitter without showing the App Chooser. Here’s a quick code snippet for Android developers who want to directly…