GithubHelp home page GithubHelp logo

pborreli / twitter-kit-android Goto Github PK

View Code? Open in Web Editor NEW

This project forked from twitter-archive/twitter-kit-android

0.0 1.0 0.0 1.51 MB

Twitter Kit for Android

Home Page: https://twitter.com/fabric

License: Apache License 2.0

Java 100.00%

twitter-kit-android's Introduction

Twitter Kit for Android

Twitter Kit is a multi-module gradle project containing several Twitter SDKs including TweetComposer, TwitterCore, and TweetUi. It is built on the Fabric platform and uses many shared components.

Using TwitterKit from source in production applications is not officially supported by Fabric. Please utilize the available binaries.

Download

Define via Gradle:

buildscript {
  repositories {
    mavenCentral()
    maven { url 'https://maven.fabric.io/public' }
  }
  dependencies {
    classpath 'io.fabric.tools:gradle:1.+'
  }
}

apply plugin: 'io.fabric'

repositories {
  mavenCentral()
  maven { url 'https://maven.fabric.io/public' }
}

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

Check out more details and other build tool integrations

Getting Started

  • Sign up for a Fabric account and follow onboarding instructions to get your Fabric API Key and build secret, found under the organization settings of the Fabric web dashboard.
  • Either create your Twitter app by through this portal or by using the Fabric IDE plugin.
  • Rename samples/app/fabric.properties.sample to samples/app/fabric.properties and populate information.
  • 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 @Fabric on Twitter for updates.

Authors

Thanks for assistance and contributions:

License

Copyright 2015 Twitter, Inc.

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

twitter-kit-android's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.