I am developing an Android application and would like my users to be able to post some information from my application on their Twitter feed. I know how to do this job by creating a VIEW intent and redirecting the user to the Android built-in web browser (thanks to stack overflow!). However, now that there is the official Twitter application, I would like to be able to use twitter activity (if installed) to make a message. However, I cannot find the developer documentation for what is called Twitter Intent for Android. Can someone provide a short example code snippet that includes the intent text to use?
source
share