I had successfully integrate twitter API and I am able to post text from my device but I want to know two things
Is is possible to post Image on twitter usi
Yes you can post image on twitter using Twitter api like twitter4j but I will suggest you to do using HttpPost class and DefaultHttpClient class because its good in practice and you dont need to add any external twitter api to it.