twitter's officially supported android application

Posted by sorens on Stack Overflow See other posts from Stack Overflow or by sorens
Published on 2010-05-24T23:49:45Z Indexed on 2010/05/25 0:11 UTC
Read the original article Hit count: 546

Filed under:

i am developing an application for android and would like for my users to be able to post some information from my application to their twitter feed. i know how to make this work by building a VIEW intent and forwarding the user to the android built-in web browser (thanks to stack overflow!) However, now that there is an official Twitter application, I would like to be able to use the twitter applications activity (if it is installed) to make the post. However, I can not find any developer documentation on what the Twitter Intent for Android is called. Can someone provide a short snippet of sample code that includes that text of the Intent to use?

© Stack Overflow or respective owner

Related posts about android