Hey @sushil_dhamal,
TwitterKit will help you do that.
If your users have Twitter App installed in their Android phones, you can use Android intents to open Twitter app to compose a tweet and supply the URI of the image.
You’ll have to have this image locally available, to supply to the composers.
Alternatively, you can also use the TwitterKit TweetComposer to present an in-app Tweet Composer with images attached, so that the user can tweet without going outside of your app.
Make sure the user is logged in before using TweetComposer.
Logging the user in will also be facilitated by TwitterKit.
This documentation details about how to compose a tweet with above two methods : https://docs.fabric.io/android/twitter/compose-tweets.html
And this documentation explains how to have users log in with Twitter : https://docs.fabric.io/android/twitter/authentication.html
All the best!