Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I want to share posts on twitter from my android application, For this i need to integrate the twitter sdk with my android application in android studio. The examples that i am getting is for integrating twitter in eclipse.

Can any bodyhelp as how to integrate twitter sdk in android studio?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
156 views
Welcome To Ask or Share your Answers For Others

1 Answer

There's a plugin for android studio to integrate twitter that is Fabric.

Step 1- Go to dev.twitter.com

Step 2- Download FabricAndroidStudioPlugin.

Step 3- After downloading, follow this link to add this plugin in android studio.

To add this plugin in android studio

Go to File ->> Settings ->> Click on Plugins -->> then click on Install plugin from disk button -->> then select that FabricAndroidStudioPlugin zip file and ok..!! An icon of fabric will be there on toolbar. Then click that icon and follow the steps. fabric will now do everything automatically.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...