2

please tell me where can i find twitter4j sdk for android and at least one example how to implement log-in and tweet in android application.

I have searched but not found the solution.

skaffman
  • 398,947
  • 96
  • 818
  • 769
ravi adhikari
  • 49
  • 1
  • 5

2 Answers2

6

Here's an example of how to login and tweet using OAuth:
http://blog.blundellapps.com/sending-a-tweet/

Pang
  • 9,564
  • 146
  • 81
  • 122
Blundell
  • 75,855
  • 30
  • 208
  • 233
2

I don't think there is a "for Android" SDK per say, but the normal Twitter4J SDK should work just fine according to their site: http://twitter4j.org/en/index.html#download
There are code examples on the site as well: http://twitter4j.org/en/code-examples.html

Matt
  • 4,849
  • 3
  • 26
  • 23