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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -