twitter/twitter-kit-android

Name: twitter-kit-android

Owner: Twitter, Inc.

Description: Twitter Kit for Android

Created: 2015-03-30 20:54:42.0

Updated: 2018-01-15 21:42:23.0

Pushed: 2017-12-24 02:12:16.0

Homepage: https://dev.twitter.com/twitterkit/android/overview

Size: 4692

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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
Getting Started
Install using Bintray JCenter

Add twitter dependency to your build.gradle:

sitories {
enter()


ndencies {
mpile('com.twitter.sdk.android:twitter:3.2.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

adlew assemble

Run all automated tests on device to verify.

adlew test connectedCheck

To run the sample app

adlew :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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.