Twitter Kit for Android

Twitter Kit 是一个多模块的 gradle 项目,包含多个 Twitter SDK,包括 TweetComposer、TwitterCore 和 TweetUi。Twitter Kit 旨在实现与 Twitter 的无缝、高效交互。「Twitter Kit is a multi-module gradle project containing several Twitter SDKs including TweetComposer, TwitterCore, and TweetUi. Twitter Kit is designed to make interacting with Twitter seamless and efficient.」

  • 所有者: twitter-archive/twitter-kit-android
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Twitter will be discontinuing support for Twitter Kit on October 31, 2018. Read the blog post here.

Twitter Kit for Android

Twitter Kit is a multi-module gradle project containing several Twitter SDKs including TweetComposer, TwitterCore, and TweetUi. Twitter Kit is designed to make interacting with Twitter seamless and efficient.

Twitter Kit Features

  • Display Tweets and timelines
  • Compose Tweets
  • Monetize with MoPub integration
  • Log in with Twitter
  • Access the Twitter API

Getting Started

Install using Bintray JCenter

Add twitter dependency to your build.gradle:


repositories {
  jcenter()
}

dependencies {
  compile('com.twitter.sdk.android:twitter:3.3.0@aar') {
    transitive = true
  }
}

Building from source

Rename samples/app/twitter.properties.sample to samples/app/twitter.properties and populate the consumer key and secret.

To build the entire project run

./gradlew assemble

Run all automated tests on device to verify.

./gradlew test connectedCheck

To run the sample app

./gradlew :samples:app:installDebug

Contributing

The master branch of this repository contains the latest stable release of Twitter Kit. See CONTRIBUTING.md for more details about how to contribute.

Code of Conduct

This, and all github.com/twitter projects, are under the Twitter Open Source Code of Conduct. Additionally, see the Typelevel Code of Conduct for specific examples of harassing behavior that are not tolerated.

Contact

For usage questions post on Twitter Community.

Please report any bugs as issues.

Follow @TwitterDev on Twitter for updates.

License

Copyright 2017 Twitter, Inc.

Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

主要指标

概览
名称与所有者twitter-archive/twitter-kit-android
主编程语言Java
编程语言Java (语言数: 1)
平台
许可证Apache License 2.0
所有者活动
创建于2015-03-30 20:54:42
推送于2019-02-19 15:06:43
最后一次提交2018-10-30 10:15:14
发布数0
用户参与
星数831
关注者数162
派生数339
提交数493
已启用问题?
问题数126
打开的问题数51
拉请求数0
打开的拉请求数7
关闭的拉请求数26
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?