android - How i should integrate twitter in my app? -
i want integrate twitter in android app.
i have used twitter4j,jtwitter think might went wrong somewhere.
if having sample demo created them plz upload it.
thnx 4 help....
you can add share functionality app.
final intent intent = new intent(intent.action_send); intent.putextra(intent.extra_text, "something share"); startactivity(intent.createchooser(intent, "share"));
this create chooser user can select activity can handle intent.action_send intent. includes sms app, gmail, facebook, twitter, etc.
Comments
Post a Comment