How to show Twitter Posting dialog Like Iphone
android, twitter, twitter-oauth, twitter4j
Solution
I think it's a bad idea to trying copy UI from a platform to another.
I recommand you to use the share intent:
http://mobile.tutsplus.com/tutorials/android/android-sdk-implement-a-share-intent/
http://developer.android.com/training/sharing/send.html
It's really easy to use and integrated with the platform.
Problem
I am integrating twitter in my application and want to show twitter post dialog as available in iphone looks like the Image below. Can we have this dialog in Android and how?