Let me try to be clear with what I want. I have a button, and when I click on the button, I want to detect if there is any active twitter session in the device, or am I logged in into a twitter account in my device. If I am connected, I want to use the twitter account, somehow save the session in my application and use it when I want to share something via twitter in my application without having to log in again.
Most example I found is tweeting from my application itself, for example this http://www.androidhive.info/2012/09/android-twitter-oauth-connect-tutorial/
I just wanna detect, if I'm connected to a twitter account, I wanna use it in my app, and use them when I call Share Intent.