Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mike10004/twitter-kit-organic-core
- Owner: mike10004
- License: apache-2.0
- Created: 2017-09-28T19:41:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T16:28:47.000Z (over 7 years ago)
- Last Synced: 2024-10-07T09:21:19.049Z (3 months ago)
- Language: Java
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.