android - View user's twitter feed in Twitter app? -


i have user's twitter handle. right i'm opening through web page like:

string url = "http://www.twitter.com/" + "example_handle"; intent intent = new intent(intent.action_view, uri.parse(url)); startactivity(intent); 

if user has twitter android app installed, there different intent can use gives user option view user's twitter feed in twitter app, instead of forcing them directly browser? i'm not sure if author's of twitter app have exposed such intent,

thanks

afaik, twitter app undocumented standpoint of developer integration this.

we told released open source. possible that, @ time, document integration strategies this.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -