I want to create a twitter application in android. For this I want to create a login page and login to twitter. For this should we need a Consumer key & Consumer secret
1) First u must have a twitter account.
2) Then you must give access to your application to do that go to this and sign in and create your application.
3)If u did it well, you will receive some information about your app including Access token,Access token secret,do not give this to any one(Access token,Access token secret) and make sure to keep your Access level to read and write.
4) Now you have done the basic part.now you want to do is the implementation the OAuth part.
5) To do that just follow this
5) That works for me hope you also can do that.