Working on android application, wanna add twitter feature to it , like after every commute send the twit to the user account . Is it possible to add twitter into the android app without asking for user’s twitter account details (user_name and password). I think using Twidroid it is possible but i dont know how to proceed .Please guide .
thank u,
regards
Sheik
If you want to send updates to Twitter using their API you will somehow have to provide the username and password for your Twitter account. Of course you can enter these once and store them in your preferences. For some code see this example of a Twitter client.