从高音扬声器获取鸣叫到android studio

时间:2018-11-26 05:31:45

标签: android android-studio android-fragments android-activity

大家好,我只是想问一下是否有可能从Twitter获取推文,然后将其扔到android studio中的项目中?如果有可能,谁能告诉我如何?论文目的。非常感谢你

1 个答案:

答案 0 :(得分:-1)

您可以从Twitter API中获取特定用户的推文,但没人会将其投给android studio中的项目。

您将必须制作Android项目并使用所需的身份验证参数访问API,然后才能为您提供用户的推文。

要了解有关API和AUTH参数的更多信息,请访问以下链接:

  1. Get Tweet timelines - developer.twitter.com
  2. Android, getting new tweets from specific users
  3. Show Tweets - Github

示例项目以获取用户推文:

  1. How can get the twitter tweets in android list view from a twitter public page
  2. Show user tweets.

希望这会有所帮助。