twitter-android-sdk
twitter-android-sdk copied to clipboard
A library to integrate Twitter into your Android mobile application.
this patch updates the project to use the android version of twitter4j for interacting with Twitter via the REST API
...on Android Kitkat Error: java.lang.RuntimeException: java.lang.Throwable: A WebView method was called on thread . All WebView methods must be called on the same thread. (Expected Looper Looper (main, tid 1)...
DialogError and TwitterError class don't respect the Android coding style. This patch convert indents to spaces, remove useless lines in DialogError and TwitterError class. TwitterError is identical to DialogError, so...