Showing a Twitter user page using the native twitter app adds some awesomeness in your app. Of course, we don't want to just pass a twitter URL and command the browser to show a mobile site. We want the native Twitter android app to do the job! This is done with the help of Android Intents of course.
Here's how my app show that Twitter page.
Step 1: Get the Twitter page username, in my
↧