0

I have a requirement to display Twitter Tweets of a particular User Account on Android Screen?

Could any one Tell me procedure?

user2580568
  • 85
  • 3
  • 11

1 Answers1

1

First of all you need to sign up to twitter and get an api key from https://dev.twitter.com/apps. Follow the steps there for signup. You probably also want a widget which will help you display the widgets in html - sample code for this is all over the web, just do a search for embedding a twitter widget. If you need native android functionality (not just web) you want to investigate a framework like Phonegap.

MikeW
  • 4,749
  • 9
  • 42
  • 83