/twitter-kit-android

Twitter Kit for Android

Primary LanguageJavaApache License 2.0Apache-2.0

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.

Using Twitter Kit from source in production applications is not officially supported. Please utilize the available binaries.

Download

Define via Gradle:

repositories {
  jcenter()
}

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

Getting Started

  • Create your Twitter app through this portal.
  • Rename samples/app/twitter.properties.sample to samples/app/twitter.properties and populate the consumer key and secret.
  • Run Sample app to verify build.
  • For extensive documentation, please see the official documentation.

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.

Building

Please use the provided gradle wrapper to build the project.

./gradlew assemble

Run all automated tests on device to verify.

./gradlew 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.

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