Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mike10004/twitter-kit-organic-core

Java port of some parts of the core module of the Twitter SDK for Android.
https://github.com/mike10004/twitter-kit-organic-core

Last synced: 15 days ago
JSON representation

Java port of some parts of the core module of the Twitter SDK for Android.

Awesome Lists containing this project

README

        

# twitter-kit-organic-core

Java port of some parts of the core module of the Twitter SDK for Android.
This library does not require the Android SDK or runtime libraries. The
motivation is that I think Twitter4J is a good library but a bit beefy, and
I wanted a library less tied to global state and whose data model more
closely tracks the JSON responses from the Twitter API.

The version is of the format `X.Y.ZrN` where `X.Y.Z` is taken from the
official Twitter SDK version (see https://github.com/twitter/twitter-kit-android)
and the `N` is the revision number of this port.