hcq0618 / twitter-kotlin-kit-android

Twitter Kotlin Kit for Android

Home Page:https://dev.twitter.com/twitterkit/android/overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork from twitter official SDK https://github.com/twitter-archive/twitter-kit-android

And:

  1. Convert java to kotlin
  2. Fix legacy issues
  3. Use androidx library instead of deprecated support library
  4. Migrate deprecated android api
  5. Improve system compatibility
  6. Add video upload function
  7. Remove picasso dependency
  8. Use Coroutine instead of ExecutorService
  9. Migrate Twitter APIs from v1(Deprecated) to v2
  10. Add video preview into ComposerView

TODO:

  1. Convert java to kotlin for tweet-ui
  2. Migrate deprecated implementations to registerForActivityResult